diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/animations/externalmovie.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/animations/externalmovie.asy | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/texmf/doc/asymptote/examples/animations/externalmovie.asy b/Master/texmf/doc/asymptote/examples/animations/externalmovie.asy deleted file mode 100644 index 77c99528307..00000000000 --- a/Master/texmf/doc/asymptote/examples/animations/externalmovie.asy +++ /dev/null @@ -1,17 +0,0 @@ -// Embed a movie to be run in an external window. - -import external; - -// External movies require the pdflatex engine. -settings.tex="pdflatex"; - -// Generated needed mpeg file if it doesn't already exist. -asy("mpg","wheel"); - -// Produce a pdf file. -settings.outformat="pdf"; - -// External movie: viewable even with the Linux version of acroread. -label(embed("wheel.mpg"),(0,0),N); - -label(link("wheel.mpg","Play"),(0,0),S); |