summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex')
-rw-r--r--Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex b/Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex
index 3fa61b6673b..f3d9f5b0893 100644
--- a/Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex
+++ b/Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex
@@ -26,7 +26,7 @@ for(int i=0; i < 10; ++i) {
label(A.pdf("controls",delay=50,keep=!settings.inlinetex));
\end{asy}
%Uncomment the following line when not using the [inline] package option:
-%\ASYanimategraphics[controls,loop]{20}{movie1}{}{}
+%\ASYanimategraphics[controls]{50}{movie1}{}{}
\end{center}
And here is another one, clickable but without the control panel:
@@ -45,7 +45,7 @@ for(int i=0; i < 10; ++i) {
label(A.pdf(keep=!settings.inlinetex));
\end{asy}
%Uncomment the following line when not using the [inline] package option:
-%\ASYanimategraphics[controls,loop]{10}{movie2}{}{}
+%\ASYanimategraphics[controls]{10}{movie2}{}{}
\end{center}
\end{document}