diff options
author | Ian Jauslin <jauslin@ias.edu> | 2017-05-04 19:16:34 +0000 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2017-05-04 21:11:59 +0000 |
commit | 1b13e14750d355b301dc3904702268687216608c (patch) | |
tree | 8169e8da7cb246c5d3fa47d13fdcaf5dcb199a12 /figs/hole_example/hole_example_square.tikz.tex |
Initial commitv0.0
Diffstat (limited to 'figs/hole_example/hole_example_square.tikz.tex')
-rw-r--r-- | figs/hole_example/hole_example_square.tikz.tex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/figs/hole_example/hole_example_square.tikz.tex b/figs/hole_example/hole_example_square.tikz.tex new file mode 100644 index 0000000..4b3fb7c --- /dev/null +++ b/figs/hole_example/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} |