diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-17 23:11:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-17 23:11:57 +0000 |
commit | 5af7debad1f9125b0812d7dd79946f36efa98ce8 (patch) | |
tree | 061eec6b3d0fb5128dfcf0f6081780a27cddb511 /Master/texmf-dist/doc/latex/movie15/overlay-example.tex | |
parent | 898466bb2939d912a4168e1fb118101ef8a54d93 (diff) |
rm movie15, requires acrobat (and replaced by media9)
git-svn-id: svn://tug.org/texlive/trunk@25679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/movie15/overlay-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/movie15/overlay-example.tex | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/Master/texmf-dist/doc/latex/movie15/overlay-example.tex b/Master/texmf-dist/doc/latex/movie15/overlay-example.tex deleted file mode 100644 index d2c791e256e..00000000000 --- a/Master/texmf-dist/doc/latex/movie15/overlay-example.tex +++ /dev/null @@ -1,47 +0,0 @@ -% Copyright 2006 Alexander Grahn -% -% This material is subject to the LaTeX Project Public License. See -% http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html -% for the details of that license. -% -\documentclass{beamer} -\setbeamertemplate{navigation symbols}{} -\usepackage{movie15} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Some hints on using movie15 with /presentation/ packages -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% 1. Options `autopause' and `autoresume' should be set, as this prevents the -% movie from being rewound when passing from one overlay to the next. - -% 2. Within presentations, \movieref's must be put on the /same/ overlay as -% their target. - -% 3. If the /same/ media file is to be inserted at multiple locations within a -% presentation, all instances must be given unique labels using the `label' -% option, even if no \movieref's are associated with the included media. - -\begin{document} -\begin{frame} - \begin{itemize} - \item<+-> 1st overlay - \item<+-> 2nd overlay - \begin{center} - \includemovie[ - poster, - autopause, autoresume, - text={\parbox{0.35\linewidth}{\tiny - http://www.linux-video.net/\\Samples/Mpeg1/AlienSong.mpg% - }}, - playerid=AAPL_QuickTime, - url - ]{0.4\linewidth}{0.3\linewidth}{% - http://www.linux-video.net/Samples/Mpeg1/AlienSong.mpg% - } - \end{center} - \item<+-> 3rd overlay - \item<+-> 4th overlay - \end{itemize} -\end{frame} -\end{document} |