16 lines
246 B
TeX
16 lines
246 B
TeX
\documentclass[a4paper,10pt]{article}
|
|
|
|
\input{common.tex}
|
|
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
\begin{center}
|
|
\vspace*{\fill}
|
|
\begin{tikzpicture}[x=1cm,y=1cm]
|
|
|
|
\polar{18}{26}{gray}
|
|
|
|
\end{tikzpicture}
|
|
\vspace*{\fill}
|
|
\end{center}
|
|
\end{document} |