\expandafter\ifx\expandafter\relax\WEB\relax \documentclass[12pt,border=5mm]{standalone} \else \documentclass[12pt,border=1mm]{standalone} \fi \usepackage{libertinus} \usepackage{dantelogo} \newfontfamily\protext{blzee.ttf}[AutoFakeBold] \providecommand\proTeXt{{\protext proT\kern -.175em\lower .5ex\hbox {E}\kern -.1emXt}} \usepackage{tikz} \usetikzlibrary{decorations.text} \def\TB{\scalebox{1.5}{\textbullet}} \begin{document} \begin{tikzpicture} \draw(0,0)[decoration={text along path,,text format delimiters={[}{]}, text={[\bfseries\sffamily\large]{\TeX} Collection DVD, April 2021}, text align={align=right,right indent=4.5cm}, reverse path, }, decorate] circle(5.25); \draw(0,0)[decoration={text along path,text format delimiters={[}{]}, text={[\LARGE\color{blue}]{\proTeXt} [\normalfont\LARGE\bfseries\sffamily\color{blue}]% {\TB} Mac{\TeX} {\TB} CTAN {\TB} {\TeX\,}Live}, text align={align=right,right indent=1.75cm}, }, decorate] circle(5); \draw(0,0)[decoration={text along path,text format delimiters={[}{]}, text={[\sffamily\small]Editors: T. Feuerstack (pro{\TeX}t), R. Koch (Mac{\TeX}), M. Lotz (CTAN), K. Berry ({\TeX} Live)}, text align={align=right,right indent=2.2cm}, }, decorate] circle(5.75); \node at (-0.2,1) {\includegraphics[scale=0.6]{tfz-cut-magenta}}; \expandafter\ifx\expandafter\relax\WEB\relax \node at (3.65,-0.5) {\includegraphics[scale=0.5]{tuglogo-transp}}; \else \node at (3.65,-0.5) {\includegraphics[width=1.3cm]{tuglogo-crop}}; \fi \node at (3.65,0.75) {\dantelogo[20pt]}; \node at (3.65,1.3) {\includegraphics[scale=1]{feulogo}}; \node at (3.65,2) {\includegraphics[scale=0.1]{miktex-logo-blue}}; \expandafter\ifx\expandafter\relax\WEB\relax \node at (4.5,4.5){\Large$\times$}; \node at (-4.5,4.5){\Large$\times$}; \node at (4.5,-4.5){\Large$\times$}; \node at (-4.5,-4.5){\Large$\times$}; \fi % \draw(0,0)circle(6); \draw(0,0) [fill=white]circle(0.7); \end{tikzpicture} \end{document}