Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <jauslin@ias.edu>2017-08-06 16:42:24 +0000
committerIan Jauslin <jauslin@ias.edu>2017-08-06 16:49:38 +0000
commitdfe8ce959045f414cb717b1737731964f89d02aa (patch)
tree6c3b7e8e76ec519596a360817a2c0ba07ecb8bec /figs/shapes.fig/V_triomino.tikz.tex
Initial commitv0.0
Diffstat (limited to 'figs/shapes.fig/V_triomino.tikz.tex')
-rw-r--r--figs/shapes.fig/V_triomino.tikz.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/figs/shapes.fig/V_triomino.tikz.tex b/figs/shapes.fig/V_triomino.tikz.tex
new file mode 100644
index 0000000..f8e4935
--- /dev/null
+++ b/figs/shapes.fig/V_triomino.tikz.tex
@@ -0,0 +1,11 @@
+\documentclass{standalone}
+
+\usepackage{tikz}
+\usepackage{shapes}
+
+\begin{document}
+\begin{tikzpicture}
+\grid33{(-1,-1)}
+\Vtriomino{cyan}{(0,0)}
+\end{tikzpicture}
+\end{document}