diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-spirograph/animation')
10 files changed, 182 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/README.anim b/Master/texmf-dist/doc/generic/pst-spirograph/animation/README.anim new file mode 100644 index 00000000000..333ea8a91d0 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/README.anim @@ -0,0 +1,8 @@ +run all files with + +latex <file> +dvips <file> +ps2pdf <file>.ps + +and then view the pdf with the acrobat reader, available from Adobe +if not already installed on your current system.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim1.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim1.tex new file mode 100644 index 00000000000..9c7e611311c --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim1.tex @@ -0,0 +1,20 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}(-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)} +\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 new file mode 100644 index 00000000000..caaf0254b4d --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim2.tex @@ -0,0 +1,20 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}(-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)} +\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 new file mode 100644 index 00000000000..2d980587c88 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim3.tex @@ -0,0 +1,20 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}(-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)} +\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 new file mode 100644 index 00000000000..ca10a1911e9 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim4.tex @@ -0,0 +1,21 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}(-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)} +\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 new file mode 100644 index 00000000000..b6e17000375 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim5.tex @@ -0,0 +1,21 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}(-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)} +\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 new file mode 100644 index 00000000000..3f8c8a3f9b5 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim6.tex @@ -0,0 +1,20 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}(-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)} +\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 new file mode 100644 index 00000000000..34fb2d22b3b --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim7.tex @@ -0,0 +1,19 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}(-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)} +\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 new file mode 100644 index 00000000000..dfc25030254 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex @@ -0,0 +1,20 @@ +\documentclass[border=5mm]{standalone} +\usepackage{animate} +\usepackage{pst-spirograph} + +\begin{document} + +\begin{animateinline}[ + width=0.9\linewidth, + begin={\begin{pspicture}[showgrid=top](-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)} +\end{animateinline} + +\end{document} + diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh b/Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh new file mode 100755 index 00000000000..08fa638fb79 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/runall.sh @@ -0,0 +1,13 @@ +#!/bin/bash +set `dir -R *.tex` +for datei in *.tex +do +# rm -fr *.pdf + echo -n "Runnning file $datei ... " + FILE=`basename $datei .tex` + latex $FILE &> /dev/null + dvips $FILE &> /dev/null + ps2pdf $FILE.ps &> /dev/null + rm -fr $FILE.log $FILE.aux $FILE.ps $FILE.dvi + echo " done" +done |