Initial commit
This commit is contained in:
1
figs/sliding/Makefile
Symbolic link
1
figs/sliding/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../libs/Makefile
|
1
figs/sliding/libs/shapes.sty
Symbolic link
1
figs/sliding/libs/shapes.sty
Symbolic link
@ -0,0 +1 @@
|
||||
../../libs/shapes.sty
|
16
figs/sliding/sliding.tikz.tex
Normal file
16
figs/sliding/sliding.tikz.tex
Normal file
@ -0,0 +1,16 @@
|
||||
\documentclass{standalone}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usepackage{shapes}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
\clip(-1.01,-1.01)--(7.01,-1.01)--(7.01,5.01)--(-1.01,5.01)--cycle;
|
||||
\foreach \i in {0,...,3}{
|
||||
\ttsquare{cyan}{(2*\i,0)}
|
||||
\ttsquare{cyan}{(2*\i+1,2)}
|
||||
\ttsquare{cyan}{(2*\i,4)}
|
||||
}
|
||||
\ttsquare{cyan}{(-1,2)}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
Reference in New Issue
Block a user