diff options
Diffstat (limited to 'figs/shapes')
l--------- | figs/shapes/Makefile | 1 | ||||
-rw-r--r-- | figs/shapes/cross.tikz.tex | 11 | ||||
-rw-r--r-- | figs/shapes/diamond.tikz.tex | 11 | ||||
l--------- | figs/shapes/libs/shapes.sty | 1 |
4 files changed, 0 insertions, 24 deletions
diff --git a/figs/shapes/Makefile b/figs/shapes/Makefile deleted file mode 120000 index 704310e..0000000 --- a/figs/shapes/Makefile +++ /dev/null @@ -1 +0,0 @@ -../libs/Makefile
\ No newline at end of file diff --git a/figs/shapes/cross.tikz.tex b/figs/shapes/cross.tikz.tex deleted file mode 100644 index f29bf57..0000000 --- a/figs/shapes/cross.tikz.tex +++ /dev/null @@ -1,11 +0,0 @@ -\documentclass{standalone} - -\usepackage{tikz} -\usepackage{shapes} - -\begin{document} -\begin{tikzpicture} -\grid55{(-2.5,-2.5)} -\cross{cyan}{(0,0)} -\end{tikzpicture} -\end{document} diff --git a/figs/shapes/diamond.tikz.tex b/figs/shapes/diamond.tikz.tex deleted file mode 100644 index 1deae69..0000000 --- a/figs/shapes/diamond.tikz.tex +++ /dev/null @@ -1,11 +0,0 @@ -\documentclass{standalone} - -\usepackage{tikz} -\usepackage{shapes} - -\begin{document} -\begin{tikzpicture} -\grid44{(-2,-2)} -\diamond{cyan}{(0,0)} -\end{tikzpicture} -\end{document} diff --git a/figs/shapes/libs/shapes.sty b/figs/shapes/libs/shapes.sty deleted file mode 120000 index eaa25c7..0000000 --- a/figs/shapes/libs/shapes.sty +++ /dev/null @@ -1 +0,0 @@ -../../libs/shapes.sty
\ No newline at end of file |