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_cross.tikz.tex |
Initial commitv0.0
Diffstat (limited to 'figs/hole_example/hole_example_cross.tikz.tex')
-rw-r--r-- | figs/hole_example/hole_example_cross.tikz.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/figs/hole_example/hole_example_cross.tikz.tex b/figs/hole_example/hole_example_cross.tikz.tex new file mode 100644 index 0000000..f9208e1 --- /dev/null +++ b/figs/hole_example/hole_example_cross.tikz.tex @@ -0,0 +1,36 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{shapes} + +\begin{document} +\begin{tikzpicture} + \cross{teal}{(5,2)} + \cross{teal}{(4,4)} + \cross{teal}{(3,6)} + \cross{teal}{(2,8)} + \cross{teal}{(7,3)} + \cross{teal}{(9,4)} + \cross{teal}{(11,5)} + \cross{teal}{(10,7)} + \cross{teal}{(9,9)} + \cross{teal}{(8,11)} + \cross{teal}{(6,10)} + \cross{teal}{(4,9)} + + \cross{green}{(6,6)} + \cross{green}{(7,8)} + + \square{black}{(6,4)} + \square{black}{(5,5)} + \square{black}{(5,7)} + \square{black}{(4,7)} + \square{black}{(5,8)} + \square{black}{(7,5)} + \square{black}{(8,5)} + \square{black}{(8,6)} + \square{black}{(9,6)} + \square{black}{(8,7)} + +\end{tikzpicture} +\end{document} |