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