Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'figs/hole_example/hole_example_square.tikz.tex')
-rw-r--r--figs/hole_example/hole_example_square.tikz.tex24
1 files changed, 0 insertions, 24 deletions
diff --git a/figs/hole_example/hole_example_square.tikz.tex b/figs/hole_example/hole_example_square.tikz.tex
deleted file mode 100644
index 4b3fb7c..0000000
--- a/figs/hole_example/hole_example_square.tikz.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-\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}