2024-02-05 18:44:30 +00:00
|
|
|
\documentclass{standalone}
|
|
|
|
|
|
|
|
\usepackage{tikz}
|
|
|
|
\usepackage{shapes}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\grid{6}{11}{(-3,-3)}
|
|
|
|
|
2024-02-28 16:48:57 +00:00
|
|
|
\square{sequential4-2}{(-2,2)}
|
|
|
|
\square{sequential4-2}{(2,2)}
|
2024-02-05 18:44:30 +00:00
|
|
|
|
2024-02-28 16:48:57 +00:00
|
|
|
\disk{sequential4-1}{(0,0)}
|
2024-02-05 18:44:30 +00:00
|
|
|
|
2024-02-28 16:48:57 +00:00
|
|
|
\disk{sequential4-3}{(0,5)}
|
2024-02-05 18:44:30 +00:00
|
|
|
|
|
|
|
\end{tikzpicture}
|
|
|
|
\end{document}
|
|
|
|
|