% Copyright (C) Free Software Foundation, Inc.
% License: GNU GPLv3 or later
\documentclass{article}
\usepackage{crimson,listings,tikz,geometry}
\geometry{paperwidth=7.5mm,paperheight=7.5mm}
\definecolor{bg}{HTML}{8596B0}\pagecolor{bg}
\definecolor{fg}{HTML}{F0F0EA}\color{fg}
\lstset{basicstyle=\color{fg!65!bg}\ttfamily,
  commentstyle=\itshape,language={[LaTeX]TeX}}
\begin{document}
\begin{tikzpicture}[overlay]
  \coordinate (a) at (-7.26pt,1.89098pt) {};
  \node[inner sep=0pt] at (-0.265,0.07)
  {\resizebox{6.4mm}{!}
    {\lstinputlisting{\jobname}}};
  \begin{scope}[x=.04pt,y=.04pt, xshift=-14pt,yshift=-10pt]
    \definecolor{ecolor}{HTML}{CAE674}
    \filldraw[color=ecolor] (210,99)
      .. controls (200,90) and (190,82) .. (179,76) .. controls (180,76) and (180,77) .. (180,77)
      .. controls (147,60) and (158,99) .. (158,108) .. controls (158,117) and (157,124) .. (157,128)
      .. controls (164,133) and (171,135) .. (177,135) .. controls (182,135) and (188,134) .. (195,130)
      -- (209,142) .. controls (199,149) and (188,153) .. (178,153)
      .. controls (167,153) and (157,150) .. (147,145) .. controls (137,154) and (132,161) .. (132,168)
      .. controls (132,175) and (135,180) .. (142,183) .. controls (149,186) and (158,188) .. (170,189)
      .. controls (181,189) and (194,182) .. (208,169) -- (222,181)
      .. controls (203,197) and (186,206) .. (169,206) .. controls (153,206) and (139,203) .. (127,196)
      .. controls (116,190) and (110,181) .. (110,169) .. controls (110,157) and (115,148) .. (123,140)
      .. controls (132,133) and (136,125) .. (136,116) .. controls (136,107) and (130,78) .. (139,67)
      .. controls (139,67) and (139,65) .. (139,65) .. controls (118,65) and (101,69) .. (88,80)
      .. controls (75,91) and (66,110) .. (65,128) .. controls (64,166) and (87,196) .. (101,208)
      -- (87,222) .. controls (69,210) and (44,170) .. (46,128)
      .. controls (47,102) and (56,82) .. (73,68) .. controls (90,53) and (112,46) .. (140,46)
      .. controls (167,46) and (198,60) .. (223,87) -- (210,99) -- cycle;
  \node[inner sep=0pt,align=center,color=fg] at (a)
  {A\kern-0.05emU\kern-0.03emC\\[-0.7ex]%
    T\kern-.15em%
    \hbox{\phantom{E}}\kern0em\raisebox{.46ex}{$\mathbf{\chi}$}};
\end{scope}
\end{tikzpicture}
\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
