diff options
author | Ian Jauslin <jauslin@ias.edu> | 2017-10-26 20:02:17 +0000 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2017-10-26 20:02:17 +0000 |
commit | 7629eb82cc5e05ef514912d9f393d0f42feb8c93 (patch) | |
tree | 49b7730bdc9e1972ba36c9a21d2f40ddfbe84c6c /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} |