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

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

View File

@ -0,0 +1,11 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid55{(-2.5,-2.5)}
\cross{cyan}{(0,0)}
\end{tikzpicture}
\end{document}

View File

@ -0,0 +1,11 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid44{(-2,-2)}
\diamond{cyan}{(0,0)}
\end{tikzpicture}
\end{document}

1
figs/shapes/libs/shapes.sty Symbolic link
View File

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