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

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}
\grid56{(-2,-2)}
\cross{cyan}{(0,0)}
\cross{cyan}{(1,2)}
\end{tikzpicture}
\end{document}