Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian@jauslin.org>2022-10-17 20:11:41 -0400
committerIan Jauslin <ian@jauslin.org>2022-10-17 20:11:41 -0400
commitedce6eb1bb92a2c9531ab9fb346a50da527ccc2a (patch)
treeaa09a61cfa6e52cbefde13dccfe17cf8a8e0baf0 /figs/shapes.fig/T_tetromino.tikz.tex
As presented at Rutgers university on 2022-08-26HEADv1.0master
Diffstat (limited to 'figs/shapes.fig/T_tetromino.tikz.tex')
-rw-r--r--figs/shapes.fig/T_tetromino.tikz.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/figs/shapes.fig/T_tetromino.tikz.tex b/figs/shapes.fig/T_tetromino.tikz.tex
new file mode 100644
index 0000000..087e809
--- /dev/null
+++ b/figs/shapes.fig/T_tetromino.tikz.tex
@@ -0,0 +1,11 @@
+\documentclass{standalone}
+
+\usepackage{tikz}
+\usepackage{shapes}
+
+\begin{document}
+\begin{tikzpicture}
+\grid34{(-1,-2)}
+\Ttetromino{teal}{(0,0)}
+\end{tikzpicture}
+\end{document}