Initial commit

This commit is contained in:
Ian Jauslin
2017-08-06 16:49:38 +00:00
commit dfe8ce9590
45 changed files with 3042 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid34{(-1,-2)}
\Ltetromino{cyan}{(0,0)}
\end{tikzpicture}
\end{document}
+1
View File
@@ -0,0 +1 @@
../libs/Makefile
+11
View File
@@ -0,0 +1,11 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid34{(-1,-2)}
\Ppentomino{cyan}{(0,0)}
\end{tikzpicture}
\end{document}
+11
View File
@@ -0,0 +1,11 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid34{(-1,-2)}
\Ttetromino{cyan}{(0,0)}
\end{tikzpicture}
\end{document}
+11
View File
@@ -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}
+11
View File
@@ -0,0 +1,11 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid44{(-2,-2)}
\cross{cyan}{(0,0)}
\end{tikzpicture}
\end{document}
+11
View File
@@ -0,0 +1,11 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\grid44{(-2,-2)}
\diamond{cyan}{(0,0)}
\end{tikzpicture}
\end{document}
+37
View File
@@ -0,0 +1,37 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{shapes}
\begin{document}
\begin{tikzpicture}
\draw(0,0)--++(2,0);
\draw(120:1)--++(3,0);
\draw(120:2)--++(4,0);
\draw(120:2)++(60:1)--++(3,0);
\draw(120:2)++(60:2)--++(2,0);
\draw(0,0)--++(60:4);
\draw(1,0)--++(60:3);
\draw(2,0)--++(60:2);
\draw(120:1)--++(60:3);
\draw(120:2)--++(60:2);
\draw(0,0)--++(120:2);
\draw(1,0)--++(120:3);
\draw(2,0)--++(120:4);
\draw(2,0)++(60:1)--++(120:3);
\draw(2,0)++(60:2)--++(120:2);
\fill[color=cyan](60:1)--++(0:1)--++(60:1)--++(120:1)--++(180:1)--++(240:1)--++(300:1)--cycle;
\draw[color=white](60:1)--++(60:2);
\draw[color=white](60:1)++(1,0)--++(120:2);
\draw[color=white](60:1)++(120:1)--++(2,0);
\draw(60:1)--++(0:1)--++(60:1)--++(120:1)--++(180:1)--++(240:1)--++(300:1)--cycle;
\end{tikzpicture}
\end{document}
+1
View File
@@ -0,0 +1 @@
../../libs/shapes.sty