Initial commit

This commit is contained in:
Ian Jauslin
2017-05-04 19:16:34 +00:00
commit 1b13e14750
35 changed files with 1735 additions and 0 deletions

1
figs/hole_example/Makefile Symbolic link
View File

@ -0,0 +1 @@
../libs/Makefile

View File

@ -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}

View File

@ -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}

View File

@ -0,0 +1 @@
../../libs/shapes.sty