diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-17 21:35:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-17 21:35:46 +0000 |
commit | b2e42540e2925d79f4b4613894cd1f59d15b4ca7 (patch) | |
tree | 70b82b731527c9764f8bfc87bec782a8e6a07ec7 /Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex | |
parent | 960385871cfbb0981774065324df6d2031523fc5 (diff) |
rm pst-spirograph, removed from ctan
git-svn-id: svn://tug.org/texlive/trunk@54382 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex deleted file mode 100644 index 8a274f5adc2..00000000000 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex +++ /dev/null @@ -1,21 +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](-7,-7)(7,7)\psframe*[linecolor=yellow,opacity=0.4](-7,-7)(7,7)}, - end={\end{pspicture}}, - palindrome,controls, -% autoplay -]{5} -\multiframe{180}{iA=0+6}{% - \psSpirograph[thetamax=\iA,Z1=27,Z2=12,m=0.4,curvecolor={[rgb]{0 0.25 0.5}},curvewidth=1.1pt, - linewidth=0.025,fillstyle=solid,polarangle=\iA,holenumber=4,opacity=0.5](0,0)} -\end{animateinline} - -\end{document} - |