diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-23 22:46:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-23 22:46:16 +0000 |
commit | 714d34bcd751b70118d43b9592878923b509fa02 (patch) | |
tree | 765ece91f34f3d5665eb96b80cfeb80dd6c56e9a /Master/texmf-dist/doc/generic/pst-spirograph/animation | |
parent | 5caddc787b889e7f0a38ec359b4d9fc9ba22488d (diff) |
pst-spirograph (23aug14)
git-svn-id: svn://tug.org/texlive/trunk@35026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-spirograph/animation')
8 files changed, 40 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim1.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim1.tex index 9c7e611311c..ac4109bc2f0 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim1.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim1.tex @@ -1,19 +1,20 @@ \documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} +\addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, - begin={\begin{pspicture}(-3.5,-3.5)(3.5,3.5)}, + begin={\begin{pspicture}[showgrid](-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{72}{rA=0.001+20.000}{% - \psSpirograph[thetamax=\rA,Z1=59,Z2=24,m=0.1,ap=10,curvewidth=1.5pt, - linewidth=0.025,fillstyle=solid,polarangle=\rA,holenumber=5,opacity=0.5](0,0)} +\multiframe{180}{iA=0+4}{% + \psSpirograph[thetamax=\iA,Z1=59,Z2=24,m=0.1,ap=10,curvewidth=1.2pt, + linewidth=0.025,fillstyle=solid,polarangle=\iA,holenumber=5,opacity=0.5](0,0)} \end{animateinline} \end{document} diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim2.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim2.tex index caaf0254b4d..c334442f705 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim2.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim2.tex @@ -1,19 +1,20 @@ \documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} +\addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, - begin={\begin{pspicture}(-3,-3)(3,3)}, + begin={\begin{pspicture}[showgrid](-3,-3)(3,3)\psframe*[linecolor=yellow,opacity=0.4](-3,-3)(3,3)}, end={\end{pspicture}}, palindrome,controls, % autoplay ]{5} -\multiframe{144}{rA=0.001+30.000}{% - \psSpirograph[thetamax=\rA,Z1=41,Z2=13,m=0.1,ap=10,,curvewidth=1.5pt,holenumber=3, - linewidth=0.025,fillstyle=solid,polarangle=\rA,opacity=0.5](0,0)} +\multiframe{180}{iA=0+4}{% + \psSpirograph[thetamax=\iA,Z1=41,Z2=13,m=0.1,ap=10,,curvewidth=1.1pt,holenumber=3, + linewidth=0.025,fillstyle=solid,polarangle=\iA,opacity=0.5](0,0)} \end{animateinline} \end{document} diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim3.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim3.tex index 2d980587c88..e20fe334935 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim3.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim3.tex @@ -1,19 +1,20 @@ \documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} +\addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, - begin={\begin{pspicture}(-4,-4)(4,4)}, + begin={\begin{pspicture}[showgrid](-4,-4)(4,4)\psframe*[linecolor=yellow,opacity=0.4](-4,-4)(4,4)}, end={\end{pspicture}}, palindrome,controls, % autoplay ]{5} -\multiframe{72}{rA=0.001+20.000}{% - \psSpirograph[thetamax=\rA,Z1=88,Z2=15,m=0.08,ap=10,curvewidth=1.5pt,holenumber=6, - linewidth=0.025,fillstyle=solid,polarangle=\rA,opacity=0.5](0,0)} +\multiframe{180}{iA=0+4}{% + \psSpirograph[thetamax=\iA,Z1=88,Z2=15,m=0.08,ap=10,curvewidth=1.1pt,holenumber=6, + linewidth=0.025,fillstyle=solid,polarangle=\iA,opacity=0.5](0,0)} \end{animateinline} \end{document} diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim4.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim4.tex index ca10a1911e9..0b113bdecba 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim4.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim4.tex @@ -1,19 +1,19 @@ \documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} - +\addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, - begin={\begin{pspicture}(-3.5,-3.5)(3.5,3.5)}, + begin={\begin{pspicture}[showgrid](-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{100}{rA=0.001+30.000}{% - \psSpirograph[thetamax=\rA,Z1=122,Z2=69,m=0.05,ap=10,curvewidth=1.5pt, - linewidth=0.025,fillstyle=solid,polarangle=\rA,holenumber=4,opacity=0.5](0,0)} +\multiframe{180}{iA=0+4}{% + \psSpirograph[thetamax=\iA,Z1=122,Z2=69,m=0.05,ap=10,curvewidth=1.1pt, + linewidth=0.025,fillstyle=solid,polarangle=\iA,holenumber=4,opacity=0.5](0,0)} \end{animateinline} \end{document} diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex index b6e17000375..0195e722a2b 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex @@ -1,19 +1,20 @@ \documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} +\addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, - begin={\begin{pspicture}(-3.5,-3.5)(3.5,3.5)}, + 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{72}{rA=0.001+20.000}{% - \psSpirograph[thetamax=\rA,Z1=59,Z2=24,m=0.1,ap=10,curvewidth=1.5pt, - linewidth=0.025,fillstyle=solid,polarangle=\rA,holenumber=5,opacity=0.5](0,0)} +\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} diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim6.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim6.tex index 3f8c8a3f9b5..7893599526b 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim6.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim6.tex @@ -1,19 +1,20 @@ \documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} +\addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, - begin={\begin{pspicture}(-4.5,-4.5)(4.5,4.5)}, + begin={\begin{pspicture}[showgrid](-4.5,-4.5)(4.5,4.5)\psframe*[linecolor=yellow,opacity=0.4](-4.5,-4.5)(4.5,4.5)}, end={\end{pspicture}}, palindrome,controls, % autoplay ]{5} -\multiframe{72}{rA=0.001+20.000}{% - \psSpirograph[thetamax=\rA,Z1=20,Z2=30,m=0.1,ap=10,curvewidth=1.5pt,inner=false, - linewidth=0.025,fillstyle=solid,polarangle=\rA,holenumber=4,opacity=0.5](0,0)} +\multiframe{180}{iA=0+6}{% + \psSpirograph[thetamax=\iA,Z1=20,Z2=30,m=0.1,ap=10,curvewidth=1.5pt,inner=false, + linewidth=0.025,fillstyle=solid,polarangle=\iA,holenumber=4,opacity=0.5](0,0)} \end{animateinline} \end{document} diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim7.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim7.tex index 34fb2d22b3b..b99a5a0ad8a 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim7.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim7.tex @@ -1,19 +1,20 @@ \documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} +\addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, - begin={\begin{pspicture}(-7,-7)(7,7)}, + 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{72}{rA=0.001+20.000}{% - \psSpirograph[thetamax=\rA,Z1=36,Z2=24,m=0.15,ap=20,curvecolor={[rgb]{0.875 0 0.5}},inner=false, - curvewidth=1.5pt,linewidth=0.025,fillstyle=solid,polarangle=\rA,holenumber=0,opacity=0.5](0,0)} +\multiframe{180}{iA=0+6}{% + \psSpirograph[thetamax=\iA,Z1=36,Z2=24,m=0.15,ap=20,curvecolor={[rgb]{0.875 0 0.5}},inner=false, + curvewidth=1.1pt,linewidth=0.025,fillstyle=solid,polarangle=\iA,holenumber=0,opacity=0.5](0,0)} \end{animateinline} \end{document} diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex index dfc25030254..8a274f5adc2 100644 --- a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex @@ -1,19 +1,20 @@ \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](-7,-7)(7,7)}, + 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{74}{rA=0.001+20.000}{% - \psSpirograph[thetamax=\rA,Z1=27,Z2=12,m=0.4,curvecolor={[rgb]{0 0.25 0.5}},curvewidth=1.5pt, - linewidth=0.025,fillstyle=solid,polarangle=\rA,holenumber=4,opacity=0.5](0,0)} +\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} |