Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'figs/hole_example.fig')
l---------figs/hole_example.fig/Makefile1
-rw-r--r--figs/hole_example.fig/hole_example_cross.tikz.tex36
-rw-r--r--figs/hole_example.fig/hole_example_cross_decorrelated.tikz.tex63
-rw-r--r--figs/hole_example.fig/hole_example_square.tikz.tex24
l---------figs/hole_example.fig/libs/shapes.sty1
5 files changed, 125 insertions, 0 deletions
diff --git a/figs/hole_example.fig/Makefile b/figs/hole_example.fig/Makefile
new file mode 120000
index 0000000..704310e
--- /dev/null
+++ b/figs/hole_example.fig/Makefile
@@ -0,0 +1 @@
+../libs/Makefile \ No newline at end of file
diff --git a/figs/hole_example.fig/hole_example_cross.tikz.tex b/figs/hole_example.fig/hole_example_cross.tikz.tex
new file mode 100644
index 0000000..f9208e1
--- /dev/null
+++ b/figs/hole_example.fig/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}
diff --git a/figs/hole_example.fig/hole_example_cross_decorrelated.tikz.tex b/figs/hole_example.fig/hole_example_cross_decorrelated.tikz.tex
new file mode 100644
index 0000000..113171d
--- /dev/null
+++ b/figs/hole_example.fig/hole_example_cross_decorrelated.tikz.tex
@@ -0,0 +1,63 @@
+\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)}
+
+ \cross{teal}{(13, 6)}
+ \cross{teal}{(12, 8)}
+ \cross{teal}{(11,10)}
+ \cross{teal}{(10,12)}
+ \cross{teal}{(15, 7)}
+ \cross{teal}{(17, 8)}
+ \cross{teal}{(19, 9)}
+ \cross{teal}{(18,11)}
+ \cross{teal}{(17,13)}
+ \cross{teal}{(16,15)}
+ \cross{teal}{(14,14)}
+ \cross{teal}{(12,13)}
+
+ \cross{cyan}{(15,10)}
+ \cross{cyan}{(13,11)}
+
+ \square{black}{(14,8)}
+ \square{black}{(14,9)}
+ \square{black}{(13,9)}
+ \square{black}{(16,9)}
+ \square{black}{(17,10)}
+ \square{black}{(16,11)}
+ \square{black}{(16,12)}
+ \square{black}{(15,12)}
+ \square{black}{(14,12)}
+ \square{black}{(15,13)}
+
+\end{tikzpicture}
+\end{document}
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}
diff --git a/figs/hole_example.fig/libs/shapes.sty b/figs/hole_example.fig/libs/shapes.sty
new file mode 120000
index 0000000..eaa25c7
--- /dev/null
+++ b/figs/hole_example.fig/libs/shapes.sty
@@ -0,0 +1 @@
+../../libs/shapes.sty \ No newline at end of file