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/cross_packing/Makefile Symbolic link
View File

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

View File

@ -0,0 +1,14 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\foreach \i in {0,...,3}{
\foreach \j in {0,...,3}{
\cross{green}{(-2*\j,\j)++(\i,2*\i)}
}
}
\end{tikzpicture}
\end{document}

View File

@ -0,0 +1,14 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\foreach \i in {0,...,3}{
\foreach \j in {0,...,3}{
\cross{teal}{(-\j,2*\j)++(2*\i,\i)}
}
}
\end{tikzpicture}
\end{document}

View File

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