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