Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian@jauslin.org>2020-12-15 16:28:00 +0100
committerIan Jauslin <ian@jauslin.org>2020-12-15 16:28:00 +0100
commitf11228d28d608a17691ee24719c6a91455503d17 (patch)
tree1aa1bf6d81a4e2f5c452e1de18dfbfcb87ce045c /figs/hole_example.fig/hole_example_square.tikz.tex
As presented at UMSM on 2020-12-15HEADv1.0master
Diffstat (limited to 'figs/hole_example.fig/hole_example_square.tikz.tex')
-rw-r--r--figs/hole_example.fig/hole_example_square.tikz.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/figs/hole_example.fig/hole_example_square.tikz.tex b/figs/hole_example.fig/hole_example_square.tikz.tex
new file mode 100644
index 0000000..4b3fb7c
--- /dev/null
+++ b/figs/hole_example.fig/hole_example_square.tikz.tex
@@ -0,0 +1,24 @@
+\documentclass{standalone}
+
+\usepackage{tikz}
+\usepackage{shapes}
+
+\begin{document}
+\begin{tikzpicture}
+ \foreach\i in {0,...,8}{
+ \ttsquare{teal}{(0,2*\i)}
+ \ttsquare{teal}{(4,2*\i)}
+ }
+ \ttsquare{teal}{(2,0)}
+ \ttsquare{teal}{(2,16)}
+ \foreach\i in {1,...,6}{
+ \ttsquare{green}{(2,2*\i+1)}
+ }
+
+ \square{black}{(1.5,1.5)}
+ \square{black}{(2.5,1.5)}
+ \square{black}{(1.5,14.5)}
+ \square{black}{(2.5,14.5)}
+
+\end{tikzpicture}
+\end{document}