17 lines
293 B
TeX
17 lines
293 B
TeX
|
\documentclass[a4paper,10pt]{article}
|
||
|
|
||
|
\input{common.tex}
|
||
|
|
||
|
\definecolor{light-gray}{gray}{0.75}
|
||
|
|
||
|
\begin{document}
|
||
|
\begin{figure}[ht]
|
||
|
\centering
|
||
|
\begin{tikzpicture}[x=1cm,y=1cm]
|
||
|
|
||
|
\draw[step=5mm,light-gray,line width=0.1pt] (0,0) grid (20.5,29.5);
|
||
|
|
||
|
\end{tikzpicture}
|
||
|
\end{figure}
|
||
|
\end{document}
|