summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-16 18:38:18 +0000
committerKarl Berry <karl@freefriends.org>2010-05-16 18:38:18 +0000
commit9b042a93e8f489c694af2e2e121e5aedd7671d8a (patch)
tree4b4e6b79f46eb1faf6b5ca4b5318ae907daf38bc /Master/texmf/doc/asymptote/examples/animations/inlinemovie.tex
parent165b3785f8aa3ff267097b479870e9a39ba5c14b (diff)
asymptote 1.94
git-svn-id: svn://tug.org/texlive/trunk@18288 c570f23f-e606-0410-a88d-b1316a301751
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}