summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex22
1 files changed, 0 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex
deleted file mode 100644
index 0195e722a2b..00000000000
--- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex
+++ /dev/null
@@ -1,22 +0,0 @@
-\documentclass[border=5mm]{standalone}
-\usepackage{animate}
-\usepackage{pst-spirograph}
-\addtopsstyle{gridstyle}{gridlabels=0pt}
-
-\begin{document}
-
-\begin{animateinline}[
- width=0.9\linewidth,
- begin={\begin{pspicture}[showgrid=top](-3.5,-3.5)(3.5,3.5)\psframe*[linecolor=yellow,opacity=0.4](-3.5,-3.5)(3.5,3.5)},
- end={\end{pspicture}},
- palindrome,controls,
-% autoplay
-]{5}
-\multiframe{180}{iA=0+6}{%
- \psSpirograph[thetamax=\iA,Z1=59,Z2=24,m=0.1,ap=10,curvewidth=1.1pt,
- linewidth=0.025,fillstyle=solid,polarangle=\iA,holenumber=5,opacity=0.5](0,0)}
-\end{animateinline}
-
-\end{document}
-
-