Initial commit
This commit is contained in:
@@ -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}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../libs/Makefile
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
@@ -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}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../libs/shapes.sty
|
||||
Reference in New Issue
Block a user