14 lines
207 B
TeX
14 lines
207 B
TeX
\documentclass[a4paper,10pt]{article}
|
|
|
|
\input{common.tex}
|
|
|
|
\begin{document}
|
|
\begin{figure}[ht]
|
|
\centering
|
|
\begin{tikzpicture}[x=1cm,y=1cm]
|
|
|
|
\polar{18}{26}{gray}
|
|
|
|
\end{tikzpicture}
|
|
\end{figure}
|
|
\end{document} |