Ian Jauslin
summaryrefslogtreecommitdiff
blob: 4278366563627ae1e8076f6dc12c46f17374eadb (plain)
1
2
3
4
5
6
7
8
9
10
\documentclass{standalone}

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}
\grid{10}{10}{(-0.5,-0.5)}
\end{tikzpicture}
\end{document}