From dfe8ce959045f414cb717b1737731964f89d02aa Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sun, 6 Aug 2017 16:42:24 +0000 Subject: Initial commit --- figs/shapes.fig/V_triomino.tikz.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 figs/shapes.fig/V_triomino.tikz.tex (limited to 'figs/shapes.fig/V_triomino.tikz.tex') 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} -- cgit v1.2.3-54-g00ecf