Initial commit
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../libs/Makefile
|
||||
@@ -0,0 +1,14 @@
|
||||
\documentclass{standalone}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usepackage{shapes}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
\foreach \k in {0,...,3}{
|
||||
\foreach \l in {0,...,3}{
|
||||
\cross{cyan}{(-2*\l,\l)++(\k,2*\k)}
|
||||
}
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
@@ -0,0 +1,14 @@
|
||||
\documentclass{standalone}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usepackage{shapes}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
\foreach \k in {0,...,3}{
|
||||
\foreach \l in {0,...,3}{
|
||||
\cross{cyan}{(-\l,2*\l)++(2*\k,\k)}
|
||||
}
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
@@ -0,0 +1,14 @@
|
||||
\documentclass{standalone}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usepackage{shapes}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
\foreach\k in{1,...,4}{
|
||||
\foreach\l in{1,...,4}{
|
||||
\diamond{cyan}{(\k+\l,\k-\l)}
|
||||
}
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../libs/shapes.sty
|
||||
Reference in New Issue
Block a user