\errorcontextlines=100 \expandafter\ifx\expandafter\relax\WEB\relax \documentclass[12pt,border=5mm]{standalone} \else \documentclass[12pt,border=1mm]{standalone} \fi \usepackage{libertinus} \usepackage{hvlogos,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 2022}, 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}]% MiK{\TeX} {\TB} {\TeX\,}Live {\TB} Mac{\TeX} {\TB} CTAN}, text align={align=right,right indent=2cm}, }, decorate] circle(5); \draw(0,0)[decoration={text along path,text format delimiters={[}{]}, text={[\sffamily\small]Editors: C. Schenk (MiK{\TeX}), K. Berry ({\TeX} Live), R. Koch (Mac{\TeX}), M. Lotz (CTAN)}, text align={align=right,right indent=2.7cm}, }, decorate] circle(5.75); \node at (-0.2,1) {\includegraphics[scale=0.6]{tfz-cut-blue}}; \expandafter\ifx\expandafter\relax\WEB\relax \node at (3.65,0) {\includegraphics[width=1.3cm]{tuglogo-blue}}; \else \node at (3.65,0) {\includegraphics[width=1.3cm]{tuglogo-crop}}; \fi \node at (3.65,1.4) {\dantelogo[25pt]}; %\node at (3.65,1.3) {\includegraphics[scale=1]{feulogo}}; %\node at (3.65,1.8) {\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}