Ian Jauslin
eae1c390c7
* fix: Typos, and improved readability * change: Colors of figures for better black and white printing and color blind viewing
20 lines
291 B
TeX
20 lines
291 B
TeX
\documentclass{standalone}
|
|
|
|
\usepackage{tikz}
|
|
\usepackage{shapes}
|
|
|
|
\begin{document}
|
|
\begin{tikzpicture}
|
|
\grid{7}{11}{(-3,-3)}
|
|
|
|
\square{sequential4-4}{(-1,3)}
|
|
\square{sequential4-4}{(2,2)}
|
|
|
|
\disk{sequential4-1}{(0,0)}
|
|
|
|
\disk{sequential4-3}{(1,5)}
|
|
|
|
\end{tikzpicture}
|
|
\end{document}
|
|
|