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

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}

  \grid{12}{12}{(0,0)}
  \cross{teal}{(6,6)}
\end{tikzpicture}
\end{document}