diff options
author | Ian Jauslin <ian@jauslin.org> | 2020-12-15 16:28:00 +0100 |
---|---|---|
committer | Ian Jauslin <ian@jauslin.org> | 2020-12-15 16:28:00 +0100 |
commit | f11228d28d608a17691ee24719c6a91455503d17 (patch) | |
tree | 1aa1bf6d81a4e2f5c452e1de18dfbfcb87ce045c /figs/shapes.fig/P_pentomino.tikz.tex |
Diffstat (limited to 'figs/shapes.fig/P_pentomino.tikz.tex')
-rw-r--r-- | figs/shapes.fig/P_pentomino.tikz.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/figs/shapes.fig/P_pentomino.tikz.tex b/figs/shapes.fig/P_pentomino.tikz.tex new file mode 100644 index 0000000..9ef3990 --- /dev/null +++ b/figs/shapes.fig/P_pentomino.tikz.tex @@ -0,0 +1,11 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{shapes} + +\begin{document} +\begin{tikzpicture} +\grid34{(-1,-2)} +\Ppentomino{teal}{(0,0)} +\end{tikzpicture} +\end{document} |