summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/flashmovie/test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/flashmovie/test.tex')
-rw-r--r--Master/texmf-dist/doc/latex/flashmovie/test.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/flashmovie/test.tex b/Master/texmf-dist/doc/latex/flashmovie/test.tex
index db146ff8df3..0a99effe9cd 100644
--- a/Master/texmf-dist/doc/latex/flashmovie/test.tex
+++ b/Master/texmf-dist/doc/latex/flashmovie/test.tex
@@ -2,6 +2,7 @@
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
+\usepackage{hyperref}
\usepackage{flashmovie}
@@ -12,10 +13,12 @@
This package allows direct embedding of flash movies into PDF files. It is
designed for use with pdflatex.
-\flashmovie[width=10cm,heigth=10cm]{saturn5.swf}
+\flashmovie[width=10cm,height=10cm]{saturn5.swf}
Basically it uses the fact that the Adobe Reader 9 contains an embedded Adobe Flash
-player which can be invoked with the "rich media annotation" feature which is described
-in "Adobe Supplement to the ISO 32000 BaseVersion: 1.7 ExtensionLevel: 3".
+player which can be invoked with the ``rich media annotation'' feature which is described
+in ``Adobe Supplement to the ISO 32000 BaseVersion: 1.7 ExtensionLevel: 3''.
+
+P.S.: This sample video is courtesy of the NASA ( \href{http://heasarc.gsfc.nasa.gov/Videos/historical/saturn5.avi}{saturn5.avi} ).
\end{document}