summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-04 23:55:25 +0000
committerKarl Berry <karl@freefriends.org>2007-05-04 23:55:25 +0000
commit43a14ea9dae73aad5fe9f3696827624be9b274ee (patch)
tree0146af90df94950eaf282da20be7cba126e6fc40
parent6f65692a3d44ba71cbb108ac8de9bb5abbbc0b5c (diff)
animate update (3may07)
git-svn-id: svn://tug.org/texlive/trunk@4235 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/animate/README45
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.pdfbin946695 -> 965155 bytes
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.tex82
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate-noocg.sty1849
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate.sty1441
-rw-r--r--Master/texmf-dist/tpm/animate.tpm9
-rw-r--r--Master/texmf/lists/animate1
7 files changed, 2688 insertions, 739 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/README b/Master/texmf-dist/doc/latex/animate/README
index f87fc16a61d..2ab44324c3a 100644
--- a/Master/texmf-dist/doc/latex/animate/README
+++ b/Master/texmf-dist/doc/latex/animate/README
@@ -15,15 +15,27 @@ Description:
or just from typeset text.
It supports the usual PDF making workflows, i. e. pdfLaTeX and LaTeX ->
- dvips -> ps2pdf (Ghostscript) / Distiller.
+ dvips -> ps2pdf (Ghostscript).
- The resulting PDF can be viewed in current Adobe Readers, version 7, on all
- supported platforms. Unfortunately, beginning with Reader 8, animations
- cease to work because of user-right restrictions that have been imposed on
- several important JavaScript methods.
+ The resulting PDF can be viewed in current Adobe Readers on all supported
+ platforms.
- Package `animate' is based on the work by Jan Holecek and Petr Sojka:
- http://www.fi.muni.cz/~xholecek/tex/pdfanim.xhtml
+ The first release of `animate' was based on the work by Jan Holecek and Petr
+ Sojka:
+
+ http://www.fi.muni.cz/~xholecek/tex/pdfanim.xhtml
+
+ Meanwhile, the package was rewritten to use Optional Content Groups (OCG),
+ aka PDF-Layers. OCG-based animations are fully supported by Adobe Reader 8,
+ but have some performance issues. Playback is usually slower in Reader 8
+ than in previous versions, which is probably a bug.
+
+ The old, non-OCG approach is still available if the package file
+ `animate-noocg.sty' is used instead of `animate.sty'. However, options
+ `autoplay', `autopause' and `autoresume' are not functional in Reader 8.
+ Moreover, the animation position and the play/pause buttons are not properly
+ reset on page change. This is due to usage restrictions that Adobe imposed
+ on some important JavaScript methods in Reader 8.
Note, this file only gives a summary of usage and available package and
command options. Please refer to the documentation `animate.pdf' in the
@@ -39,9 +51,9 @@ Usage:
\usepackage[<package options>]{animate}
- * Package options: autopause, autoplay, autoresume, controls,
- buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
- loop, palindrome, step, poster=[first | none | last]
+ -- Package options: autopause, autoplay, autoresume, controls,
+ buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
+ loop, palindrome, step, poster=[first | none | last]
\animategraphics[<options>]{<frame rate>}{<file basename>}{<first>}{<last>}
@@ -50,19 +62,20 @@ Usage:
... typeset material ...
\newframe
... typeset material ...
- \newframe
+ \newframe*
... typeset material ...
\end{animateinline}
- * Command options: width=<width>, height=<height>, depth=<depth>,
- scale=<factor>, autopause, autoplay, autoresume, controls,
- buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
- loop, palindrome, step, poster=[first | none | last]
+ -- Command options: width=<width>, height=<height>, depth=<depth>,
+ scale=<factor>, autopause, autoplay, autoresume, controls,
+ buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
+ loop, palindrome, step, poster=[first | none | last]
Requirements:
- pdfeTeX, version >= 1.30
+ pdfeTeX, version >= 1.20
+ Adobe Reader, version >= 6
Installation:
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
index b6909fe8ffe..c46cab4a786 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.tex b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
index 562b7dc2f9c..0a811854fe5 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/animate.tex
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
@@ -40,7 +40,8 @@
linkbordercolor={0 0 1},
menubordercolor={0 0 1},
pagebordercolor={0 0 1},
- urlbordercolor={0 0 1}
+ urlbordercolor={0 0 1},
+% pdfpagelayout=SinglePage
}
\begin{document}
@@ -54,27 +55,27 @@ A \LaTeX{} package for creating portable, JavaScript driven PDF animations from
\end{abstract}
\tableofcontents
-
+\newpage
\section{Introduction}
This package provides an interface to create PDFs with animated content from sets of graphics files, from inline graphics, such as \LaTeX-picture, PSTricks or pgf/TikZ generated pictures, or just from typeset text. Unlike standard movie/ video formats, which can be embedded, for example, using the \LaTeX{} package `movie15'~\cite{movie15}, package `animate' allows for animating vector graphics. The result is roughly similar to the SWF (Flash) format, although not as space-efficient.
Package `animate' supports the usual PDF making workflows, i.\,e. pdf\LaTeX{} and \LaTeX{} $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+\,(Ghost\-script).
-The final PDF can be viewed in Adobe Reader\textsuperscript{\scriptsize\textregistered}s, version 7, on all supported platforms. Unfortunately, beginning with Reader 8, animations cease to work because of user-right restrictions that have been imposed on several important JavaScript methods.
+The final PDF can be viewed in current Adobe Reader\textsuperscript{\scriptsize\textregistered}s on all supported platforms.
-The `animate' package is based on the work by Jan Hole\v{c}ek and Petr Sojka \cite{hol04}, who have shown how to animate the appearance of a so called Widget Annotation, provided by the PDF specification, by means of Adobe Reader's built-in JavaScript engine.
-
-\section{Installation}
-The file `animate.sty' should be stored in a place where \LaTeX{} can find it.
+The `animate' package makes use of Optional Content Groups (OCG), also known as PDF layers, which is a feature provided by the PDF-1.5 specification. Each frame of an animation is associated with an OCG that is made visible or invisible in a dynamic fashion by means of Adobe Reader's built-in JavaScript engine.
\section{Requirements}
\begin{trivlist}
-\item pdf$\varepsilon$\TeX{}, version $\ge1.30$ for both, PDF and DVI output
-\item Adobe Reader, version 7
+\item pdf$\varepsilon$\TeX{}, version $\ge1.20$ for PDF output
+\item Adobe Reader, version $\ge6$
\end{trivlist}
+\section{Installation}
+The file `animate.sty' should be stored in a place where \LaTeX{} can find it.
+
\section{Using the package}
-Invoke the package by putting the line
+First of all, read Section~\ref{sect:bugs} on problems related to this package. Then, invoke the package by putting the line
\begin{verbatim}
\usepackage[<package options>]{animate}
\end{verbatim}
@@ -82,8 +83,8 @@ to the preamble of your document, i.\,e. somewhere between \verb+\documentclass+
`animate' honours the package options:
\begin{verbatim}
- autopause
autoplay
+ autopause
autoresume
controls
buttonsize=<size>
@@ -96,7 +97,7 @@ to the preamble of your document, i.\,e. somewhere between \verb+\documentclass+
\end{verbatim}
The same options are also available as command options and will be explained shortly. However, if used as package options they have global scope, taking effect on all animations in the document.
-If PDF is generated via DVI and Postscript by the command sequence \verb+latex+ $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+, the `graphicx' package is required. \emph{Important:} The \verb+dvips+ option `\verb+-Ppdf+' should \emph{not} be set when converting the intermediate DVI into Postscript. If you cannot do without, put `\verb+-X 2400 -Y 2400+' to the \emph{end} of the option list of \verb+dvips+. This overrides the DVI resolution specified in the \verb+dvips+ configuration file `\verb+config.pdf+'.
+If PDF is generated via DVI and Postscript by the command sequence \verb+latex+ $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+, the `graphicx' package is required. \emph{Important:} The \verb+dvips+ option `\verb+-Ppdf+' should \emph{not} be set when converting the intermediate DVI into Postscript. If you cannot do without, put `\verb+-X 2400 -Y 2400+' \emph{after} `\verb+-Ppdf+' on the command line.
\section{The user interface}
Package `animate' provides the command
@@ -109,12 +110,12 @@ and the environment
... typeset material ...
\newframe
... typeset material ...
-\newframe
+\newframe*
... typeset material ...
\end{animateinline}
\end{verbatim}
-While \verb+\animategraphics+ can be used to assemble animations from sets of existing graphics files, the environment `\verb+animateinline+' is intended to create the animation from the typeset material it encloses. This material can be pictures drawn within the \LaTeX{} \verb+picture+ environment or using the advanced capabilities of PSTricks or pgf/TikZ. Even ordinary textual material may be animated in this way. The command \verb+\newframe+ terminates one frame and starts the next.
+While \verb+\animategraphics+ can be used to assemble animations from sets of existing graphics files, the environment `\verb+animateinline+' is intended to create the animation from the typeset material it encloses. This material can be pictures drawn within the \LaTeX{} \verb+picture+ environment or using the advanced capabilities of PSTricks or pgf/TikZ. Even ordinary textual material may be animated in this way. The command \verb+\newframe+ terminates a frame and starts the next one. There is a starred version, \verb+\newframe*+. If placed after a particular frame it causes the animation to pause at that frame. The animation continues normally after clicking it again.
The parameter \verb+<frame rate>+ specifies the number of frames per second of the animation. All files of the sequence must be consecutively numbered. {\tt <file base\-name>} is the leftmost part of the file name that all members of the sequence have in common. \verb+<first>+ is the number of the first and \verb+<last>+ the number of the last file in the set. \verb+<first>+ and \verb+<last>+ must have the same number of digits to ensure proper sorting. If necessary, rename the files with zeros padded to the left.
@@ -173,9 +174,8 @@ Step through the animation by one frame per mouse-click.
\begin{verbatim}
poster=[first | none | last]
\end{verbatim}
-Specifies which frame (first, last or none) to display when the animation widget is not activated. This option serves two purposes: (1) When printing the PDF document from within Adobe Reader, the specified frame makes its way onto the paper, even if the page containing the animation has never been visited by the (human) reader. (2) PDF Readers, such as Xpdf, which do not know about Widget Annotations and JavaScript have something that can be displayed and printed. Option `poster=first' need not be explicitly set since this is done by default.
+Specifies which frame (first, last or none) to display and print if the animation is not activated. Option `poster=first' need not be explicitly set because it is the default.
-\newpage
\section{Examples}
\subsection[Animation from a set of files, using `animategraphics' command]{Animation from a set of files, using `{\tt animategraphics}' command}
\small
@@ -205,7 +205,6 @@ Specifies which frame (first, last or none) to display when the animation widget
\usepackage{pst-3dplot}
\usepackage{fp}
\usepackage{animate}
-\usepackage{graphics}
%draws a torus sector
\newcommand{\torus}[1]{% #1: angle of the torus sector
@@ -287,6 +286,55 @@ Specifies which frame (first, last or none) to display when the animation widget
\end{animateinline}%
\end{center}
+\section{Bugs}\label{sect:bugs}
+\begin{itemize}
+ \item The command {\tt\string\multido} and its relatives from package `{\tt multido}' do not work if the loop body contains {\tt\string\newframe}. Use {\tt\string\whiledo} from package `{\tt ifthen}' instead. A counter must be declared to keep track of the number of iterations. Further variables that take fixed point decimals to be used within the loop body can be defined and incremented by means of the commands \verb+\FPset+ and \verb+\FPadd+ from package `{\tt fp}'. For example:
+\small
+\begin{verbatim}
+% declare loop counter
+\newcounter{iter}%
+
+\begin{animateinline}{12}
+ % initialize loop counter
+ \setcounter{iter}{0}%
+ % define some variable, e. g. `\somevar'
+ \FPset{\somevar}{1.0}%
+ %make copy `\varcopy' of `\somevar' with global scope
+ \xdef\varcopy{\somevar}%
+ ...
+ ... create first frame using \somevar(=1.0)
+ ... (\multido _can_ be used here!)
+ ...
+ \whiledo{\theiter<50}{% do 50 iterations
+ % start new frame
+ \newframe%
+ %increment loop counter by 1
+ \addtocounter{iter}{1}%
+ %increment \somevar by, e. g., 0.5
+ \FPadd{\somevar}{\varcopy}{0.5}%
+ %refresh the copy
+ \xdef\varcopy{\somevar}%
+ ...
+ ... create frame using \somevar
+ ... (\multido _can_ be used here!)
+ ...
+ }
+\end{animateinline}
+\end{verbatim}
+\normalsize
+
+ \item Currently, animations cannot be placed on multilayered slides created with the Beamer class. Put animations on flat slides only. (Of course, slides without animations may still have overlays.)
+
+ \item The \verb+dvips+ option `\verb+-Ppdf+' should be avoided entirely or followed by `\verb+-X 2400+ \verb+-Y 2400+' on the command line in order to set a sensible DVI resolution. In times of Type-1 fonts, this does \emph{not} degrade the output quality! The configuration file `\verb+config.pdf+' loaded by option `\verb+-Ppdf+' specifies an excessively high DVI resolution that will be passed on to the final PDF. Eventually, Adobe Reader gets confused and will not display the frames within the animation widget.
+
+ \item Animations with complex graphics and/or many frames may cause \LaTeX{} to fail with a `\verb+TeX capacity exceeded+' error. Enlarge \TeX{}'s memory with command line option `\verb+--mem-max=...+'.
+
+ \item Originally, package `\verb+animate+' was based on a method suggested by Jan Hole\v{c}ek and Petr Soika~\cite{hol04}, but was rewritten to use Optional Content Groups (OCG). OCG-based animations are fully supported in Adobe Reader 8, but have some performance issues. Playback is usually slower in Reader 8 than in older Reader versions, which is probably a bug. The non-OCG approach performs better in Adobe Reader 8, but package/command options `\verb+autoplay+', `\verb+autopause+' and `\verb+autoresume+' do not work. Moreover, the animation position and the play/pause' buttons are not properly reset on page change. This is due to usage restrictions that Adobe imposed on some important JavaScript methods in Reader 8. A non-OCG version of the package is still available as `\verb+animate-noocg.sty+'.
+\end{itemize}
+
+\section{Acknowledgements}
+I would like to thank Fran\c{c}ois Lafont who discovered quite a few bugs and made many suggestions that helped to improve the functionality of the package.
+
\begin{thebibliography}{8}
\bibitem{movie15} \emph{The Movie15 Package}. URL: \href{http://www.ctan.org/tex-archive/macros/latex/contrib/movie15/}{\tt http://www.ctan.org/tex-archive/macros/} \href{http://www.ctan.org/tex-archive/macros/latex/contrib/movie15/}{\tt latex/contrib/movie15}
\bibitem{hol04} Hole\v{c}ek, J. ; Sojka, P.: Animations in pdf\TeX-generated PDF. In: \emph{Lecture Notes in Computer Science}, Vol. 3130, 2004, pp.~179--191
diff --git a/Master/texmf-dist/tex/latex/animate/animate-noocg.sty b/Master/texmf-dist/tex/latex/animate/animate-noocg.sty
new file mode 100644
index 00000000000..af6dc456726
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/animate/animate-noocg.sty
@@ -0,0 +1,1849 @@
+% Copyright 2007 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.
+
+% Package for creating portable, JavaScript driven animations from sets of
+% graphics files or inline graphics (e. g. latex-picture, pstricks,
+% pgf/TikZ, ...)
+
+% Supports LaTeX->dvips->ps2pdf or pdfLaTeX workflows.
+
+% Based on the work by Jan Holecek and Petr Sojka.
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{animate-noocg}[2007/05/04]
+\RequirePackage{keyval}
+\RequirePackage{ifthen}
+\RequirePackage{ifpdf}
+\RequirePackage{calc}
+
+\DeclareOption*{}\ProcessOptions*\relax %allow anything as option
+%(package options will be processed near end of this file)
+
+\ifpdf
+ %load MP to PDF converter
+ \ifx\convertMPtoPDF\@undefined%
+ \InputIfFileExists{supp-pdf}{}{}%
+ \ifx\convertMPtoPDF\@undefined%
+ \PackageWarningNoLine{animate-noocg}{%
+ File `supp-pdf.tex', which is part of ConTeXt, is not available.%
+ \MessageBreak%
+ Therefore, MetaPost generated PS files cannot be embedded.%
+ }%
+ \fi%
+ \fi%
+\else
+ %define `?pdfmark' operator; taken from the PDFmark Reference
+ \AtBeginDocument{%
+ \ifthenelse{\isundefined{\pdfmark}}{% (hyperref provides its own
+ \special{ps: % definition)
+ /pdfmark where
+ { pop globaldict /?pdfmark /exec load put }
+ {
+ globaldict
+ begin
+ /?pdfmark /pop load def
+ /pdfmark /cleartomark load def
+ end
+ }
+ ifelse
+ }%
+ }{}%
+ }
+\fi%
+
+%testing for correct TeX version, pdfmdfivesum is needed for both,
+%pdf _and_ dvi output
+\ifx\@undefined\pdfmdfivesum
+ \PackageError{animate-noocg}{%
+ pdfeTeX, version >= 1.30, required
+ }{%
+ Install a more recent version!
+ }%
+\fi
+
+%creating and using global definitions
+\def\@anim@newkey#1#2{{\expandafter\xdef\csname#1\endcsname{#2}}}
+\def\@anim@getkeyval#1{\csname#1\endcsname}
+
+%missing package error message
+\def\@anim@missing#1{%
+ \PackageError{animate-noocg}{%
+ Package `#1' has not been loaded yet%
+ }{%
+ Put the line\MessageBreak%
+ `\protect\usepackage{#1}'\MessageBreak%
+ to the preamble of your document!
+ }%
+}
+
+%add AP (appearances name tree) root node to the Names dict of the PDF Catalog
+\def\@anim@buttontree{}
+\ifpdf
+ \newcount\@anim@aproot
+ \pdfobj reserveobjnum
+ \@anim@aproot=\pdflastobj
+ \pdfnames{/AP \the\pdflastobj\space 0 R}
+ \AtEndDocument{%
+ \immediate\pdfobj useobjnum \@anim@aproot {%
+ <</Kids [\@anim@apkids\space\@anim@buttontree]>>%
+ }%
+ }%
+\else
+ \special{ps:
+ mark {Catalog} <</Names <</AP <</Kids {@anim@apkids}>>>>>> /PUT pdfmark
+ }
+\fi
+
+%create name tree object from XObject hash & add a reference to it to the
+%name tree list
+\def\@anim@apkids{}
+\ifpdf
+ \def\@anim@addtree#1{% #1 @anim@num
+ \immediate\pdfobj {<<%
+ /Names [\@anim@getkeyval{a#1.hash}]
+ /Limits [(\@anim@getkeyval{a#1.ffirst}) (\@anim@getkeyval{a#1.flast})]%
+ >>}%
+ \xdef\@anim@apkids{\@anim@apkids\the\pdflastobj\space 0 R\space}%
+ }
+\else
+ \special{ps: mark /_objdef {@anim@apkids} /type/array /OBJ pdfmark }
+ \def\@anim@addtree#1{%
+ \xdef\@anim@apkids{\@anim@apkids {tree@#1}\space}%
+ \special{ps:
+ mark
+ /_objdef {tree@#1}
+ /type/dict
+ /OBJ pdfmark
+ mark
+ {tree@#1} <<
+ /Names [\@anim@getkeyval{a#1.hash}]
+ /Limits [(\@anim@getkeyval{a#1.ffirst}) (\@anim@getkeyval{a#1.flast})]
+ >>
+ /PUT pdfmark
+ %mark {@anim@apkids} {tree@#1} /APPEND pdfmark
+ mark {@anim@apkids} 0 [\@anim@apkids\@anim@buttontree] /PUTINTERVAL pdfmark
+ }%
+ }
+\fi
+
+\newbox\@anim@box %used for storing graphics
+\newdimen\@anim@tmpdima %length registers for occasional use
+\newdimen\@anim@tmpdimb
+
+%creates Form XObject from graphics file & appends a reference to it to the
+%XObject hash (XObject name <-> XObject reference) of the current animation;
+%also determines natural size of the graphics file
+\def\@anim@pt{pt}
+\ifpdf
+ \def\@anim@ximage#1#2#3{%#1:zero padded anim num, #2:@anim@curframe@zb,
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}% #3:filename
+ \IfFileExists{#3}{%
+ %embed the same graphics file only once (reference doesn't exist yet)
+ \ifthenelse{%
+ \equal{\@anim@getkeyval{\pdfmdfivesum file {#3}.r}}{undefined}%
+ }{%
+ \def\@anim@mps{.mps}%
+ \ifx\@anim@ext\@anim@mps%
+ \global\setbox\@anim@box=\hbox{\convertMPtoPDF{#3}{1}{1}}%
+ \ifnum#2=0% size (measuring the first frame only)
+ % store name of first frame XObject
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
+ \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ \immediate\pdfxform\@anim@box%
+ \@anim@newkey{\pdfmdfivesum file {#3}.r}{\the\pdflastxform}%
+ \else%
+ \immediate\pdfximage{#3}%
+ \@anim@newkey{\pdfmdfivesum file {#3}.r}{\the\pdflastximage}%
+ \ifnum#2=0% size (measuring the first frame only)
+ % store name of first frame XObject
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \global\setbox\@anim@box=\hbox{\pdfrefximage\pdflastximage}%
+ \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
+ \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ \fi%
+ \@anim@newkey{\pdfmdfivesum file {#3}.a}{#1}% file is part of animation #1
+ }{%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ %retrieve previously determined size and make it the current
+ \@anim@newkey{a#1.wd}{%
+ \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.wd}%
+ }%
+ \@anim@newkey{a#1.ht}{%
+ \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.ht}%
+ }%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ }%
+ % store name of last frame XObject
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{% append reference
+ \@anim@getkeyval{a#1.hash}(a#1f\@anim@curfr@zb@form)
+ \@anim@getkeyval{\pdfmdfivesum file {#3}.r}\space 0 R\space%
+ }%
+ %reference to poster frame
+ \ifnum#2=0%
+ \def\@anim@posterframe{first}%
+ \else%
+ \def\@anim@posterframe{last}%
+ \fi%
+ \ifx\@anim@poster\@anim@posterframe%
+ \@anim@newkey{a#1.poster}{%
+ \@anim@getkeyval{\pdfmdfivesum file {#3}.r}\space 0 R%
+ }%
+ \fi%
+ }{%
+ \PackageError{animate-noocg}{File `#3' cannot be opened for embedding.}{}%
+ }%
+ }
+\else
+ \def\@anim@ximage#1#2#3{%
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}%
+ \IfFileExists{#3}{%
+ \ifthenelse{%
+ \equal{\@anim@getkeyval{\pdfmdfivesum file {#3}.r}}{undefined}%
+ }{%
+ \edef\@anim@curfile{{#3}}%
+ \global\setbox\@anim@box=\hbox{\expandafter\includegraphics\@anim@curfile}%
+ \ifnum#2=0% size (measuring the first frame only)
+ % store name of first frame XObject
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
+ \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ \def\@anim@oldunitlength{\the\unitlength}% make backup
+ \setlength{\unitlength}{1pt}%
+ %mark BBox of the graphics
+ \begin{picture}(0,0)%
+ \put(0,0){%
+ \special{ps:
+ currentpoint /frame@lly exch def /frame@llx exch def
+ }%
+ }%
+ \put(\strip@pt\wd\@anim@box,\strip@pt\ht\@anim@box){%
+ \special{ps:
+ currentpoint /frame@ury exch def /frame@urx exch def
+ }%
+ }%
+ \special{ps:
+ gsave
+ mark
+ /_objdef {a#1f\@anim@curfr@zb@form}
+ /BBox [frame@llx frame@lly frame@urx frame@ury]
+ /BP pdfmark
+ %flip around horizontal axis
+ { [1 0 0 -1 0 frame@lly frame@ury add ] concat } ?pdfmark
+ }%
+ \put(0,0){\box\@anim@box}%
+ \special{ps:
+ mark /EP pdfmark
+ grestore
+ }%
+ \end{picture}%
+ \setlength{\unitlength}{\@anim@oldunitlength}% restore previous unitlen
+ \@anim@newkey{\pdfmdfivesum file {#3}.r}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{\pdfmdfivesum file {#3}.a}{#1}%
+ }{%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.wd}{%
+ \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.wd}%
+ }%
+ \@anim@newkey{a#1.ht}{%
+ \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.ht}%
+ }%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ }%
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{% append reference
+ \@anim@getkeyval{a#1.hash}(a#1f\@anim@curfr@zb@form)
+ {\@anim@getkeyval{\pdfmdfivesum file {#3}.r}}\space%
+ }%
+ \ifnum#2=0%
+ \def\@anim@posterframe{first}%
+ \else%
+ \def\@anim@posterframe{last}%
+ \fi%
+ \ifx\@anim@poster\@anim@posterframe%
+ \@anim@newkey{a#1.poster}{%
+ \@anim@getkeyval{\pdfmdfivesum file {#3}.r}%
+ }%
+ \fi%
+ }{%
+ \PackageError{animate-noocg}{File `#3' cannot be opened for embedding.}{}%
+ }%
+ }
+\fi
+
+%creates Form XObject from box contents & appends a reference to it to the
+%XObject hash (XObject name <-> XObject reference) of the current animation
+\ifpdf
+ \def\@anim@xinline#1#2#3{%#1:zero padded anim num, #2:@anim@curframe@zb,
+ \immediate\pdfxform#3% #3:box number
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \fi%
+ % store name of last frame of sequence
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{% append reference
+ \@anim@getkeyval{a#1.hash}%
+ (a#1f\@anim@curfr@zb@form)\space\the\pdflastxform\space 0 R\space%
+ }%
+ %reference to poster frame
+ \ifnum#2=0%
+ \def\@anim@posterframe{first}%
+ \ifx\@anim@poster\@anim@posterframe%
+ \@anim@newkey{a#1.poster}{\the\pdflastxform\space 0 R}%
+ \fi%
+ \else%
+ \def\@anim@posterframe{last}%
+ \ifx\@anim@poster\@anim@posterframe%
+ \@anim@newkey{a#1.poster}{\the\pdflastxform\space 0 R}%
+ \fi%
+ \fi%
+ }
+\else
+ \def\@anim@xinline#1#2#3{%
+ \def\@anim@oldunitlength{\the\unitlength}% make backup
+ \setlength{\unitlength}{1pt}%
+ %mark BBox of the graphics
+ \begin{picture}(0,0)%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \put(0,-\strip@pt\@anim@tmpdima){%
+ \special{ps:
+ currentpoint /frame@lly exch def /frame@llx exch def
+ }%
+ }%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
+ \setlength{\@anim@tmpdimb}{\@anim@getkeyval{a#1.ht}}%
+ \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdimb){%
+ \special{ps:
+ currentpoint /frame@ury exch def /frame@urx exch def
+ }%
+ }%
+ \end{picture}%
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}% cur frame num formatted
+ \setlength{\unitlength}{\@anim@oldunitlength}% restore previous unitlength
+ \special{ps:
+ gsave
+ mark
+ /_objdef {a#1f\@anim@curfr@zb@form}
+ /BBox [frame@llx frame@lly frame@urx frame@ury]
+ /BP pdfmark
+ %flip around horizontal axis
+ { [1 0 0 -1 0 frame@lly frame@ury add ] concat } ?pdfmark
+ }%
+ \begin{picture}(0,0)%
+ \put(0,0){\box#3}%
+ \end{picture}%
+ \special{ps:
+ mark /EP pdfmark
+ grestore
+ }%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \fi%
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{%
+ \@anim@getkeyval{a#1.hash}%
+ (a#1f\@anim@curfr@zb@form)\space {a#1f\@anim@curfr@zb@form}\space%
+ }%
+ \ifnum#2=0%
+ \def\@anim@posterframe{first}%
+ \ifx\@anim@poster\@anim@posterframe%
+ \@anim@newkey{a#1.poster}{a#1f\@anim@curfr@zb@form}%
+ \fi%
+ \else%
+ \def\@anim@posterframe{last}%
+ \ifx\@anim@poster\@anim@posterframe%
+ \@anim@newkey{a#1.poster}{a#1f\@anim@curfr@zb@form}%
+ \fi%
+ \fi%
+ }
+\fi
+
+%control button faces
+\def\@anim@buttonhash{}%
+\ifpdf
+ \def\@anim@xbutton#1#2{% #1 name, #2 stroking commands
+ \immediate\pdfobj stream attr{%
+ /Type/XObject/Subtype/Form/BBox [0 0 15 15]%
+ /Resources <</ProcSet [/PDF]>>%
+ }{#2}%
+ \xdef\@anim@buttonhash{%
+ \@anim@buttonhash(btn#1)\space\the\pdflastobj\space 0 R\space%
+ }%
+ \@anim@newkey{btn#1}{\the\pdflastobj\space 0 R}%
+ }
+ \def\@anim@btnend{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 45 40 m
+ 95 75 l
+ 45 110 l
+ S
+ 0 j
+ 105 44 m
+ 105 106 l
+ S
+ }
+ \def\@anim@btnstep{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 50 40 m
+ 100 75 l
+ 50 110 l
+ S
+ }
+ \def\@anim@btnplay{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 50 40 m
+ 50 110 l
+ 100 75 l
+ h
+ S
+ }
+ \def\@anim@btnpause{%
+ 2.5 w
+ 1 j
+ 0 G
+ 0 10 m
+ 140 10 l
+ 140 140 l
+ 0 140 l
+ S
+ 20 w
+ 22 40 m
+ 22 110 l
+ S
+ }
+ \def\@anim@btnminus{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 0 J
+ 40 75 m
+ 110 75 l
+ S
+ }
+ \def\@anim@btnplus{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 0 J
+ 40 75 m
+ 110 75 l
+ 75 40 m
+ 75 110 l
+ S
+ }
+ \def\@anim@btnreset{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 75 40 m
+ 75 110 l
+ S
+ 0 g
+ 35 50 m
+ 70 75 l
+ 35 100 l
+ f
+ 115 50 m
+ 80 75 l
+ 115 100 l
+ f
+ 2 J
+ 0 j
+ 30 75 m
+ 35 75 l
+ 120 75 m
+ 115 75 l
+ S
+ }
+ \def\@anim@makebuttons{%
+ \@anim@xbutton{EndLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{EndRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{Minus}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnminus%
+ }%
+ \@anim@xbutton{PauseLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PauseRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PlayLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{PlayRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{Plus}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnplus%
+ }%
+ \@anim@xbutton{Reset}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnreset%
+ }%
+ \@anim@xbutton{StepLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnstep%
+ }%
+ \@anim@xbutton{StepRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnstep%
+ }%
+ \immediate\pdfobj {<<%
+ /Names [\@anim@buttonhash]
+ /Limits [(btnEndLeft) (btnStepRight)]%
+ >>}%
+ \xdef\@anim@buttontree{\the\pdflastobj\space 0 R\space}%
+ }
+\else
+ \def\@anim@xbutton#1#2{% #1: name; #2: stroking commands
+ \special{ps:
+ gsave
+ mark
+ /_objdef {btn#1}
+ /BBox [0 0 15 15]
+ /BP pdfmark { #2 } ?pdfmark mark /EP pdfmark
+ grestore
+ }%
+ \xdef\@anim@buttonhash{%
+ \@anim@buttonhash(btn#1)\space {btn#1}\space%
+ }%
+ }
+ \def\@anim@btnend{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 4.5 4 moveto
+ 9.5 7.5 lineto
+ 4.5 11 lineto
+ stroke
+ 0 setlinejoin
+ 10.5 4.4 moveto
+ 10.5 10.6 lineto
+ stroke
+ }
+ \def\@anim@btnstep{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 5 4 moveto
+ 10 7.5 lineto
+ 5 11 lineto
+ stroke
+ }
+ \def\@anim@btnplay{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 5 4 moveto
+ 5 11 lineto
+ 10 7.5 lineto
+ closepath
+ stroke
+ }
+ \def\@anim@btnpause{%
+ 0 setgray
+ 0.25 setlinewidth
+ 0 setlinecap
+ 1 setlinejoin
+ 0 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 0 14 lineto
+ stroke
+ 2 setlinewidth
+ 2.2 4 moveto
+ 2.2 11 lineto
+ stroke
+ }
+ \def\@anim@btnminus{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1.0 setlinewidth
+ 0 setlinecap
+ 4 7.5 moveto
+ 11 7.5 lineto
+ stroke
+ }
+ \def\@anim@btnplus{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1.0 setlinewidth
+ 0 setlinecap
+ 4 7.5 moveto
+ 11 7.5 lineto
+ 7.5 4 moveto
+ 7.5 11 lineto
+ stroke
+ }
+ \def\@anim@btnreset{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 7.5 4 moveto
+ 7.5 11 lineto
+ stroke
+ 0 setlinejoin
+ 3.5 5 moveto
+ 7 7.5 lineto
+ 3.5 10 lineto
+ closepath
+ fill
+ 11.5 5 moveto
+ 8 7.5 lineto
+ 11.5 10 lineto
+ closepath
+ fill
+ 1 setlinewidth
+ 2 setlinecap
+ 3 7.5 moveto
+ 3.5 7.5 lineto
+ 12 7.5 moveto
+ 11.5 7.5 lineto
+ stroke
+ }
+ \def\@anim@makebuttons{%
+ \@anim@xbutton{EndLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{EndRight}{%
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{Minus}{%
+ \@anim@btnminus%
+ }%
+ \@anim@xbutton{PauseLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PauseRight}{%
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PlayLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{PlayRight}{%
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{Plus}{%
+ \@anim@btnplus%
+ }%
+ \@anim@xbutton{Reset}{%
+ \@anim@btnreset%
+ }%
+ \@anim@xbutton{StepLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnstep%
+ }%
+ \@anim@xbutton{StepRight}{%
+ \@anim@btnstep%
+ }%
+ \special{ps:
+ mark /_objdef {tree@button} /type/dict /OBJ pdfmark
+ mark
+ {tree@button} <<%
+ /Names [\@anim@buttonhash]
+ /Limits [(btnEndLeft) (btnStepRight)]
+ >> /PUT
+ pdfmark
+ }%
+ \xdef\@anim@buttontree{{tree@button}}%
+ }
+\fi
+
+%determines file type of the sequence
+\ifpdf
+ \def\@anim@getext#1{%
+ \gdef\@anim@ext{.pdf}% we start with `pdf'
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.mps}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.png}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jpg}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jpeg}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jbig2}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jb2}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \PackageError{animate-noocg}{%
+ Neither of the files\MessageBreak%
+ `#1.pdf',\MessageBreak%
+ `#1.mps',\MessageBreak%
+ `#1.png',\MessageBreak%
+ `#1.jpg',\MessageBreak%
+ `#1.jpeg',\MessageBreak%
+ `#1.jbig2' or\MessageBreak%
+ `#1.jb2',\MessageBreak%
+ could be found.\MessageBreak%
+ Wrong file type? Mis-spelled file name?
+ }{}%
+ }}}}}}}%
+ }%
+\else
+ \def\@anim@getext#1{%
+ \gdef\@anim@ext{.eps}% we start with `eps'
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.mps}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.ps}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \PackageError{animate-noocg}{%
+ Neither of the files\MessageBreak%
+ `#1.eps',\MessageBreak%
+ `#1.mps' or\MessageBreak%
+ `#1.ps'\MessageBreak%
+ could be found.\MessageBreak%
+ Wrong file type? Mis-spelled file name?
+ }{}%
+ }}}%
+ }%
+\fi
+
+%counts embedded animations
+\newcount\@anim@num\@anim@num=0
+
+%current frame
+\newcount\@anim@curframe
+\newcount\@anim@curframe@zb% zero based
+
+\newboolean{@anim@buttonsmade} %true if button faces have been made
+\setboolean{@anim@buttonsmade}{false}
+
+%user command for embedding animation sequence
+% #1: options
+% #2: frame rate (fps)
+% #3: basename of graphics file sequence (without frame number and extension)
+% #4: first frame (zero padded integer of same width as #5)
+% #5: last frame (zero padded integer of same width as #4)
+\newcommand{\animategraphics}[5][]{%
+ \leavevmode%
+ \ifpdf\else%
+ \ifthenelse{\isundefined{\includegraphics}}{\@anim@missing{graphics}}{}%
+ \fi%
+ \@anim@reset% to default settings
+ \setkeys{anim@user}{#1}%
+ \def\@anim@base{#3}%
+ \def\@anim@first{#4}%
+ \def\@anim@last{#5}%
+ %
+ %create button faces if necessary
+ \if@anim@controls%
+ \if@anim@buttonsmade\else%
+ \@anim@makebuttons%
+ \setboolean{@anim@buttonsmade}{true}%
+ \fi%
+ \fi%
+ %formatted (zero padded) animation no.
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@newkey{a\@anim@numform.hash}{}% empty XObject hash
+ \@anim@newkey{a\@anim@numform.fps}{#2}%
+ \@anim@newkey{a\@anim@numform.pauseat}{}%
+ %
+ %read all frames of the sequence
+ \@anim@curframe=\@anim@first%
+ \@anim@curframe@zb=0%
+ \loop%
+ \ifnum\@anim@curframe>\@anim@last\else%
+ %get file name extension of current file
+ \@anim@getext{%
+ \@anim@base\@anim@pad{\@anim@last}{\the\@anim@curframe}%
+ }%
+ %embed graphics
+ \@anim@ximage{\@anim@numform}{\the\@anim@curframe@zb}{%
+ \@anim@base\@anim@pad{\@anim@last}{\the\@anim@curframe}\@anim@ext%
+ }%
+ \advance\@anim@curframe by 1%
+ \advance\@anim@curframe@zb by 1%
+ \@anim@newkey{a\@anim@numform.frames}{\the\@anim@curframe@zb}% total number
+ \repeat%
+ \@anim@addtree{\@anim@numform}% create name tree
+ %insert animation widget & controls
+ \vtop{%
+ \offinterlineskip%
+ \hbox{\@anim@animwidget{\@anim@numform}}%
+ \if@anim@controls%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.1\@anim@tmpdima}%
+ \vskip \@anim@tmpdima%
+ \hbox to \@anim@getkeyval{a\@anim@numform.wd} {%
+ \hss%
+ \@anim@buttonwidget{\@anim@numform}{EndLeft}{EndLeft}%
+ \@anim@buttonwidget{\@anim@numform}{StepLeft}{StepLeft}%
+ \if@anim@step\else%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseLeft}{PlayLeft}%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseRight}{PlayRight}%
+ \fi%
+ \@anim@buttonwidget{\@anim@numform}{StepRight}{StepRight}%
+ \@anim@buttonwidget{\@anim@numform}{EndRight}{EndRight}%
+ \if@anim@step\else%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.3\@anim@tmpdima}%
+ \hskip \@anim@tmpdima%
+ \@anim@buttonwidget{\@anim@numform}{Minus}{Minus}%
+ \@anim@buttonwidget{\@anim@numform}{Reset}{Reset}%
+ \@anim@buttonwidget{\@anim@numform}{Plus}{Plus}%
+ \fi%
+ \hss%
+ }%
+ \fi%
+ }%
+ \global\advance\@anim@num by 1%
+}%
+
+%calculates widget dimensions from natural ones, taking resizing options
+%into account
+\def\@anim@rescale#1{% #1:formatted anim number
+ %original totalheight
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.ht}}%
+ \addtolength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \edef\@anim@th{\the\@anim@tmpdima}%
+ %rescale height & depth
+ \ifthenelse{%
+ \NOT\equal{\@anim@boxheight}{}\AND%
+ \NOT\equal{\@anim@boxdepth}{}%
+ }{%
+ \@anim@newkey{a#1.ht}{\@anim@boxheight}%
+ \@anim@newkey{a#1.dp}{\@anim@boxdepth}%
+ }{%
+ \ifthenelse{\NOT\equal{\@anim@boxheight}{}}{%
+ \@anim@newkey{a#1.ht}{\@anim@boxheight}%
+ }{%
+ \ifthenelse{\NOT\equal{\@anim@boxdepth}{}}{%
+ \@anim@newkey{a#1.dp}{\@anim@boxdepth}%
+ }{%if neither height nor depth are given but width is, rescale
+ %ht & dp to keep aspect ratio
+ \ifthenelse{\NOT\equal{\@anim@boxwidth}{}}{%
+ \setlength{\@anim@tmpdima}{%
+ \@anim@getkeyval{a#1.ht}%
+ *\ratio{\@anim@boxwidth}{\@anim@getkeyval{a#1.wd}}%
+ }\@anim@newkey{a#1.ht}{\the\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{%
+ \@anim@getkeyval{a#1.dp}%
+ *\ratio{\@anim@boxwidth}{\@anim@getkeyval{a#1.wd}}%
+ }\@anim@newkey{a#1.dp}{\the\@anim@tmpdima}%
+ }{}%
+ }%
+ }%
+ }%
+ \ifthenelse{\NOT\equal{\@anim@boxwidth}{}}{%rescale width
+ \@anim@newkey{a#1.wd}{\@anim@boxwidth}%
+ }{%
+ %if width is not given, but either height or depth are, scale
+ %width to keep aspect ratio
+ \ifthenelse{%
+ \NOT\equal{\@anim@boxheight}{}\OR%
+ \NOT\equal{\@anim@boxdepth}{}%
+ }{%
+ \setlength{\@anim@tmpdima}{%
+ \@anim@getkeyval{a#1.wd}%
+ *\ratio{%
+ \@anim@getkeyval{a#1.ht}+\@anim@getkeyval{a#1.dp}%
+ }{\@anim@th}%
+ }%
+ \@anim@newkey{a#1.wd}{\the\@anim@tmpdima}%
+ }{}%
+ }%
+ %apply scaling by a factor
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
+ \setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
+ \@anim@newkey{a#1.wd}{\the\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.ht}}%
+ \setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
+ \@anim@newkey{a#1.ht}{\the\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
+ \@anim@newkey{a#1.dp}{\the\@anim@tmpdima}%
+}
+
+%creates animation widget
+\ifpdf
+ \def\@anim@animwidget#1{%
+ \@anim@rescale{#1}%
+ %create JavaScript objects
+ \@anim@pojscript{#1}% to be executed on PO event
+ \@anim@otherjscript{#1}% on other events in the AA dict
+ %default appearance
+ \def\@anim@posterframe{none}%
+ \ifx\@anim@poster\@anim@posterframe%
+ \def\@anim@defaultap{}%
+ \else%
+ \edef\@anim@defaultap{%
+ /AP <</N \@anim@getkeyval{a#1.poster}>>%
+ }%
+ \fi
+ \pdfannot
+ width \@anim@getkeyval{a#1.wd}
+ height \@anim@getkeyval{a#1.ht}
+ depth \@anim@getkeyval{a#1.dp}
+ {%
+ /Subtype/Widget%
+ /F 4% allow printing
+ /FT/Btn/Ff 65536% push button
+ /T (anm@#1)%
+ /BS <</W 0>>%
+ /H/N%
+ \@anim@defaultap%
+ /MK <<%
+ /TP 1% icon, no caption
+ /BG [\@anim@bg]%
+ /IF <</SW/A/S/A>>% scale icon freely within widget
+ >>%
+ /AA <<% bind JavaScripts to trigger events
+ /PO <</S/JavaScript/JS \@anim@getkeyval{a#1.pojscript}\space 0 R>>%
+ \@anim@getkeyval{a#1.otherjscript}%
+ >>%
+ }%
+ \hbox to \@anim@getkeyval{a#1.wd} {%
+ \vrule width 0pt height \@anim@getkeyval{a#1.ht}
+ depth \@anim@getkeyval{a#1.dp}%
+ \hss%
+ }%
+ }%
+\else
+ \def\@anim@animwidget#1{%
+ \@anim@rescale{#1}%
+ \def\@anim@oldunitlength{\the\unitlength}%
+ \setlength{\unitlength}{1pt}%
+ %mark annotation rectangle
+ \begin{picture}(0,0)%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \put(0,-\strip@pt\@anim@tmpdima){%
+ \special{ps:
+ currentpoint /wid@lly exch def /wid@llx exch def
+ }%
+ }%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
+ \setlength{\@anim@tmpdimb}{\@anim@getkeyval{a#1.ht}}%
+ \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdimb){%
+ \special{ps:
+ currentpoint /wid@ury exch def /wid@urx exch def
+ }%
+ }%
+ \end{picture}%
+ \setlength{\unitlength}{\@anim@oldunitlength}%
+ \@anim@pojscript{#1}%
+ \@anim@otherjscript{#1}%
+ \def\@anim@posterframe{none}%
+ \ifx\@anim@poster\@anim@posterframe%
+ \def\@anim@defaultap{}%
+ \else%
+ \edef\@anim@defaultap{%
+ /AP <</N {\@anim@getkeyval{a#1.poster}}>>%
+ }%
+ \fi
+ \special{ps:
+ mark
+ /Rect [wid@llx wid@lly wid@urx wid@ury]%
+ /Subtype/Widget%
+ /F 4%
+ /FT/Btn/Ff 65536%
+ /T (anm@#1)%
+ /BS <</W 0>>%
+ /H/N%
+ \@anim@defaultap%
+ /MK <<%
+ /TP 1
+ /BG [\@anim@bg]%
+ /IF <</SW/A/S/A>>%
+ >>%
+ /AA <<%
+ /PO <</S/JavaScript/JS {a#1@pojscript}>>%
+ \@anim@getkeyval{a#1.otherjscript}%
+ >>%
+ /ANN pdfmark
+ }%
+ \hbox to \@anim@getkeyval{a#1.wd} {%
+ \vrule width 0pt height \@anim@getkeyval{a#1.ht}
+ depth \@anim@getkeyval{a#1.dp}%
+ \hss%
+ }%
+ }
+\fi
+
+%creates control button widget
+\ifpdf
+ \def\@anim@buttonwidget#1#2#3{% #1: zero padded anim num, #2: action, #3: icon
+ \@anim@upjscript{#1}{#2}% JavaScript actions for ButtonUp events
+ %button size corresponds to current font size
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \hbox to \@anim@tmpdima {%
+ \pdfannot
+ width \@anim@tmpdima
+ height \@anim@tmpdima
+ depth 0pt
+ {%
+ /Subtype/Widget%
+ /FT/Btn/Ff 65536% push button
+ /T (btn@#1@#2)%
+ /BS <</W 0>>%
+ /H/I%
+ /AP <</N \@anim@getkeyval{btn#3}>>%
+ /MK <<%
+ /TP 1%
+ /BG [\@anim@btnbg]%
+ /IF <</SW/A/S/A>>% scale button face icon freely within widget
+ >>%
+ /A <</S/JavaScript/JS (\@anim@getkeyval{a#1.upjscript})>>%
+ }%
+ \vrule width 0pt height \@anim@tmpdima depth 0pt%
+ \hss%
+ }%
+ }%
+\else
+ \def\@anim@buttonwidget#1#2#3{%
+ \@anim@upjscript{#1}{#2}%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \def\@anim@oldunitlength{\the\unitlength}%
+ \setlength{\unitlength}{1pt}%
+ \begin{picture}(0,0)%
+ \put(0,0){%
+ \special{ps:
+ currentpoint /wid@lly exch def /wid@llx exch def
+ }%
+ }%
+ \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdima){%
+ \special{ps:
+ currentpoint /wid@ury exch def /wid@urx exch def
+ }%
+ }%
+ \end{picture}%
+ \setlength{\unitlength}{\@anim@oldunitlength}%
+ \special{ps:
+ mark
+ /Rect [wid@llx wid@lly wid@urx wid@ury]
+ /Subtype/Widget
+ /FT/Btn/Ff 65536
+ /T (btn@#1@#2)
+ /BS <</W 0>>
+ /H/I
+ /AP <</N {btn#3}>>%
+ /MK <<
+ /TP 1
+ /BG [\@anim@btnbg]
+ /IF <</SW/A/S/A>>
+ >>%
+ /A <</S/JavaScript/JS (\@anim@getkeyval{a#1.upjscript})>>%
+ /ANN pdfmark
+ }%
+ \hbox to \the\@anim@tmpdima {%
+ \vrule width 0pt height \the\@anim@tmpdima\space depth 0pt%
+ \hss%
+ }%
+ }
+\fi
+
+\newboolean{@anim@inside} % for checking whether we are inside the
+\setboolean{@anim@inside}{false} % `animateinline' environment
+\newboolean{@anim@pauseframes} % true when \newframe* is being used
+
+%user environment for animating inline graphics
+% #1: options
+% #2: frame rate (fps)
+\newenvironment{animateinline}[2][]{%
+ \leavevmode%
+ \setboolean{@anim@inside}{true}%
+ \@anim@reset% to default settings
+ \setkeys{anim@user}{#1}%
+ %create button faces if necessary
+ \if@anim@controls%
+ \if@anim@buttonsmade\else%
+ \@anim@makebuttons%
+ \setboolean{@anim@buttonsmade}{true}%
+ \fi%
+ \fi%
+ %formatted (zero padded animation number)
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@newkey{a\@anim@numform.hash}{}% empty XObject hash
+ \@anim@newkey{a\@anim@numform.fps}{#2}%
+ \@anim@newkey{a\@anim@numform.pauseat}{}%
+ \global\@anim@curframe@zb=0%
+ \@anim@beginframe%
+ \ignorespaces%
+}{%
+ \unskip%
+ %formatted (zero padded) animation number & current zero based frame no.
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@endframe{\@anim@numform}{\the\@anim@curframe@zb}%
+ \global\advance\@anim@curframe@zb by 1%
+ \@anim@newkey{a\@anim@numform.frames}{\the\@anim@curframe@zb}% total number
+ \@anim@addtree{\@anim@numform}% create name tree
+ %insert animation widget & controls
+ \vtop{%
+ \offinterlineskip%
+ \hbox{\@anim@animwidget{\@anim@numform}}%
+ \if@anim@controls%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.1\@anim@tmpdima}%
+ \vskip \@anim@tmpdima%
+ \hbox to \@anim@getkeyval{a\@anim@numform.wd} {%
+ \hss%
+ \@anim@buttonwidget{\@anim@numform}{EndLeft}{EndLeft}%
+ \@anim@buttonwidget{\@anim@numform}{StepLeft}{StepLeft}%
+ \if@anim@step\else%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseLeft}{PlayLeft}%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseRight}{PlayRight}%
+ \fi%
+ \@anim@buttonwidget{\@anim@numform}{StepRight}{StepRight}%
+ \@anim@buttonwidget{\@anim@numform}{EndRight}{EndRight}%
+ \if@anim@step\else%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.3\@anim@tmpdima}%
+ \hskip \@anim@tmpdima%
+ \@anim@buttonwidget{\@anim@numform}{Minus}{Minus}%
+ \@anim@buttonwidget{\@anim@numform}{Reset}{Reset}%
+ \@anim@buttonwidget{\@anim@numform}{Plus}{Plus}%
+ \fi%
+ \hss%
+ }%
+ \fi%
+ }%
+ \global\advance\@anim@num by 1%
+ \setboolean{@anim@inside}{false}%
+}
+
+%usercommand for use within `animateinline' environment;
+%terminates the current frame and starts a new one
+\def\newframe{%
+ \unskip%
+ \if@anim@inside\else%
+ \PackageError{animate-noocg}{%
+ \protect\newframe\space cannot be used outside\MessageBreak%
+ `animateinline' environment
+ }{}%
+ \fi%
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@endframe{\@anim@numform}{\the\@anim@curframe@zb}%
+ \@ifstar{%
+ \if@anim@step\else%
+ %build JavaScript commands to fill the `pauseAt' array
+ \@anim@newkey{a\@anim@numform.pauseat}{%
+ \@anim@getkeyval{a\@anim@numform.pauseat}
+ a\@anim@numform.pauseAt[\the\@anim@curframe@zb]=1;%
+ }%
+ \setboolean{@anim@pauseframes}{true}%
+ \fi%
+ \global\advance\@anim@curframe@zb by 1%
+ \@anim@beginframe%
+ \ignorespaces%
+ }{%
+ \global\advance\@anim@curframe@zb by 1%
+ \@anim@beginframe%
+ \ignorespaces%
+ }%
+}%
+
+%starts a new frame
+\def\@anim@beginframe{%
+ \begin{lrbox}{\@anim@box}% store the graphics in a box
+}
+
+%terminates current frame
+\def\@anim@endframe#1#2{%
+ \end{lrbox}%
+ \message{< a\the\@anim@num, fr#2}%
+ %determine size of graphics
+ \ifnum #2=0%
+ \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
+ \ifdim\wd\@anim@box=0pt%
+ \PackageError{animate-noocg}{%
+ The first frame must not have zero width%
+ }{%
+ Possible reason: \protect\begin{animateinline}
+ immediately followed by \protect\newframe.%
+ }%
+ \fi%
+ \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
+ \@anim@newkey{a#1.dp}{\the\dp\@anim@box}%
+ \ifdim\ht\@anim@box=0pt%
+ \ifdim\dp\@anim@box=0pt%
+ \PackageError{animate-noocg}{%
+ The first frame must not have zero height%
+ }{}%
+ \fi%
+ \fi%
+ \fi%
+ %now create Form XObject of box contents
+ \@anim@xinline{#1}{#2}{\@anim@box}%
+ \message{>}%
+}
+
+%prints zero padded integers
+% #1: arbitrary, non-zero integer number as template specifying the
+% width, e. g. `987654' for a width of 6 digits
+% #2: the number to be formatted (zero padded)
+\def\@anim@pad#1#2{%
+ \@anim@@pad{\@anim@template{0}{#1}}{#2}%
+}
+%low level macros used by \@anim@pad
+\def\@anim@@pad#1#2{% #1: string of zeros specifying width, #2 number
+ \ifnum1#2<1#1
+ \@anim@@pad{#1}{0#2}%
+ \else%
+ #2%
+ \fi%
+}%
+\def\@anim@template#1#2{% create template (stringed zeros) from given num
+ \ifnum10#1<1#2
+ \@anim@template{0#1}{#2}%
+ \else%
+ #1%
+ \fi%
+}%
+
+%command options
+%setting the widget size
+\define@key{anim@user}{width}{%
+ \setlength{\@anim@tmpdima}{#1}%
+ \xdef\@anim@boxwidth{\the\@anim@tmpdima}%
+}
+\define@key{anim@user}{height}{%
+ \setlength{\@anim@tmpdima}{#1}%
+ \xdef\@anim@boxheight{\the\@anim@tmpdima}%
+}
+\define@key{anim@user}{depth}{%
+ \setlength{\@anim@tmpdima}{#1}%
+ \xdef\@anim@boxdepth{\the\@anim@tmpdima}%
+}
+\define@key{anim@user}{scale}{%
+ \gdef\@anim@boxscale{#1}%
+}
+
+\define@key{anim@user}{screenbg}{%background colour
+ \gdef\@anim@bg{#1}%
+}
+\define@key{anim@user}{buttonsize}{%
+ \gdef\@anim@btnsize{#1}%
+}
+\define@key{anim@user}{buttonbg}{%background of buttons
+ \gdef\@anim@btnbg{#1}%
+}
+\newboolean{@anim@controls}
+\setboolean{@anim@controls}{false}
+\define@key{anim@user}{controls}[true]{%
+ \setboolean{@anim@controls}{#1}%
+}
+\newboolean{@anim@loop}
+\setboolean{@anim@loop}{false}
+\define@key{anim@user}{loop}[true]{%
+ \setboolean{@anim@loop}{#1}%
+}
+\newboolean{@anim@autoplay} %doen't work anymore in AR8
+\setboolean{@anim@autoplay}{false}
+\define@key{anim@user}{autoplay}[true]{%
+ \setboolean{@anim@autoplay}{#1}%
+ \if@anim@autoplay
+ \setboolean{@anim@autoresume}{false}
+ \fi%
+}
+\newboolean{@anim@autoresume}
+\setboolean{@anim@autoresume}{false}
+\define@key{anim@user}{autoresume}[true]{%
+ \setboolean{@anim@autoresume}{#1}%
+ \if@anim@autoresume\setboolean{@anim@autoplay}{false}\fi%
+}
+\newboolean{@anim@autopause}
+\setboolean{@anim@autopause}{false}
+\define@key{anim@user}{autopause}[true]{%
+ \setboolean{@anim@autopause}{#1}%
+}
+\newboolean{@anim@palindrome}
+\setboolean{@anim@palindrome}{false}
+\define@key{anim@user}{palindrome}[true]{%
+ \setboolean{@anim@palindrome}{#1}%
+}
+%default frame to be shown if animation is not activated
+\define@key{anim@user}{poster}[first]{% | none | last
+ \ifthenelse{% correct wrong input to `none'
+ \equal{#1}{first}\OR%
+ \equal{#1}{last}%
+ }{%
+ \gdef\@anim@poster{#1}%
+ }{%
+ \gdef\@anim@poster{none}%
+ }%
+}
+\newboolean{@anim@step}
+\setboolean{@anim@step}{false}
+\define@key{anim@user}{step}[true]{%
+ \setboolean{@anim@step}{#1}%
+}
+
+%macro to reset macros and booleans
+\def\@anim@reset{%
+ \gdef\@anim@boxscale{1.0}%
+ \gdef\@anim@boxdepth{}%
+ \gdef\@anim@boxheight{}%
+ \gdef\@anim@boxwidth{}%
+ \xdef\@anim@bg{\@anim@@bg}%
+ \xdef\@anim@btnbg{\@anim@@btnbg}%
+ \xdef\@anim@btnsize{\@anim@@btnsize}%
+ \xdef\@anim@poster{\@anim@@poster}%
+ \let\if@anim@controls=\if@anim@@controls%
+ \let\if@anim@loop=\if@anim@@loop%
+ \let\if@anim@autoplay=\if@anim@@autoplay%
+ \let\if@anim@autoresume=\if@anim@@autoresume%
+ \let\if@anim@autopause=\if@anim@@autopause%
+ \let\if@anim@palindrome=\if@anim@@palindrome%
+ \let\if@anim@step=\if@anim@@step%
+ \setboolean{@anim@pauseframes}{false}%
+}
+
+%package options
+\def\@anim@@bg{}%
+\define@key{anim@pkg}{screenbg}{%
+ \gdef\@anim@@bg{#1}%
+}
+\def\@anim@@btnsize{1.44em}%
+\define@key{anim@pkg}{buttonsize}{%
+ \gdef\@anim@@btnsize{#1}%
+}
+\def\@anim@@btnbg{}%
+\define@key{anim@pkg}{buttonbg}{%
+ \gdef\@anim@@btnbg{#1}%
+}
+\newboolean{@anim@@controls}
+\setboolean{@anim@@controls}{false}%
+\define@key{anim@pkg}{controls}[true]{%
+ \setboolean{@anim@@controls}{#1}%
+}
+\newboolean{@anim@@loop}
+\setboolean{@anim@@loop}{false}%
+\define@key{anim@pkg}{loop}[true]{%
+ \setboolean{@anim@@loop}{#1}%
+}
+\newboolean{@anim@@autoplay}
+\setboolean{@anim@@autoplay}{false}
+\define@key{anim@pkg}{autoplay}[true]{%
+ \setboolean{@anim@@autoplay}{#1}%
+ \if@anim@@autoplay\setboolean{@anim@@autoresume}{false}\fi%
+}
+\newboolean{@anim@@autoresume}
+\setboolean{@anim@@autoresume}{false}
+\define@key{anim@pkg}{autoresume}[true]{%
+ \setboolean{@anim@@autoresume}{#1}%
+ \if@anim@@autoresume\setboolean{@anim@@autoplay}{false}\fi%
+}
+\newboolean{@anim@@autopause}
+\setboolean{@anim@@autopause}{false}
+\define@key{anim@pkg}{autopause}[true]{%
+ \setboolean{@anim@@autopause}{#1}%
+}
+\newboolean{@anim@@palindrome}
+\setboolean{@anim@@palindrome}{false}
+\define@key{anim@pkg}{palindrome}[true]{%
+ \setboolean{@anim@@palindrome}{#1}%
+}
+\gdef\@anim@@poster{first}%
+\define@key{anim@pkg}{poster}[first]{%
+ \ifthenelse{%
+ \equal{#1}{first}\OR%
+ \equal{#1}{last}%
+ }{%
+ \gdef\@anim@@poster{#1}%
+ }{%
+ \gdef\@anim@@poster{none}%
+ }%
+}
+\newboolean{@anim@@step}
+\setboolean{@anim@@step}{false}
+\define@key{anim@pkg}{step}[true]{%
+ \setboolean{@anim@@step}{#1}%
+}
+
+%process package options
+\def\@anim@setpkgkeys#1{\setkeys{anim@pkg}{#1}}
+\edef\@anim@pkgopts{{\@ptionlist{\@currname.\@currext}}}
+\expandafter\@anim@setpkgkeys\@anim@pkgopts
+
+%JavaScript objects
+%animation widget's PageOpen event
+\ifpdf
+ \def\@anim@pojscript#1{%
+ \gdef\@anim@posterlast{last}%
+ \gdef\@anim@posternone{none}%
+ \immediate\pdfobj stream {\@anim@@pojscript{#1}}%
+ \@anim@newkey{a#1.pojscript}{\the\pdflastobj}%
+ }
+\else
+ \def\@anim@pojscript#1{%
+ \gdef\@anim@posterlast{last}%
+ \gdef\@anim@posternone{none}%
+ \special{ps:
+ mark /_objdef {a#1@pojscript} /type/stream /OBJ pdfmark
+ mark {a#1@pojscript} (\@anim@@pojscript{#1}) /PUT pdfmark
+ }%
+ }
+\fi
+\def\@anim@@pojscript#1{% #1: formatted (zero padded) animation number
+% console.show();
+% console.clear();
+ \if@anim@controls
+ \if@anim@step\else
+ %get references to button face icons `Play' & `Pause'
+ if (typeof(icn)=='undefined') {
+ var icn = new Object();
+ icn.playLeft = this.getIcon('btnPlayLeft');
+ icn.pauseLeft = this.getIcon('btnPauseLeft');
+ icn.pauseRight = this.getIcon('btnPauseRight');
+ icn.playRight = this.getIcon('btnPlayRight');
+ }
+ \fi
+ \fi
+ %create animation object
+ if (typeof(a#1)=='undefined') {
+ var a#1 = new Object();
+ a#1.wid = this.getField('anm@#1'); %reference to animation widget
+ \if@anim@step\else
+ a#1.dtDefault=1000/(1e-6+Math.abs(\@anim@getkeyval{a#1.fps}));%
+ a#1.dt = a#1.dtDefault;
+ \fi
+ %get references to all animation frames
+ a#1.frame = new Array();
+ for (i=0; i<\@anim@getkeyval{a#1.frames}; i++){
+ a#1.frame[i] = this.getIcon('a#1f' + util.printf('\%06d', i));
+ }
+ %set default frame
+ \ifx\@anim@poster\@anim@posterlast
+ %holds index of the frame to be displayed
+ a#1.cntr = \@anim@getkeyval{a#1.frames} -1;
+ \else % first & none
+ a#1.cntr = 0;
+ \fi
+ \if@anim@controls %references to button widgets
+ a#1.endLeft = this.getField('btn@#1@EndLeft');
+ a#1.stepLeft = this.getField('btn@#1@StepLeft');
+ \if@anim@step\else
+ a#1.playPauseLeft = this.getField('btn@#1@PlayPauseLeft');
+ a#1.playPauseRight = this.getField('btn@#1@PlayPauseRight');
+ a#1.minus = this.getField('btn@#1@Minus');
+ a#1.plus = this.getField('btn@#1@Plus');
+ a#1.reset = this.getField('btn@#1@Reset');
+ \fi
+ a#1.stepRight = this.getField('btn@#1@StepRight');
+ a#1.endRight = this.getField('btn@#1@EndRight');
+ \fi
+ %playing state and direction
+ \if@anim@step
+ \if@anim@palindrome
+ a#1.playsRight=true;
+ \fi
+ \else
+ a#1.isPlaying = false;
+ a#1.playsRight=true;
+ a#1.isPaused = false;
+ \fi
+ \if@anim@pauseframes
+ %this array takes the frame numbers at which to pause playback
+ a#1.pauseAt = new Array();
+ \@anim@getkeyval{a#1.pauseat}
+ \fi
+ %actions
+ a#1.actnEndLeft = function () {
+ \if@anim@step\else
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ a#1.isPaused = false; %because it has been explicitely stopped
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ \fi
+ a#1.cntr = 0;
+ a#1.wid.buttonSetIcon(a#1.frame[0]);
+ };
+ a#1.actnEndRight = function () {
+ \if@anim@step\else
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ a#1.isPaused = false;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ \fi
+ a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ };
+ \if@anim@palindrome
+ a#1.actnNext = function () {
+ \if@anim@step\else
+ \if@anim@pauseframes
+ if(a#1.isPlaying && a#1.pauseAt[a#1.cntr+1]){a#1.actnPause();}
+ \fi
+ \fi
+ if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){
+ \if@anim@step
+ a#1.playsRight=false;
+ \else
+ if(a#1.isPlaying){a#1.isPaused = true; a#1.actnPlayLeft();}
+ \fi
+ }else{
+ a#1.cntr++;
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ }
+ };
+ a#1.actnPrev = function () {
+ \if@anim@step\else
+ \if@anim@pauseframes
+ if(a#1.isPlaying && a#1.pauseAt[a#1.cntr-1]){a#1.actnPause();}
+ \fi
+ \fi
+ if(a#1.cntr == 0){
+ \if@anim@step
+ a#1.playsRight=true;
+ \else
+ if(a#1.isPlaying){a#1.isPaused = true; a#1.actnPlayRight();}
+ \fi
+ }else{
+ a#1.cntr--;
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ }
+ };
+ \else
+ a#1.actnNext = function () {
+ \if@anim@step\else
+ \if@anim@pauseframes
+ if(a#1.isPlaying && a#1.pauseAt[a#1.cntr+1]){a#1.actnPause();}
+ \fi
+ \fi
+ if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){
+ \if@anim@step\else
+ \if@anim@loop
+ if(a#1.isPlaying){a#1.cntr = 0;}
+ \else
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ \fi
+ \fi
+ }else{a#1.cntr++;}
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ };
+ a#1.actnPrev = function () {
+ \if@anim@step\else
+ \if@anim@pauseframes
+ if(a#1.isPlaying && a#1.pauseAt[a#1.cntr-1]){a#1.actnPause();}
+ \fi
+ \fi
+ if(a#1.cntr == 0){
+ \if@anim@step\else
+ \if@anim@loop
+ if(a#1.isPlaying){a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;}
+ \else
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ \fi
+ \fi
+ }else{a#1.cntr--;}
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ };
+ \fi
+ \if@anim@step\else
+ a#1.actnPause = function () {
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ a#1.isPaused = true;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ };
+ a#1.actnPlayRight = function () {
+ try{app.clearInterval(a#1_int);}catch(e){}
+ if(!a#1.isPaused){a#1.actnEndLeft();}
+ a#1.playsRight = true;
+ a#1.isPlaying = true;
+ a#1.isPaused = false;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.pauseLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.pauseRight);
+ \fi
+ a#1_int = app.setInterval('a#1.actnNext()', a#1.dt);
+ };
+ a#1.actnPlayLeft = function () {
+ try{app.clearInterval(a#1_int);}catch(e){}
+ if(!a#1.isPaused){a#1.actnEndRight();}
+ a#1.playsRight = false;
+ a#1.isPlaying = true;
+ a#1.isPaused = false;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.pauseLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.pauseRight);
+ \fi
+ a#1_int = app.setInterval('a#1.actnPrev()', a#1.dt);
+ };
+ \if@anim@controls
+ a#1.actnIncr = function () { % speed up animation
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.dt /= 1.2;
+ if (a#1.isPlaying) {
+ if (a#1.playsRight) {
+ a#1_int = app.setInterval('a#1.actnNext()', a#1.dt);
+ }else{
+ a#1_int = app.setInterval('a#1.actnPrev()', a#1.dt);
+ }
+ }
+ };
+ a#1.actnDecr = function () { % slow down animation
+ a#1.dt *= 1.2;
+ try{app.clearInterval(a#1_int);}catch(e){}
+ if (a#1.isPlaying) {
+ if (a#1.playsRight) {
+ a#1_int = app.setInterval('a#1.actnNext()', a#1.dt);
+ }else{
+ a#1_int = app.setInterval('a#1.actnPrev()', a#1.dt);
+ }
+ }
+ };
+ a#1.actnReset = function () { % reset to default speed
+ a#1.dt = a#1.dtDefault;
+ try{app.clearInterval(a#1_int);}catch(e){}
+ if (a#1.isPlaying) {
+ if (a#1.playsRight) {
+ a#1_int = app.setInterval('a#1.actnNext()', a#1.dt);
+ }else{
+ a#1_int = app.setInterval('a#1.actnPrev()', a#1.dt);
+ }
+ }
+ };
+ \fi
+ \fi
+ }
+ \if@anim@step\else
+ \if@anim@autoplay
+ if (a#1.playsRight){
+ a#1.actnPlayRight();
+ }else{
+ a#1.actnPlayLeft();
+ }
+ \fi
+ \if@anim@autoresume
+ if(a#1.isPaused){
+ if(a#1.playsRight){a#1.actnPlayRight();}else{a#1.actnPlayLeft();}
+ }
+ \fi
+ \fi
+}
+%other trigger events in the anim widget's AA dictionary
+\def\@anim@otherjscript#1{%
+ \def\@anim@posterframe{last}%
+ \@anim@newkey{a#1.otherjscript}{%
+ /PC <</S/JavaScript/JS (% PageClose
+ \if@anim@autopause%
+ \if@anim@step\else
+ if(a#1.isPlaying||a#1.isPaused){a#1.actnPause();}%
+ else{%
+ \fi%
+ \fi%
+ \ifx\@anim@poster\@anim@posterframe
+ a#1.actnEndRight();%
+ \else
+ a#1.actnEndLeft();%
+ \fi%
+ \if@anim@autopause%
+ \if@anim@step\else
+ }
+ \fi%
+ \fi%
+ )>>%
+ \if@anim@step\else%
+ /D <</S/JavaScript/JS (% pause on MouseDown
+ %disable focus rectangle
+ app.focusRect = false;%
+ if(a#1.isPlaying) {a#1.actnPause();}%
+ )>>%
+ \fi%
+ /U <</S/JavaScript/JS (% play/resume on MouseUp
+ \if@anim@step
+ \if@anim@palindrome
+ if (a#1.playsRight){%
+ a#1.actnNext();%
+ }else{%
+ a#1.actnPrev();%
+ }%
+ \else
+ if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){%
+ a#1.actnEndLeft();%
+ }else{%
+ a#1.actnNext();%
+ }%
+ \fi
+ \else
+ if (a#1.playsRight){%
+ a#1.actnPlayRight();%
+ }else{%
+ a#1.actnPlayLeft();%
+ }%
+ \fi
+ )>>%
+ }%
+}
+%actions for control buttons
+\def\@anim@upjscript#1#2{%
+ \def\@anim@action{#2}%
+ \def\@anim@EndLeft{EndLeft}%
+ \def\@anim@StepLeft{StepLeft}%
+ \def\@anim@PlayPauseLeft{PlayPauseLeft}%
+ \def\@anim@PlayPauseRight{PlayPauseRight}%
+ \def\@anim@StepRight{StepRight}%
+ \def\@anim@EndRight{EndRight}%
+ \def\@anim@Minus{Minus}%
+ \def\@anim@Reset{Reset}%
+ \def\@anim@Plus{Plus}%
+ \@anim@newkey{a#1.upjscript}{%
+ app.focusRect = false;%
+ \ifx\@anim@action\@anim@EndLeft
+ a#1.actnEndLeft();%
+ \else%
+ \ifx\@anim@action\@anim@StepLeft
+ \if@anim@step
+ a#1.actnPrev();%
+ \else
+ if(!a#1.isPlaying){a#1.isPaused = true; a#1.actnPrev();}%
+ \fi
+ \else%
+ \ifx\@anim@action\@anim@PlayPauseLeft
+ if(a#1.isPlaying) {a#1.actnPause();}%
+ else{a#1.actnPlayLeft();}%
+ \else%
+ \ifx\@anim@action\@anim@PlayPauseRight
+ if(a#1.isPlaying) {a#1.actnPause();}%
+ else{a#1.actnPlayRight();}%
+ \else%
+ \ifx\@anim@action\@anim@StepRight
+ \if@anim@step
+ a#1.actnNext();%
+ \else
+ if(!a#1.isPlaying){a#1.isPaused = true; a#1.actnNext();}%
+ \fi
+ \else%
+ \ifx\@anim@action\@anim@EndRight
+ a#1.actnEndRight();%
+ \else%
+ \ifx\@anim@action\@anim@Minus
+ a#1.actnDecr();%
+ \else%
+ \ifx\@anim@action\@anim@Reset
+ a#1.actnReset();%
+ \else%
+ \ifx\@anim@action\@anim@Plus
+ a#1.actnIncr();%
+ \fi\fi\fi\fi\fi\fi\fi\fi\fi%
+ }%
+}
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty
index e92ba8450a7..ea14a81561b 100644
--- a/Master/texmf-dist/tex/latex/animate/animate.sty
+++ b/Master/texmf-dist/tex/latex/animate/animate.sty
@@ -5,15 +5,15 @@
% for the details of that license.
% Package for creating portable, JavaScript driven animations from sets of
-% graphics files or inline graphics (e. g. latex-picture, pstricks,
-% pgf/TikZ, Asymptote, ...)
+% graphics files or inline graphics (e. g. LaTeX-picture, PSTricks,
+% pgf/TikZ, ...)
-% Supports LaTeX->dvips->(ps2pdf or Distiller) or pdfLaTeX workflows.
+% makes use of OCGs (Optional Content Groups, aka PDF Layers)
-% Based on the work by Jan Holecek and Petr Sojka.
+% Supports LaTeX->dvips->ps2pdf or pdfLaTeX workflows.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{animate}[2007/03/23]
+\ProvidesPackage{animate}[2007/05/04]
\RequirePackage{keyval}
\RequirePackage{ifthen}
\RequirePackage{ifpdf}
@@ -22,10 +22,22 @@
\DeclareOption*{}\ProcessOptions*\relax %allow anything as option
%(package options will be processed near end of this file)
-\ifpdf\else
+\ifpdf
+ %load MP to PDF converter
+ \ifx\convertMPtoPDF\@undefined%
+ \InputIfFileExists{supp-pdf}{}{}%
+ \ifx\convertMPtoPDF\@undefined%
+ \PackageWarningNoLine{animate}{%
+ File `supp-pdf.tex', which is part of ConTeXt, is not available.%
+ \MessageBreak%
+ Therefore, MetaPost generated PS files cannot be embedded.%
+ }%
+ \fi%
+ \fi%
+\else
%define `?pdfmark' operator; taken from the PDFmark Reference
\AtBeginDocument{%
- \ifthenelse{\isundefined{\pdfmark}}{% (hyperref provides its own
+ \ifx\pdfmark\@undefined% (hyperref provides its own
\special{ps: % definition)
/pdfmark where
{ pop globaldict /?pdfmark /exec load put }
@@ -38,29 +50,24 @@
}
ifelse
}%
- }{}%
+ \fi%
}
\fi%
-%testing for correct TeX version, pdfmdfivesum is needed for both,
-%pdf _and_ dvi output
-\ifx\@undefined\pdfmdfivesum
- \PackageError{animate}{%
- pdfeTeX, version >= 1.30, required
- }{%
- Install a more recent version!
- }%
+%testing for correct pdfTeX version
+\ifpdf
+ \ifnum\pdftexversion<120
+ \PackageError{animate}{%
+ pdfeTeX, version >= 1.20, required%
+ }{%
+ Install a newer version!%
+ }%
+ \fi
\fi
-%define our own label making commands
+%creating and using global definitions
\def\@anim@newkey#1#2{{\expandafter\xdef\csname#1\endcsname{#2}}}
-\def\@anim@getkeyval#1{%
- \expandafter\ifx\csname#1\endcsname\relax%
- undefined%
- \else%
- \csname#1\endcsname%
- \fi%
-}%
+\def\@anim@getkeyval#1{\csname#1\endcsname}
%missing package error message
\def\@anim@missing#1{%
@@ -69,278 +76,188 @@
}{%
Put the line\MessageBreak%
`\protect\usepackage{#1}'\MessageBreak%
- to the preamble of your document!
+ to the preamble of your document!%
}%
}
-%add AP (appearances name tree) root node to the Names dict of the PDF Catalog
+%add OCProperties dict to Catalog
\ifpdf
- \newcount\@anim@aproot
+ \newcount\@anim@@ocgs
+ \pdfobj reserveobjnum
+ \@anim@@ocgs=\pdflastobj
+ \newcount\@anim@@posterocgs
\pdfobj reserveobjnum
- \@anim@aproot=\pdflastobj
- \pdfnames{/AP \the\pdflastobj\space 0 R}
- \def\@anim@buttontree{}
+ \@anim@@posterocgs=\pdflastobj
+ \pdfcatalog{
+ /OCProperties <<
+ /OCGs \the\@anim@@ocgs\space 0 R
+ /D <</BaseState/OFF /ON \the\@anim@@posterocgs\space 0 R>>
+ >>
+ }
+ \def\@anim@ocgs{}
+ \def\@anim@posterocgs{}
\AtEndDocument{%
- \immediate\pdfobj useobjnum \@anim@aproot {%
- <</Kids [\@anim@buttontree\@anim@apkids]>>%
+ \immediate\pdfobj useobjnum \@anim@@ocgs {%
+ [\@anim@ocgs]%
+ }%
+ \immediate\pdfobj useobjnum \@anim@@posterocgs {%
+ [\@anim@posterocgs]%
}%
}%
\else
\special{ps:
- mark {Catalog} <</Names <</AP <</Kids {@anim@apkids}>>>>>> /PUT pdfmark
- }
-\fi
-
-%create name tree object from XObject hash & add a reference to it to the
-%name tree list
-\ifpdf
- \def\@anim@apkids{}
- \def\@anim@addtree#1{% #1 @anim@num
- \immediate\pdfobj {<<%
- /Names [\@anim@getkeyval{a#1.hash}]
- /Limits [(\@anim@getkeyval{a#1.ffirst}) (\@anim@getkeyval{a#1.flast})]%
- >>}%
- \xdef\@anim@apkids{\@anim@apkids\the\pdflastobj\space 0 R\space}%
- }
-\else
- \special{ps: mark /_objdef {@anim@apkids} /type/array /OBJ pdfmark }
- \def\@anim@addtree#1{%
- \special{ps:
- mark
- /_objdef {tree@#1}
- /type/dict
- /OBJ pdfmark
- mark
- {tree@#1} <<
- /Names [\@anim@getkeyval{a#1.hash}]
- /Limits [(\@anim@getkeyval{a#1.ffirst}) (\@anim@getkeyval{a#1.flast})]
- >>
- /PUT pdfmark
- mark {@anim@apkids} {tree@#1} /APPEND pdfmark
- }%
+ % array which takes all ocgs (one per animation frame)
+ mark /_objdef {@anim@ocgs} /type/array /OBJ pdfmark
+ % array which takes ocgs shown by default (the poster frames)
+ mark /_objdef {@anim@posterocgs} /type/array /OBJ pdfmark
+ mark {Catalog} <<
+ /OCProperties <<
+ /OCGs {@anim@ocgs}
+ /D <</BaseState/OFF /ON {@anim@posterocgs}>>
+ >>
+ >> /PUT pdfmark
}
+ \newcount\@anim@occnt % counter for optional content groups
+ \global\@anim@occnt=0
+ \newcount\@anim@resnum % counter for content resources
+ \global\@anim@resnum=0
\fi
-\newbox\@anim@box %used for storing graphics
-\newdimen\@anim@tmpdima %length registers for occasional use
-\newdimen\@anim@tmpdimb
+\newbox\@anim@box %stores all graphics of a sequence
+\newbox\@anim@@box %stores single frame
+\newdimen\@anim@tmpdima %length register for occasional use
-%creates Form XObject from graphics file & appends a reference to it to the
-%XObject hash (XObject name <-> XObject reference) of the current animation;
-%also determines natural size of the graphics file
+%creates Form XObject from graphics file, creates an ocg and associates it with
+%the XObject; also determines natural size of the first graphics file of the
+%sequence
\def\@anim@pt{pt}
\ifpdf
- \def\@anim@ximage#1#2#3{%#1:zero padded anim num, #2:@anim@curframe@zb,
- \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}% #3:filename
- \IfFileExists{#3}{%
- %embed the same graphics file only once (reference doesn't exist yet)
- \ifthenelse{%
- \equal{\@anim@getkeyval{\pdfmdfivesum file {#3}.r}}{undefined}%
- }{%
- \def\@anim@mps{.mps}%
- \ifx\@anim@ext\@anim@mps%
- \setbox\@anim@box=\hbox{\convertMPtoPDF{#3}{1}{1}}%
- \ifnum#2=0% size (measuring the first frame only)
- % store name of first frame XObject
- \@anim@newkey{a#1.ffirst}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
- \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
- \@anim@newkey{a#1.dp}{0pt}%
- \fi%
- \immediate\pdfxform\@anim@box%
- \@anim@newkey{\pdfmdfivesum file {#3}.r}{\the\pdflastxform}%
- \else%
- \immediate\pdfximage{#3}%
- \@anim@newkey{\pdfmdfivesum file {#3}.r}{\the\pdflastximage}%
- \ifnum#2=0% size (measuring the first frame only)
- % store name of first frame XObject
- \@anim@newkey{a#1.ffirst}{ba#1f\@anim@curfr@zb@form}%
- \setbox\@anim@box=\hbox{\pdfrefximage\pdflastximage}%
- \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
- \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
- \@anim@newkey{a#1.dp}{0pt}%
- \fi%
- \fi%
- \@anim@newkey{\pdfmdfivesum file {#3}.a}{#1}% file is part of animation #1
- }{%
- \ifnum#2=0%
- \@anim@newkey{a#1.ffirst}{ba#1f\@anim@curfr@zb@form}%
- %retrieve previously determined size and make it the current
- \@anim@newkey{a#1.wd}{%
- \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.wd}%
- }%
- \@anim@newkey{a#1.ht}{%
- \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.ht}%
- }%
- \@anim@newkey{a#1.dp}{0pt}%
- \fi%
- }%
- % store name of last frame XObject
- \@anim@newkey{a#1.flast}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{a#1.hash}{% append reference
- \@anim@getkeyval{a#1.hash}(ba#1f\@anim@curfr@zb@form)
- \@anim@getkeyval{\pdfmdfivesum file {#3}.r}\space 0 R\space%
- }%
- %reference to poster frame
- \ifnum#2=0%
- \def\@anim@posterframe{first}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{%
- \@anim@getkeyval{\pdfmdfivesum file {#3}.r}\space 0 R%
- }%
- \fi%
- \else%
- \def\@anim@posterframe{last}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{%
- \@anim@getkeyval{\pdfmdfivesum file {#3}.r}\space 0 R%
- }%
- \fi%
- \fi%
- }{%
+ \def\@anim@ximage#1#2#3{%#1:@anim@num, #2:@anim@curframe@zb, #3:filename
+ \IfFileExists{#3}{}{%
\PackageError{animate}{File `#3' cannot be opened for embedding.}{}%
}%
+ %store file in a box
+ \def\@anim@mps{.mps}%
+ \ifx\@anim@ext\@anim@mps%
+ \global\setbox\@anim@@box=\hbox{\convertMPtoPDF{#3}{1}{1}}%
+ \else%
+ \immediate\pdfximage{#3}%
+ \global\setbox\@anim@@box=\hbox{\pdfrefximage\pdflastximage}%
+ \fi
+ %delegate Form XObject creation
+ \@anim@xinline{#1}{#2}{\@anim@@box}%
}
\else
\def\@anim@ximage#1#2#3{%
- \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}%
- \IfFileExists{#3}{%
- \ifthenelse{%
- \equal{\@anim@getkeyval{\pdfmdfivesum file {#3}.r}}{undefined}%
- }{%
- \edef\@anim@curfile{{#3}}%
- \setbox\@anim@box=\hbox{\expandafter\includegraphics\@anim@curfile}%
- \ifnum#2=0% size (measuring the first frame only)
- % store name of first frame XObject
- \@anim@newkey{a#1.ffirst}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
- \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
- \@anim@newkey{a#1.dp}{0pt}%
- \fi%
- \def\@anim@oldunitlength{\the\unitlength}% make backup
- \setlength{\unitlength}{1pt}%
- %mark BBox of the graphics
- \begin{picture}(0,0)%
- \put(0,0){%
- \special{ps:
- currentpoint /frame@lly exch def /frame@llx exch def
- }%
- }%
- \put(\strip@pt\wd\@anim@box,\strip@pt\ht\@anim@box){%
- \special{ps:
- currentpoint /frame@ury exch def /frame@urx exch def
- }%
- }%
- \special{ps:
- save gsave
- mark
- /_objdef {ba#1f\@anim@curfr@zb@form}
- /BBox [frame@llx frame@lly frame@urx frame@ury]
- /BP pdfmark
- %flip around horizontal axis
- { [1 0 0 -1 0 frame@lly frame@ury add ] concat } ?pdfmark
- }%
- \put(0,0){\box\@anim@box}%
- \special{ps:
- mark /EP pdfmark
- grestore restore
- }%
- \end{picture}%
- \setlength{\unitlength}{\@anim@oldunitlength}% restore previous unitlen
- \@anim@newkey{\pdfmdfivesum file {#3}.r}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{\pdfmdfivesum file {#3}.a}{#1}%
- }{%
- \ifnum#2=0%
- \@anim@newkey{a#1.ffirst}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{a#1.wd}{%
- \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.wd}%
- }%
- \@anim@newkey{a#1.ht}{%
- \@anim@getkeyval{a\@anim@getkeyval{\pdfmdfivesum file {#3}.a}.ht}%
- }%
- \@anim@newkey{a#1.dp}{0pt}%
- \fi%
- }%
- \@anim@newkey{a#1.flast}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{a#1.hash}{% append reference
- \@anim@getkeyval{a#1.hash}(ba#1f\@anim@curfr@zb@form)
- {\@anim@getkeyval{\pdfmdfivesum file {#3}.r}}\space%
- }%
- \ifnum#2=0%
- \def\@anim@posterframe{first}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{%
- \@anim@getkeyval{\pdfmdfivesum file {#3}.r}%
- }%
- \fi%
- \else%
- \def\@anim@posterframe{last}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{%
- \@anim@getkeyval{\pdfmdfivesum file {#3}.r}%
- }%
- \fi%
- \fi%
- }{%
+ \IfFileExists{#3}{}{%
\PackageError{animate}{File `#3' cannot be opened for embedding.}{}%
}%
+ %store file in a box
+ \edef\@anim@curfile{{#3}}%
+ \global\setbox\@anim@@box=\hbox{\expandafter\includegraphics\@anim@curfile}%
+ %delegate Form XObject creation
+ \@anim@xinline{#1}{#2}{\@anim@@box}%
}
\fi
-%creates Form XObject from box contents & appends a reference to it to the
-%XObject hash (XObject name <-> XObject reference) of the current animation
+%creates Form XObject from box contents
\ifpdf
- \def\@anim@xinline#1#2#3{%#1:zero padded anim num, #2:@anim@curframe@zb,
- \immediate\pdfxform#3% #3:box number
- \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}%
- \ifnum#2=0%
- \@anim@newkey{a#1.ffirst}{ba#1f\@anim@curfr@zb@form}%
- \fi%
- % store name of last frame of sequence
- \@anim@newkey{a#1.flast}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{a#1.hash}{% append reference
- \@anim@getkeyval{a#1.hash}%
- (ba#1f\@anim@curfr@zb@form)\space\the\pdflastxform\space 0 R\space%
- }%
- %reference to poster frame
+ \def\@anim@xinline#1#2#3{%#1:@anim@num, #2:@anim@curframe@zb, #3:box number
+ %new ocg
+ \immediate\pdfobj{<</Type/OCG /Name (#1.#2)>>}%
+ \xdef\@anim@curocg{\the\pdflastobj\space 0 R}%
+ %append to ocg array
+ \xdef\@anim@ocgs{\@anim@ocgs\space\@anim@curocg}%
+ %store ref to ocg if it's a poster
\ifnum#2=0%
\def\@anim@posterframe{first}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{\the\pdflastxform\space 0 R}%
- \fi%
\else%
\def\@anim@posterframe{last}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{\the\pdflastxform\space 0 R}%
- \fi%
+ \fi%
+ \ifx\@anim@poster\@anim@posterframe%
+ \xdef\@anim@posterocg{\@anim@curocg}%
+ \fi%
+ %new XObject
+ \immediate\pdfxform attr {%
+ /OC <</Type/OCMD /OCGs \@anim@curocg>>%
+ }#3%
+ \ifnum#2=0%
+ \global\setbox\@anim@box=\hbox{\pdfrefxform\pdflastxform}%
+ % size (measuring the first frame only)
+ \xdef\@anim@animwidth{\strip@pt\wd\@anim@box}%
+ \xdef\@anim@animheight{\strip@pt\ht\@anim@box}%
+ \xdef\@anim@animdepth{\strip@pt\dp\@anim@box}%
+ \setlength{\@anim@tmpdima}{\ht\@anim@box}%
+ \addtolength{\@anim@tmpdima}{\dp\@anim@box}%
+ \xdef\@anim@animtotalheight{\strip@pt\@anim@tmpdima}%
+ \else% overlay current XObject over previous content
+ \def\@anim@oldunitlength{\the\unitlength}% make backup
+ \setlength{\unitlength}{1pt}%
+ \global\setbox\@anim@box=\hbox{%
+ \begin{picture}(%
+ \@anim@animwidth,\@anim@animtotalheight%
+ )(%
+ 0,-\@anim@animdepth%
+ )%
+ \put(0,0){\box\@anim@box}%
+ \put(0,0){\pdfrefxform\pdflastxform}%
+ \end{picture}%
+ }%
+ \setlength{\unitlength}{\@anim@oldunitlength}% restore previous unitlen
\fi%
}
\else
\def\@anim@xinline#1#2#3{%
+ \special{ps:
+ %new ocg
+ mark /_objdef {@anim@ocg@\the\@anim@occnt} /type/dict /OBJ pdfmark
+ mark {@anim@ocg@\the\@anim@occnt} <<
+ /Type/OCG /Name (#1.#2)
+ >> /PUT pdfmark
+ %append to ocg array
+ mark {@anim@ocgs} {@anim@ocg@\the\@anim@occnt} /APPEND pdfmark
+ }%
+ %store ref to ocg if it is a poster
+ \ifnum#2=0%
+ \def\@anim@posterframe{first}%
+ \else%
+ \def\@anim@posterframe{last}%
+ \fi%
+ \ifx\@anim@poster\@anim@posterframe%
+ \xdef\@anim@posterocg{@anim@ocg@\the\@anim@occnt}%
+ \fi%
+ \ifnum#2=0%
+ \xdef\@anim@animwidth{\strip@pt\wd#3}%
+ \xdef\@anim@animheight{\strip@pt\ht#3}%
+ \xdef\@anim@animdepth{\strip@pt\dp#3}%
+ \setlength{\@anim@tmpdima}{\ht#3}%
+ \addtolength{\@anim@tmpdima}{\dp#3}%
+ \xdef\@anim@animtotalheight{\strip@pt\@anim@tmpdima}%
+ \gdef\@anim@properties{}%
+ \gdef\@anim@xobject{}%
+ \gdef\@anim@content{}%
+ \fi%
\def\@anim@oldunitlength{\the\unitlength}% make backup
\setlength{\unitlength}{1pt}%
%mark BBox of the graphics
\begin{picture}(0,0)%
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
- \put(0,-\strip@pt\@anim@tmpdima){%
+ \put(0,-\@anim@animdepth){%
\special{ps:
currentpoint /frame@lly exch def /frame@llx exch def
}%
}%
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
- \setlength{\@anim@tmpdimb}{\@anim@getkeyval{a#1.ht}}%
- \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdimb){%
+ \put(\@anim@animwidth,\@anim@animheight){%
\special{ps:
currentpoint /frame@ury exch def /frame@urx exch def
}%
}%
\end{picture}%
- \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}% cur frame num formatted
\setlength{\unitlength}{\@anim@oldunitlength}% restore previous unitlength
+ %distill graphics into XObject
\special{ps:
- save gsave
+ gsave
mark
- /_objdef {ba#1f\@anim@curfr@zb@form}
+ /_objdef {@anim@frm@\the\@anim@occnt}
/BBox [frame@llx frame@lly frame@urx frame@ury]
/BP pdfmark
%flip around horizontal axis
@@ -351,42 +268,119 @@
\end{picture}%
\special{ps:
mark /EP pdfmark
- grestore restore
+ grestore
}%
- \ifnum#2=0%
- \@anim@newkey{a#1.ffirst}{ba#1f\@anim@curfr@zb@form}%
- \fi%
- \@anim@newkey{a#1.flast}{ba#1f\@anim@curfr@zb@form}%
- \@anim@newkey{a#1.hash}{%
- \@anim@getkeyval{a#1.hash}%
- (ba#1f\@anim@curfr@zb@form)\space {ba#1f\@anim@curfr@zb@form}\space%
+ %compose resources for use in container XObject
+ \xdef\@anim@properties{%
+ \@anim@properties\space/oc\the\@anim@resnum\space
+ {@anim@ocg@\the\@anim@occnt}%
}%
- \ifnum#2=0%
- \def\@anim@posterframe{first}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{ba#1f\@anim@curfr@zb@form}%
- \fi%
- \else%
- \def\@anim@posterframe{last}%
- \ifx\@anim@poster\@anim@posterframe%
- \@anim@newkey{a#1.poster}{ba#1f\@anim@curfr@zb@form}%
- \fi%
- \fi%
+ \xdef\@anim@xobject{%
+ \@anim@xobject\space/im\the\@anim@resnum\space
+ {@anim@frm@\the\@anim@occnt}%
+ }%
+ %compose content stream of container XObject
+ \xdef\@anim@content{%
+ \@anim@content\space
+ /OC/oc\the\@anim@resnum\space
+ BDC q /im\the\@anim@resnum\space Do Q EMC%
+ }%
+ \global\advance\@anim@occnt by 1% increment ocg counter
+ \global\advance\@anim@resnum by 1% increment resource number
}
\fi
-%control button faces
-\def\@anim@buttonhash{}%
+%create XObject which contains all frames of the sequence
\ifpdf
- \def\@anim@xbutton#1#2{% #1 name, #2 stroking commands
+ \def\@anim@makecontainer#1{%
+ \immediate\pdfxform\@anim@box% make it from box
+ \xdef\@anim@container{\the\pdflastxform\space 0 R}%
+ }
+\else
+ \def\@anim@makecontainer#1{%
+ \special{ps:
+ mark /_objdef {@anim@xobj#1} /type/stream /OBJ pdfmark
+ mark {@anim@xobj#1} (\@anim@content) /PUT pdfmark
+ mark {@anim@xobj#1} <<
+ /Type/XObject/Subtype/Form/FormType 1
+ /BBox [frame@llx frame@lly frame@urx frame@ury]
+ /Resources <<
+ /Properties <<\@anim@properties>>
+ /XObject <<\@anim@xobject>>
+ >>
+ >> /PUT pdfmark
+ }%
+ \global\@anim@resnum=0% reset resource number
+ }
+\fi
+
+%create container XObjects for play & pause button faces;
+\ifpdf
+ \def\@anim@makeppcontainer#1#2{% #1: @anim@num, #2: Right or Left
+ %OCGs
+ \immediate\pdfobj{<</Type/OCG /Name (#1.Play#2)>>}%
+ \edef\@anim@playocg{\the\pdflastobj\space 0 R}%
+ \immediate\pdfobj{<< /Type/OCG /Name (#1.Pause#2)>>}%
+ \edef\@anim@pauseocg{\the\pdflastobj\space 0 R}%
+ %append to ocg array
+ \xdef\@anim@ocgs{\@anim@ocgs\space\@anim@playocg\space\@anim@pauseocg}%
+ %although not really necessary, append play button ocg to posterocg array
+ \xdef\@anim@posterocgs{\@anim@posterocgs\space\@anim@playocg}%
+ %new container XObject
\immediate\pdfobj stream attr{%
/Type/XObject/Subtype/Form/BBox [0 0 15 15]%
- /Resources <</ProcSet [/PDF]>>%
- }{#2}%
- \xdef\@anim@buttonhash{%
- \@anim@buttonhash(abtn#1)\space\the\pdflastobj\space 0 R\space%
+ /Resources <<%
+ /Properties <</oc0 \@anim@playocg /oc1 \@anim@pauseocg>>%
+ /XObject <<%
+ /im0 \@anim@getkeyval{btnPlay#2}
+ /im1 \@anim@getkeyval{btnPause#2}%
+ >>%
+ >>%
+ }{%
+ /OC/oc0 BDC q /im0 Do Q EMC /OC/oc1 BDC q /im1 Do Q EMC%
}%
+ \@anim@newkey{btn#1.PlayPause#2}{\the\pdflastobj\space 0 R}%
}
+\else
+ \def\@anim@makeppcontainer#1#2{%
+ \special{ps:
+ %OCGs
+ mark /_objdef {#1.Play#2} /type/dict /OBJ pdfmark
+ mark {#1.Play#2} <<
+ /Type/OCG /Name (#1.Play#2)
+ >> /PUT pdfmark
+ mark /_objdef {#1.Pause#2} /type/dict /OBJ pdfmark
+ mark {#1.Pause#2} <<
+ /Type/OCG /Name (#1.Pause#2)
+ >> /PUT pdfmark
+ %append to ocg array
+ mark {@anim@ocgs} {#1.Play#2} /APPEND pdfmark
+ mark {@anim@ocgs} {#1.Pause#2} /APPEND pdfmark
+ %append play button ocg to posterocg array
+ mark {@anim@posterocgs} {#1.Play#2} /APPEND pdfmark
+ %new container XObject
+ mark /_objdef {btn#1.PlayPause#2} /type/stream /OBJ pdfmark
+ mark {btn#1.PlayPause#2} (%
+ /OC/oc0 BDC q /im0 Do Q EMC /OC/oc1 BDC q /im1 Do Q EMC%
+ ) /PUT pdfmark
+ mark {btn#1.PlayPause#2} <<
+ /Type/XObject/Subtype/Form/FormType 1
+ /BBox [0 0 15 15]
+ /Resources <<%
+ /Properties <</oc0 {#1.Play#2} /oc1 {#1.Pause#2}>>%
+ /XObject <<%
+ /im0 {btnPlay#2}
+ /im1 {btnPause#2}%
+ >>%
+ >>%
+ >> /PUT pdfmark
+ }%
+ }
+\fi
+
+%create XObjects of all button faces
+\ifpdf
+ %stroking commands
\def\@anim@btnend{%
2.5 w
1 J
@@ -503,70 +497,58 @@
}
\def\@anim@makebuttons{%
\@anim@xbutton{EndLeft}{%
- -0.1 0 0 0.1 15 0 cm
- \@anim@btnend%
+ q -0.1 0 0 0.1 15 0 cm
+ \@anim@btnend\space Q%
}%
\@anim@xbutton{EndRight}{%
- 0.1 0 0 0.1 0 0 cm
- \@anim@btnend%
+ q 0.1 0 0 0.1 0 0 cm
+ \@anim@btnend\space Q%
}%
\@anim@xbutton{Minus}{%
- 0.1 0 0 0.1 0 0 cm
- \@anim@btnminus%
+ q 0.1 0 0 0.1 0 0 cm
+ \@anim@btnminus\space Q%
}%
\@anim@xbutton{PauseLeft}{%
- -0.1 0 0 0.1 15 0 cm
- \@anim@btnpause%
+ q -0.1 0 0 0.1 15 0 cm
+ \@anim@btnpause\space Q%
}%
\@anim@xbutton{PauseRight}{%
- 0.1 0 0 0.1 0 0 cm
- \@anim@btnpause%
+ q 0.1 0 0 0.1 0 0 cm
+ \@anim@btnpause\space Q%
}%
\@anim@xbutton{PlayLeft}{%
- -0.1 0 0 0.1 15 0 cm
- \@anim@btnplay%
+ q -0.1 0 0 0.1 15 0 cm
+ \@anim@btnplay\space Q%
}%
\@anim@xbutton{PlayRight}{%
- 0.1 0 0 0.1 0 0 cm
- \@anim@btnplay%
+ q 0.1 0 0 0.1 0 0 cm
+ \@anim@btnplay\space Q%
}%
\@anim@xbutton{Plus}{%
- 0.1 0 0 0.1 0 0 cm
- \@anim@btnplus%
+ q 0.1 0 0 0.1 0 0 cm
+ \@anim@btnplus\space Q%
}%
\@anim@xbutton{Reset}{%
- 0.1 0 0 0.1 0 0 cm
- \@anim@btnreset%
+ q 0.1 0 0 0.1 0 0 cm
+ \@anim@btnreset\space Q%
}%
\@anim@xbutton{StepLeft}{%
- -0.1 0 0 0.1 15 0 cm
- \@anim@btnstep%
+ q -0.1 0 0 0.1 15 0 cm
+ \@anim@btnstep\space Q%
}%
\@anim@xbutton{StepRight}{%
- 0.1 0 0 0.1 0 0 cm
- \@anim@btnstep%
+ q 0.1 0 0 0.1 0 0 cm
+ \@anim@btnstep\space Q%
}%
- \immediate\pdfobj {<<%
- /Names [\@anim@buttonhash]
- /Limits [(abtnEndLeft) (abtnStepRight)]%
- >>}%
- \xdef\@anim@buttontree{\the\pdflastobj\space 0 R\space}%
- \setboolean{@anim@buttonsmade}{true}%
}
-\else
- \def\@anim@xbutton#1#2{% #1: name; #2: stroking commands
- \special{ps:
- save gsave
- mark
- /_objdef {abtn#1}
- /BBox [0 0 15 15]
- /BP pdfmark { #2 } ?pdfmark mark /EP pdfmark
- grestore restore
- }%
- \xdef\@anim@buttonhash{%
- \@anim@buttonhash(abtn#1)\space {abtn#1}\space%
- }%
+ %XObject creation
+ \def\@anim@xbutton#1#2{% #1 name, #2 stroking commands
+ \immediate\pdfobj stream attr{%
+ /Type/XObject/Subtype/Form/BBox [0 0 15 15]%
+ }{#2}%
+ \@anim@newkey{btn#1}{\the\pdflastobj\space 0 R}%
}
+\else
\def\@anim@btnend{%
0 setgray
0.25 setlinewidth
@@ -746,17 +728,16 @@
\@anim@xbutton{StepRight}{%
\@anim@btnstep%
}%
+ }
+ \def\@anim@xbutton#1#2{% #1: name; #2: stroking commands
\special{ps:
- mark /_objdef {tree@button} /type/dict /OBJ pdfmark
+ gsave
mark
- {tree@button} <<%
- /Names [\@anim@buttonhash]
- /Limits [(abtnEndLeft) (abtnStepRight)]
- >> /PUT
- pdfmark
- mark {@anim@apkids} 0 {tree@button} /PUT pdfmark
+ /_objdef {btn#1}
+ /BBox [0 0 15 15]
+ /BP pdfmark { #2 } ?pdfmark mark /EP pdfmark
+ grestore
}%
- \setboolean{@anim@buttonsmade}{true}%
}
\fi
@@ -787,7 +768,7 @@
`#1.jbig2' or\MessageBreak%
`#1.jb2',\MessageBreak%
could be found.\MessageBreak%
- Wrong file type? Mis-spelled file name?
+ Wrong file type? Mis-spelled file name?%
}{}%
}}}}}}}%
}%
@@ -802,10 +783,10 @@
\PackageError{animate}{%
Neither of the files\MessageBreak%
`#1.eps',\MessageBreak%
- `#1.mps'\MessageBreak%
- `#1.ps' or\MessageBreak%
+ `#1.mps' or\MessageBreak%
+ `#1.ps'\MessageBreak%
could be found.\MessageBreak%
- Wrong file type? Mis-spelled file name?
+ Wrong file type? Mis-spelled file name?%
}{}%
}}}%
}%
@@ -818,6 +799,9 @@
\newcount\@anim@curframe
\newcount\@anim@curframe@zb% zero based
+\newboolean{@anim@buttonsmade} %true if button faces have been made
+\setboolean{@anim@buttonsmade}{false}
+
%user command for embedding animation sequence
% #1: options
% #2: frame rate (fps)
@@ -827,7 +811,7 @@
\newcommand{\animategraphics}[5][]{%
\leavevmode%
\ifpdf\else%
- \ifthenelse{\isundefined{\includegraphics}}{\@anim@missing{graphics}}{}%
+ \ifx\includegraphics\@undefined\@anim@missing{graphics}\fi%
\fi%
\@anim@reset% to default settings
\setkeys{anim@user}{#1}%
@@ -839,12 +823,14 @@
\if@anim@controls%
\if@anim@buttonsmade\else%
\@anim@makebuttons%
+ \setboolean{@anim@buttonsmade}{true}%
\fi%
+ %combine Pause & Play button faces into one XObject
+ \@anim@makeppcontainer{\the\@anim@num}{Right}%
+ \@anim@makeppcontainer{\the\@anim@num}{Left}%
\fi%
- %formatted (zero padded) animation no.
- \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
- \@anim@newkey{a\@anim@numform.hash}{}% empty XObject hash
- \@anim@newkey{a\@anim@numform.fps}{#2}%
+ \xdef\@anim@fps{#2}%
+ \xdef\@anim@pauseat{}% not used, actually, with `animategraphics'
%
%read all frames of the sequence
\@anim@curframe=\@anim@first%
@@ -856,39 +842,41 @@
\@anim@base\@anim@pad{\@anim@last}{\the\@anim@curframe}%
}%
%embed graphics
- \@anim@ximage{\@anim@numform}{\the\@anim@curframe@zb}{%
+ \@anim@ximage{\the\@anim@num}{\the\@anim@curframe@zb}{%
\@anim@base\@anim@pad{\@anim@last}{\the\@anim@curframe}\@anim@ext%
}%
\advance\@anim@curframe by 1%
\advance\@anim@curframe@zb by 1%
- \@anim@newkey{a\@anim@numform.frames}{\the\@anim@curframe@zb}% total number
+ \xdef\@anim@frames{\the\@anim@curframe@zb}% total number
\repeat%
- \@anim@addtree{\@anim@numform}% create name tree
+ \@anim@makecontainer{\the\@anim@num}% create container XObject
%insert animation widget & controls
\vtop{%
\offinterlineskip%
- \hbox{\@anim@animwidget{\@anim@numform}}%
+ \hbox{\@anim@animwidget{\the\@anim@num}}%
\if@anim@controls%
\setlength{\@anim@tmpdima}{\@anim@btnsize}%
\setlength{\@anim@tmpdima}{0.1\@anim@tmpdima}%
\vskip \@anim@tmpdima%
- \hbox to \@anim@getkeyval{a\@anim@numform.wd} {%
+ \hbox to \@anim@animwidth\@anim@pt {%
\hss%
- \@anim@buttonwidget{\@anim@numform}{EndLeft}%
- \@anim@buttonwidget{\@anim@numform}{StepLeft}%
+ \@anim@buttonwidget{\the\@anim@num}{EndLeft}{EndLeft}%
+ \@anim@buttonwidget{\the\@anim@num}{StepLeft}{StepLeft}%
\if@anim@step\else%
- \@anim@buttonwidget{\@anim@numform}{PlayPauseLeft}%
- \@anim@buttonwidget{\@anim@numform}{PlayPauseRight}%
+ \@anim@buttonwidget{\the\@anim@num}{PlayPauseLeft}{%
+ \the\@anim@num.PlayPauseLeft}%
+ \@anim@buttonwidget{\the\@anim@num}{PlayPauseRight}{%
+ \the\@anim@num.PlayPauseRight}%
\fi%
- \@anim@buttonwidget{\@anim@numform}{StepRight}%
- \@anim@buttonwidget{\@anim@numform}{EndRight}%
+ \@anim@buttonwidget{\the\@anim@num}{StepRight}{StepRight}%
+ \@anim@buttonwidget{\the\@anim@num}{EndRight}{EndRight}%
\if@anim@step\else%
\setlength{\@anim@tmpdima}{\@anim@btnsize}%
\setlength{\@anim@tmpdima}{0.3\@anim@tmpdima}%
\hskip \@anim@tmpdima%
- \@anim@buttonwidget{\@anim@numform}{Minus}%
- \@anim@buttonwidget{\@anim@numform}{Reset}%
- \@anim@buttonwidget{\@anim@numform}{Plus}%
+ \@anim@buttonwidget{\the\@anim@num}{Minus}{Minus}%
+ \@anim@buttonwidget{\the\@anim@num}{Reset}{Reset}%
+ \@anim@buttonwidget{\the\@anim@num}{Plus}{Plus}%
\fi%
\hss%
}%
@@ -899,41 +887,37 @@
%calculates widget dimensions from natural ones, taking resizing options
%into account
-\def\@anim@rescale#1{% #1:formatted anim number
- %original totalheight
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.ht}}%
- \addtolength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
- \edef\@anim@th{\the\@anim@tmpdima}%
+\def\@anim@rescale{%
%rescale height & depth
\ifthenelse{%
\NOT\equal{\@anim@boxheight}{}\AND%
\NOT\equal{\@anim@boxdepth}{}%
}{%
- \@anim@newkey{a#1.ht}{\@anim@boxheight}%
- \@anim@newkey{a#1.dp}{\@anim@boxdepth}%
+ \xdef\@anim@animheight{\@anim@boxheight}%
+ \xdef\@anim@animdepth{\@anim@boxdepth}%
}{%
\ifthenelse{\NOT\equal{\@anim@boxheight}{}}{%
- \@anim@newkey{a#1.ht}{\@anim@boxheight}%
+ \xdef\@anim@animheight{\@anim@boxheight}%
}{%
\ifthenelse{\NOT\equal{\@anim@boxdepth}{}}{%
- \@anim@newkey{a#1.dp}{\@anim@boxdepth}%
+ \xdef\@anim@animdepth{\@anim@boxdepth}%
}{%if neither height nor depth are given but width is, rescale
%ht & dp to keep aspect ratio
\ifthenelse{\NOT\equal{\@anim@boxwidth}{}}{%
\setlength{\@anim@tmpdima}{%
- \@anim@getkeyval{a#1.ht}%
- *\ratio{\@anim@boxwidth}{\@anim@getkeyval{a#1.wd}}%
- }\@anim@newkey{a#1.ht}{\the\@anim@tmpdima}%
+ \@anim@animheight\@anim@pt%
+ *\ratio{\@anim@boxwidth\@anim@pt}{\@anim@animwidth\@anim@pt}%
+ }\xdef\@anim@animheight{\strip@pt\@anim@tmpdima}%
\setlength{\@anim@tmpdima}{%
- \@anim@getkeyval{a#1.dp}%
- *\ratio{\@anim@boxwidth}{\@anim@getkeyval{a#1.wd}}%
- }\@anim@newkey{a#1.dp}{\the\@anim@tmpdima}%
+ \@anim@animdepth\@anim@pt%
+ *\ratio{\@anim@boxwidth\@anim@pt}{\@anim@animwidth\@anim@pt}%
+ }\xdef\@anim@animdepth{\strip@pt\@anim@tmpdima}%
}{}%
}%
}%
}%
\ifthenelse{\NOT\equal{\@anim@boxwidth}{}}{%rescale width
- \@anim@newkey{a#1.wd}{\@anim@boxwidth}%
+ \xdef\@anim@animwidth{\@anim@boxwidth}%
}{%
%if width is not given, but either height or depth are, scale
%width to keep aspect ratio
@@ -942,86 +926,79 @@
\NOT\equal{\@anim@boxdepth}{}%
}{%
\setlength{\@anim@tmpdima}{%
- \@anim@getkeyval{a#1.wd}%
+ \@anim@animwidth\@anim@pt%
*\ratio{%
- \@anim@getkeyval{a#1.ht}+\@anim@getkeyval{a#1.dp}%
- }{\@anim@th}%
+ \@anim@animheight\@anim@pt+\@anim@animdepth\@anim@pt%
+ }{\@anim@animtotalheight\@anim@pt}%
}%
- \@anim@newkey{a#1.wd}{\the\@anim@tmpdima}%
+ \xdef\@anim@animwidth{\strip@pt\@anim@tmpdima}%
}{}%
}%
- %apply scaling by a factor
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
+ %apply scaling factor
+ \setlength{\@anim@tmpdima}{\@anim@animwidth\@anim@pt}%
\setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
- \@anim@newkey{a#1.wd}{\the\@anim@tmpdima}%
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.ht}}%
+ \xdef\@anim@animwidth{\strip@pt\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{\@anim@animheight\@anim@pt}%
\setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
- \@anim@newkey{a#1.ht}{\the\@anim@tmpdima}%
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \xdef\@anim@animheight{\strip@pt\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{\@anim@animdepth\@anim@pt}%
\setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
- \@anim@newkey{a#1.dp}{\the\@anim@tmpdima}%
+ \xdef\@anim@animdepth{\strip@pt\@anim@tmpdima}%
}
%creates animation widget
\ifpdf
\def\@anim@animwidget#1{%
- \@anim@rescale{#1}%
+ \@anim@rescale%
%create JavaScript objects
\@anim@pojscript{#1}% to be executed on PO event
\@anim@otherjscript{#1}% on other events in the AA dict
- %default appearance
+ %add poster to posterocg array
\def\@anim@posterframe{none}%
- \ifx\@anim@poster\@anim@posterframe%
- \def\@anim@defaultap{}%
- \else%
- \edef\@anim@defaultap{%
- /AP <</N \@anim@getkeyval{a#1.poster}>>%
- }%
+ \ifx\@anim@poster\@anim@posterframe\else%
+ \xdef\@anim@posterocgs{\@anim@posterocgs\space\@anim@posterocg}%
\fi
\pdfannot
- width \@anim@getkeyval{a#1.wd}
- height \@anim@getkeyval{a#1.ht}
- depth \@anim@getkeyval{a#1.dp}
+ width \@anim@animwidth\@anim@pt
+ height \@anim@animheight\@anim@pt
+ depth \@anim@animdepth\@anim@pt
{%
/Subtype/Widget%
/F 4% allow printing
/FT/Btn/Ff 65536% push button
- /T (anm@#1)%
/BS <</W 0>>%
/H/N%
- \@anim@defaultap%
+ /AP <</N \@anim@container>>%
+ /T (anm@#1)%
/MK <<%
/TP 1% icon, no caption
/BG [\@anim@bg]%
/IF <</SW/A/S/A>>% scale icon freely within widget
>>%
/AA <<% bind JavaScripts to trigger events
- /PO <</S/JavaScript/JS \@anim@getkeyval{a#1.pojscript}\space 0 R>>%
- \@anim@getkeyval{a#1.otherjscript}%
+ /PO <</S/JavaScript/JS \@anim@pojscriptobj>>%
+ \@anim@otherjscriptkey%
>>%
}%
- \hbox to \@anim@getkeyval{a#1.wd} {%
- \vrule width 0pt height \@anim@getkeyval{a#1.ht}
- depth \@anim@getkeyval{a#1.dp}%
+ \hbox to \@anim@animwidth\@anim@pt {%
+ \vrule width 0pt height \@anim@animheight\@anim@pt
+ depth \@anim@animdepth\@anim@pt%
\hss%
}%
}%
\else
\def\@anim@animwidget#1{%
- \@anim@rescale{#1}%
+ \@anim@rescale%
\def\@anim@oldunitlength{\the\unitlength}%
\setlength{\unitlength}{1pt}%
%mark annotation rectangle
\begin{picture}(0,0)%
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
- \put(0,-\strip@pt\@anim@tmpdima){%
+ \put(0,-\@anim@animdepth){%
\special{ps:
currentpoint /wid@lly exch def /wid@llx exch def
}%
}%
- \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
- \setlength{\@anim@tmpdimb}{\@anim@getkeyval{a#1.ht}}%
- \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdimb){%
+ \put(\@anim@animwidth,\@anim@animheight){%
\special{ps:
currentpoint /wid@ury exch def /wid@urx exch def
}%
@@ -1031,11 +1008,9 @@
\@anim@pojscript{#1}%
\@anim@otherjscript{#1}%
\def\@anim@posterframe{none}%
- \ifx\@anim@poster\@anim@posterframe%
- \def\@anim@defaultap{}%
- \else%
- \edef\@anim@defaultap{%
- /AP <</N {\@anim@getkeyval{a#1.poster}}>>%
+ \ifx\@anim@poster\@anim@posterframe\else%
+ \special{ps:
+ mark {@anim@posterocgs} {\@anim@posterocg} /APPEND pdfmark
}%
\fi
\special{ps:
@@ -1044,10 +1019,10 @@
/Subtype/Widget%
/F 4%
/FT/Btn/Ff 65536%
- /T (anm@#1)%
/BS <</W 0>>%
/H/N%
- \@anim@defaultap%
+ /AP <</N {@anim@xobj#1}>>%
+ /T (anm@#1)%
/MK <<%
/TP 1
/BG [\@anim@bg]%
@@ -1055,23 +1030,21 @@
>>%
/AA <<%
/PO <</S/JavaScript/JS {a#1@pojscript}>>%
- \@anim@getkeyval{a#1.otherjscript}%
+ \@anim@otherjscriptkey%
>>%
/ANN pdfmark
}%
- \hbox to \@anim@getkeyval{a#1.wd} {%
- \vrule width 0pt height \@anim@getkeyval{a#1.ht}
- depth \@anim@getkeyval{a#1.dp}%
+ \hbox to \@anim@animwidth\@anim@pt {%
+ \vrule width 0pt height \@anim@animheight\@anim@pt
+ depth \@anim@animdepth\@anim@pt%
\hss%
}%
}
\fi
-\newboolean{@anim@buttonsmade} %true if button faces have been made
-\setboolean{@anim@buttonsmade}{false}
%creates control button widget
\ifpdf
- \def\@anim@buttonwidget#1#2{% #1: zero padded anim num, #2: action
+ \def\@anim@buttonwidget#1#2#3{%#1:@anim@num, #2:action, #3:button face XObject
\@anim@upjscript{#1}{#2}% JavaScript actions for ButtonUp events
%button size corresponds to current font size
\setlength{\@anim@tmpdima}{\@anim@btnsize}%
@@ -1083,22 +1056,23 @@
{%
/Subtype/Widget%
/FT/Btn/Ff 65536% push button
- /T (btn@#1@#2)%
/BS <</W 0>>%
/H/I%
+ /AP <</N \@anim@getkeyval{btn#3}>>%
+ /T (btn@#1@#2)%
/MK <<%
/TP 1%
/BG [\@anim@btnbg]%
/IF <</SW/A/S/A>>% scale button face icon freely within widget
>>%
- /A <</S/JavaScript/JS (\@anim@getkeyval{a#1.upjscript})>>%
+ /A <</S/JavaScript/JS (\@anim@upjscriptstring)>>%
}%
\vrule width 0pt height \@anim@tmpdima depth 0pt%
\hss%
}%
}%
\else
- \def\@anim@buttonwidget#1#2{%
+ \def\@anim@buttonwidget#1#2#3{%
\@anim@upjscript{#1}{#2}%
\setlength{\@anim@tmpdima}{\@anim@btnsize}%
\def\@anim@oldunitlength{\the\unitlength}%
@@ -1121,15 +1095,16 @@
/Rect [wid@llx wid@lly wid@urx wid@ury]
/Subtype/Widget
/FT/Btn/Ff 65536
- /T (btn@#1@#2)
/BS <</W 0>>
/H/I
+ /AP <</N {btn#3}>>%
+ /T (btn@#1@#2)%
/MK <<
/TP 1
/BG [\@anim@btnbg]
/IF <</SW/A/S/A>>
>>%
- /A <</S/JavaScript/JS (\@anim@getkeyval{a#1.upjscript})>>%
+ /A <</S/JavaScript/JS (\@anim@upjscriptstring)>>%
/ANN pdfmark
}%
\hbox to \the\@anim@tmpdima {%
@@ -1141,6 +1116,7 @@
\newboolean{@anim@inside} % for checking whether we are inside the
\setboolean{@anim@inside}{false} % `animateinline' environment
+\newboolean{@anim@pauseframes} % true when \newframe* is being used
%user environment for animating inline graphics
% #1: options
@@ -1154,48 +1130,50 @@
\if@anim@controls%
\if@anim@buttonsmade\else%
\@anim@makebuttons%
+ \setboolean{@anim@buttonsmade}{true}%
\fi%
+ %combine Pause & Play button faces into one XObject
+ \@anim@makeppcontainer{\the\@anim@num}{Right}%
+ \@anim@makeppcontainer{\the\@anim@num}{Left}%
\fi%
- %formatted (zero padded animation number)
- \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
- \@anim@newkey{a\@anim@numform.hash}{}% empty XObject hash
- \@anim@newkey{a\@anim@numform.fps}{#2}%
+ \xdef\@anim@fps{#2}%
+ \xdef\@anim@pauseat{}%
\global\@anim@curframe@zb=0%
\@anim@beginframe%
\ignorespaces%
}{%
\unskip%
- %formatted (zero padded) animation number & current zero based frame no.
- \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
- \@anim@endframe{\@anim@numform}{\the\@anim@curframe@zb}%
+ \@anim@endframe{\the\@anim@num}{\the\@anim@curframe@zb}%
\global\advance\@anim@curframe@zb by 1%
- \@anim@newkey{a\@anim@numform.frames}{\the\@anim@curframe@zb}% total number
- \@anim@addtree{\@anim@numform}% create name tree
+ \xdef\@anim@frames{\the\@anim@curframe@zb}% total number
+ \@anim@makecontainer{\the\@anim@num}% create container XObject
%insert animation widget & controls
\vtop{%
\offinterlineskip%
- \hbox{\@anim@animwidget{\@anim@numform}}%
+ \hbox{\@anim@animwidget{\the\@anim@num}}%
\if@anim@controls%
\setlength{\@anim@tmpdima}{\@anim@btnsize}%
\setlength{\@anim@tmpdima}{0.1\@anim@tmpdima}%
\vskip \@anim@tmpdima%
- \hbox to \@anim@getkeyval{a\@anim@numform.wd} {%
+ \hbox to \@anim@animwidth\@anim@pt {%
\hss%
- \@anim@buttonwidget{\@anim@numform}{EndLeft}%
- \@anim@buttonwidget{\@anim@numform}{StepLeft}%
+ \@anim@buttonwidget{\the\@anim@num}{EndLeft}{EndLeft}%
+ \@anim@buttonwidget{\the\@anim@num}{StepLeft}{StepLeft}%
\if@anim@step\else%
- \@anim@buttonwidget{\@anim@numform}{PlayPauseLeft}%
- \@anim@buttonwidget{\@anim@numform}{PlayPauseRight}%
+ \@anim@buttonwidget{\the\@anim@num}{PlayPauseLeft}{%
+ \the\@anim@num.PlayPauseLeft}%
+ \@anim@buttonwidget{\the\@anim@num}{PlayPauseRight}{%
+ \the\@anim@num.PlayPauseRight}%
\fi%
- \@anim@buttonwidget{\@anim@numform}{StepRight}%
- \@anim@buttonwidget{\@anim@numform}{EndRight}%
+ \@anim@buttonwidget{\the\@anim@num}{StepRight}{StepRight}%
+ \@anim@buttonwidget{\the\@anim@num}{EndRight}{EndRight}%
\if@anim@step\else%
\setlength{\@anim@tmpdima}{\@anim@btnsize}%
\setlength{\@anim@tmpdima}{0.3\@anim@tmpdima}%
\hskip \@anim@tmpdima%
- \@anim@buttonwidget{\@anim@numform}{Minus}%
- \@anim@buttonwidget{\@anim@numform}{Reset}%
- \@anim@buttonwidget{\@anim@numform}{Plus}%
+ \@anim@buttonwidget{\the\@anim@num}{Minus}{Minus}%
+ \@anim@buttonwidget{\the\@anim@num}{Reset}{Reset}%
+ \@anim@buttonwidget{\the\@anim@num}{Plus}{Plus}%
\fi%
\hss%
}%
@@ -1211,34 +1189,63 @@
\unskip%
\if@anim@inside\else%
\PackageError{animate}{%
- \protect\newframe cannot be used\MessageBreak%
- outside `animateinline' environment
+ \protect\newframe\space cannot be used outside `animateinline'%
+ \MessageBreak environment%
}{}%
\fi%
- \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
- \@anim@endframe{\@anim@numform}{\the\@anim@curframe@zb}%
- \global\advance\@anim@curframe@zb by 1%
- \@anim@beginframe%
- \ignorespaces%
-}%
+ \@anim@endframe{\the\@anim@num}{\the\@anim@curframe@zb}%
+ \@ifstar{%
+ \if@anim@step\else%
+ %build JavaScript commands to fill the `pauseAt' array
+ \xdef\@anim@pauseat{%
+ \@anim@pauseat
+ a\the\@anim@num.pauseAt[\the\@anim@curframe@zb]=1;%
+ }%
+ \setboolean{@anim@pauseframes}{true}%
+ \fi%
+ \global\advance\@anim@curframe@zb by 1%
+ \@anim@beginframe%
+ \ignorespaces%
+ }{%
+ \global\advance\@anim@curframe@zb by 1%
+ \@anim@beginframe%
+ \ignorespaces%
+ }%
+}
%starts a new frame
\def\@anim@beginframe{%
- \begin{lrbox}{\@anim@box}% store the graphics in a box
+ \begin{lrbox}{\@anim@@box}% store the graphics in a box
}
%terminates current frame
\def\@anim@endframe#1#2{%
\end{lrbox}%
+ \message{< a#1, fr#2}%
%determine size of graphics
- \ifnum #2=0
- \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
- \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
- \@anim@newkey{a#1.dp}{\the\dp\@anim@box}%
+ \ifnum #2=0%
+ \xdef\@anim@animwidth{\strip@pt\wd\@anim@@box}%
+ \ifdim\wd\@anim@@box=0pt%
+ \PackageError{animate}{%
+ Contents of first frame must not have zero width%
+ }{%
+ Possible reason: \protect\begin{animateinline}{...}
+ immediately followed by \protect\newframe%
+ }%
+ \fi%
+ \xdef\@anim@animheight{\strip@pt\ht\@anim@@box}%
+ \xdef\@anim@animdepth{\strip@pt\dp\@anim@@box}%
+ \ifdim\ht\@anim@@box=0pt%
+ \ifdim\dp\@anim@@box=0pt%
+ \PackageError{animate}{%
+ Contents of first frame must not have zero height%
+ }{}%
+ \fi%
+ \fi%
\fi%
%now create Form XObject of box contents
- \@anim@xinline{#1}{#2}{\@anim@box}%
- \message{<a\the\@anim@num, fr#2>}%
+ \@anim@xinline{#1}{#2}{\@anim@@box}%
+ \message{>}%
}
%prints zero padded integers
@@ -1268,15 +1275,15 @@
%setting the widget size
\define@key{anim@user}{width}{%
\setlength{\@anim@tmpdima}{#1}%
- \xdef\@anim@boxwidth{\the\@anim@tmpdima}%
+ \xdef\@anim@boxwidth{\strip@pt\@anim@tmpdima}%
}
\define@key{anim@user}{height}{%
\setlength{\@anim@tmpdima}{#1}%
- \xdef\@anim@boxheight{\the\@anim@tmpdima}%
+ \xdef\@anim@boxheight{\strip@pt\@anim@tmpdima}%
}
\define@key{anim@user}{depth}{%
\setlength{\@anim@tmpdima}{#1}%
- \xdef\@anim@boxdepth{\the\@anim@tmpdima}%
+ \xdef\@anim@boxdepth{\strip@pt\@anim@tmpdima}%
}
\define@key{anim@user}{scale}{%
\gdef\@anim@boxscale{#1}%
@@ -1301,7 +1308,7 @@
\define@key{anim@user}{loop}[true]{%
\setboolean{@anim@loop}{#1}%
}
-\newboolean{@anim@autoplay}
+\newboolean{@anim@autoplay} %doen't work anymore in AR8
\setboolean{@anim@autoplay}{false}
\define@key{anim@user}{autoplay}[true]{%
\setboolean{@anim@autoplay}{#1}%
@@ -1359,6 +1366,8 @@
\let\if@anim@autopause=\if@anim@@autopause%
\let\if@anim@palindrome=\if@anim@@palindrome%
\let\if@anim@step=\if@anim@@step%
+ \setboolean{@anim@pauseframes}{false}%
+ \gdef\@anim@posterocg{}%
}
%package options
@@ -1425,7 +1434,7 @@
%process package options
\def\@anim@setpkgkeys#1{\setkeys{anim@pkg}{#1}}
-\edef\@anim@pkgopts{{\@ptionlist{animate.sty}}}
+\edef\@anim@pkgopts{{\@ptionlist{\@currname.\@currext}}}
\expandafter\@anim@setpkgkeys\@anim@pkgopts
%JavaScript objects
@@ -1435,7 +1444,7 @@
\gdef\@anim@posterlast{last}%
\gdef\@anim@posternone{none}%
\immediate\pdfobj stream {\@anim@@pojscript{#1}}%
- \@anim@newkey{a#1.pojscript}{\the\pdflastobj}%
+ \xdef\@anim@pojscriptobj{\the\pdflastobj\space 0 R}%
}
\else
\def\@anim@pojscript#1{%
@@ -1447,303 +1456,331 @@
}%
}
\fi
-\def\@anim@@pojscript#1{% #1: formatted (zero padded) animation number
- \if@anim@controls
- \if@anim@step\else
- %get references to button face icons `Play' & `Pause'
- if (typeof(icn)=="undefined") {
- var icn = new Object();
- icn.playLeft = this.getIcon("abtnPlayLeft");
- icn.pauseLeft = this.getIcon("abtnPauseLeft");
- icn.pauseRight = this.getIcon("abtnPauseRight");
- icn.playRight = this.getIcon("abtnPlayRight");
- }
- \fi
- \fi
- %create animation object
- if (typeof(a#1)=="undefined") {
- var a#1 = new Object();
- a#1.wid = this.getField("anm@#1"); %reference to animation widget
- \if@anim@step\else
- if(\@anim@getkeyval{a#1.fps} == 0) {
- a#1.dtDefault = 3.6e6;
- }else{
- a#1.dtDefault = Math.abs(1/\@anim@getkeyval{a#1.fps}) * 1000;
- }
- a#1.dt = a#1.dtDefault;
- \fi
- %get references to all animation frames
- a#1.frame = new Array();
- for (i=0; i<\@anim@getkeyval{a#1.frames}; i++){
- a#1.frame[i] = this.getIcon("ba#1f" + util.printf('\%06d', i));
- }
- %load default frame
- \ifx\@anim@poster\@anim@posterlast
+\def\@anim@@pojscript#1{% #1: @anim@num
+% console.show();%
+% console.clear();%
+ if(typeof(a#1)=='undefined'){% initialize animation
+ a#1=new Object();%
+ %takes references to frame ocgs belonging to the current animation
+ a#1.fr=new Array();%
+ %takes references to control button face ocgs
+ \if@anim@controls a#1.btn=new Array();\fi
+ %get array of ocgs of current page
+ var ocg=this.getOCGs(this.pageNum);%
+ for(var i=0;i<ocg.length;i++){%
+ var ocgName=ocg[i].name.split('.');%
+ if(ocgName[0]==#1){%
+ \if@anim@controls
+ if(ocgName[1].charAt(0)=='P'){% PlayLeft, PauseLeft, ...
+ a#1.btn[ocgName[1]]=ocg[i];%
+ %set basic button state
+ a#1.btn[ocgName[1]].state=ocg[i].initState;%
+ }else{% frame ocg
+ \fi
+ a#1.fr[ocgName[1]]=ocg[i];%
+ %set basic frame state
+ a#1.fr[ocgName[1]].state=ocg[i].initState;%
+ \if@anim@controls%
+ }%
+ \fi%
+ }%
+ }%
+ \ifx\@anim@poster\@anim@posterlast % set default frame
%holds index of the frame to be displayed
- a#1.cntr = \@anim@getkeyval{a#1.frames} -1;
+ a#1.idx=\@anim@frames-1;%
\else % first & none
- a#1.cntr = 0;
- \ifx\@anim@poster\@anim@posternone
- a#1.wid.buttonSetIcon(a#1.frame[0]);
- \fi
- \fi
- \if@anim@controls %references to button widgets
- a#1.endLeft = this.getField("btn@#1@EndLeft");
- a#1.stepLeft = this.getField("btn@#1@StepLeft");
- \if@anim@step\else
- a#1.playPauseLeft = this.getField("btn@#1@PlayPauseLeft");
- a#1.playPauseRight = this.getField("btn@#1@PlayPauseRight");
- a#1.minus = this.getField("btn@#1@Minus");
- a#1.plus = this.getField("btn@#1@Plus");
- a#1.reset = this.getField("btn@#1@Reset");
- \fi
- a#1.stepRight = this.getField("btn@#1@StepRight");
- a#1.endRight = this.getField("btn@#1@EndRight");
- %set the button appearances
- a#1.endLeft.buttonSetIcon(this.getIcon("abtnEndLeft"));
- a#1.stepLeft.buttonSetIcon(this.getIcon("abtnStepLeft"));
- \if@anim@step\else
- a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
- a#1.playPauseRight.buttonSetIcon(icn.playRight);
- a#1.minus.buttonSetIcon(this.getIcon("abtnMinus"));
- a#1.plus.buttonSetIcon(this.getIcon("abtnPlus"));
- a#1.reset.buttonSetIcon(this.getIcon("abtnReset"));
- \fi
- a#1.stepRight.buttonSetIcon(this.getIcon("abtnStepRight"));
- a#1.endRight.buttonSetIcon(this.getIcon("abtnEndRight"));
- \fi
+ a#1.idx=0;%
+ \fi%
%playing state and direction
- \if@anim@step
+ \if@anim@step%
\if@anim@palindrome
- a#1.playsRight=true;
- \fi
+ a#1.playsRight=true;%
+ \fi%
\else
- a#1.isPlaying = false;
- a#1.playsRight=true;
- a#1.isPaused = false;
- \fi
+ a#1.isPlaying=false;%
+ a#1.playsRight=true;%
+ a#1.isPaused=false;%
+ \if@anim@pauseframes
+ %this array takes the frame numbers at which to pause playback
+ a#1.pauseAt=new Array();%
+ \@anim@pauseat%
+ \fi
+ a#1.dtDefault=1000/(1e-6+Math.abs(\@anim@fps));%
+ a#1.dt=a#1.dtDefault;%
+ \fi%
%actions
- a#1.actnEndLeft = function () {
+ a#1.actnEndLeft=function(){%
+ var curIdx=a#1.idx;%
\if@anim@step\else
- try{app.clearInterval(a#1_int);}catch(e){}
- a#1.isPlaying = false;
- a#1.isPaused = false; %because it has been explicitely stopped
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ a#1.isPlaying=false;%
+ a#1.isPaused=false;% because it has been explicitely stopped
+ \if@anim@controls %set Play/Pause button icons
+ a#1.btn['PauseLeft'].state=false;%
+ a#1.btn['PlayLeft'].state=true;%
+ a#1.btn['PauseRight'].state=false;%
+ a#1.btn['PlayRight'].state=true;%
+ \fi%
\fi
- \if@anim@controls
- \if@anim@step\else
- a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
- a#1.playPauseRight.buttonSetIcon(icn.playRight);
- \fi
+ a#1.idx=0;%
+ a#1.fr[curIdx].state=false;%
+ a#1.fr[0].state=true;%
+ };%
+ a#1.actnEndRight=function(){%
+ var curIdx=a#1.idx;%
+ \if@anim@step\else
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ a#1.isPlaying=false;%
+ a#1.isPaused=false;%
+ \if@anim@controls
+ a#1.btn['PauseLeft'].state=false;%
+ a#1.btn['PlayLeft'].state=true;%
+ a#1.btn['PauseRight'].state=false;%
+ a#1.btn['PlayRight'].state=true;%
+ \fi%
\fi
- a#1.cntr = 0;
- a#1.wid.buttonSetIcon(a#1.frame[0]);
- };
- \if@anim@controls
- a#1.actnEndRight = function () {
- \if@anim@step\else
- try{app.clearInterval(a#1_int);}catch(e){}
- a#1.isPlaying = false;
- a#1.isPaused = false;
- \fi
- a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;
- a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
- \if@anim@step\else
- a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
- a#1.playPauseRight.buttonSetIcon(icn.playRight);
- \fi
- };
- \fi
+ a#1.idx=\@anim@frames-1;%
+ a#1.fr[curIdx].state=false;%
+ a#1.fr[a#1.idx].state=true;%
+ };%
\if@anim@palindrome
- a#1.actnNext = function () {
- if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){
+ a#1.actnNext=function(){%
+ var curIdx=a#1.idx;%
+ \if@anim@step\else%
+ \if@anim@pauseframes
+ if(a#1.isPlaying&&a#1.pauseAt[a#1.idx+1]){a#1.actnPause();}%
+ \fi%
+ \fi
+ if(a#1.idx==\@anim@frames-1){%
\if@anim@step
- a#1.playsRight=false;
+ a#1.playsRight=false;%
\else
- if(a#1.isPlaying){a#1.isPaused = true; a#1.actnPlayLeft();}
- \fi
- }else{a#1.cntr++;}
- a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
- };
- a#1.actnPrev = function () {
- if(a#1.cntr == 0){
+ if(a#1.isPlaying){a#1.isPaused=true;a#1.actnPlayLeft();}%
+ \fi%
+ }else{%
+ a#1.idx++;%
+ a#1.fr[curIdx].state=false;%
+ a#1.fr[a#1.idx].state=true;%
+ }%
+ };%
+ a#1.actnPrev=function(){%
+ var curIdx=a#1.idx;%
+ \if@anim@step\else%
+ \if@anim@pauseframes
+ if(a#1.isPlaying&&a#1.pauseAt[a#1.idx-1]){a#1.actnPause();}%
+ \fi%
+ \fi
+ if(a#1.idx==0){%
\if@anim@step
- a#1.playsRight=true;
+ a#1.playsRight=true;%
\else
- if(a#1.isPlaying){a#1.isPaused = true; a#1.actnPlayRight();}
- \fi
- }else{a#1.cntr--;}
- a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
- };
+ if(a#1.isPlaying){a#1.isPaused=true;a#1.actnPlayRight();}%
+ \fi%
+ }else{%
+ a#1.idx--;%
+ a#1.fr[curIdx].state=false;%
+ a#1.fr[a#1.idx].state=true;%
+ }%
+ };%
\else
- a#1.actnNext = function () {
- if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){
- \if@anim@step\else
+ a#1.actnNext=function(){%
+ var curIdx=a#1.idx;%
+ \if@anim@step\else%
+ \if@anim@pauseframes
+ if(a#1.isPlaying&&a#1.pauseAt[a#1.idx+1]){a#1.actnPause();}%
+ \fi%
+ \fi
+ if(a#1.idx==\@anim@frames-1){%
+ \if@anim@step\else%
\if@anim@loop
- \if@anim@step\else
- if(a#1.isPlaying){a#1.cntr = 0;}
- \fi
+ if(a#1.isPlaying){%
+ a#1.idx=0;%
+ }%
\else
- try{app.clearInterval(a#1_int);}catch(e){}
- a#1.isPlaying = false;
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ a#1.isPlaying=false;%
\if@anim@controls
- a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
- a#1.playPauseRight.buttonSetIcon(icn.playRight);
- \fi
- \fi
- \fi
- }else{a#1.cntr++;}
- a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
- };
- a#1.actnPrev = function () {
- if(a#1.cntr == 0){
- \if@anim@step\else
+ a#1.btn['PauseLeft'].state=false;%
+ a#1.btn['PlayLeft'].state=true;%
+ a#1.btn['PauseRight'].state=false;%
+ a#1.btn['PlayRight'].state=true;%
+ \fi%
+ \fi%
+ \fi%
+ }else{a#1.idx++;}%
+ a#1.fr[curIdx].state=false;%
+ a#1.fr[a#1.idx].state=true;%
+ };%
+ a#1.actnPrev=function(){%
+ var curIdx=a#1.idx;%
+ \if@anim@step\else%
+ \if@anim@pauseframes
+ if(a#1.isPlaying&&a#1.pauseAt[a#1.idx-1]){a#1.actnPause();}%
+ \fi%
+ \fi
+ if(a#1.idx==0){%
+ \if@anim@step\else%
\if@anim@loop
- if(a#1.isPlaying){a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;}
+ if(a#1.isPlaying){a#1.idx=\@anim@frames-1;}%
\else
- try{app.clearInterval(a#1_int);}catch(e){}
- a#1.isPlaying = false;
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ a#1.isPlaying=false;%
\if@anim@controls
- a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
- a#1.playPauseRight.buttonSetIcon(icn.playRight);
- \fi
- \fi
- \fi
- }else{a#1.cntr--;}
- a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
- };
- \fi
+ a#1.btn['PauseLeft'].state=false;%
+ a#1.btn['PlayLeft'].state=true;%
+ a#1.btn['PauseRight'].state=false;%
+ a#1.btn['PlayRight'].state=true;%
+ \fi%
+ \fi%
+ \fi%
+ }else{a#1.idx--;}%
+ a#1.fr[curIdx].state=false;%
+ a#1.fr[a#1.idx].state=true;%
+ };%
+ \fi%
\if@anim@step\else
- a#1.actnPause = function () {
- try{app.clearInterval(a#1_int);}catch(e){}
- a#1.isPlaying = false;
- a#1.isPaused = true;
+ a#1.actnPause=function(){%
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ a#1.isPlaying=false;%
+ a#1.isPaused=true;%
\if@anim@controls
- a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
- a#1.playPauseRight.buttonSetIcon(icn.playRight);
- \fi
- };
- a#1.actnPlayRight = function () {
- try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.btn['PauseLeft'].state=false;%
+ a#1.btn['PlayLeft'].state=true;%
+ a#1.btn['PauseRight'].state=false;%
+ a#1.btn['PlayRight'].state=true;%
+ \fi%
+ };%
+ a#1.actnPlayRight=function(){%
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ if(!a#1.isPaused){a#1.actnEndLeft();}%
+ a#1.playsRight=true;%
+ a#1.isPlaying=true;%
+ a#1.isPaused=false;%
\if@anim@controls
- a#1.playPauseLeft.buttonSetIcon(icn.pauseLeft);
- a#1.playPauseRight.buttonSetIcon(icn.pauseRight);
+ a#1.btn['PauseLeft'].state=true;%
+ a#1.btn['PlayLeft'].state=false;%
+ a#1.btn['PauseRight'].state=true;%
+ a#1.btn['PlayRight'].state=false;%
\fi
- if(!a#1.isPaused){a#1.cntr = 0;}
- a#1.playsRight = true;
- a#1.isPlaying = true;
- a#1.isPaused = false;
- a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
- };
- a#1.actnPlayLeft = function () {
- try{app.clearInterval(a#1_int);}catch(e){}
+ a#1_int=app.setInterval('a#1.actnNext()',a#1.dt);%
+ };%
+ a#1.actnPlayLeft=function(){%
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ if(!a#1.isPaused){a#1.actnEndRight();}%
+ a#1.playsRight=false;%
+ a#1.isPlaying=true;%
+ a#1.isPaused=false;%
\if@anim@controls
- a#1.playPauseLeft.buttonSetIcon(icn.pauseLeft);
- a#1.playPauseRight.buttonSetIcon(icn.pauseRight);
+ a#1.btn['PauseLeft'].state=true;%
+ a#1.btn['PlayLeft'].state=false;%
+ a#1.btn['PauseRight'].state=true;%
+ a#1.btn['PlayRight'].state=false;%
\fi
- if(!a#1.isPaused){a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;}
- a#1.playsRight = false;
- a#1.isPlaying = true;
- a#1.isPaused = false;
- a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
- };
+ a#1_int=app.setInterval('a#1.actnPrev()', a#1.dt);%
+ };%
\if@anim@controls
- a#1.actnIncr = function () { % speed up animation
- try{app.clearInterval(a#1_int);}catch(e){}
- a#1.dt /= 1.2;
- if (a#1.isPlaying) {
- if (a#1.playsRight) {
- a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
- }else{
- a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
- }
- }
- };
- a#1.actnDecr = function () { % slow down animation
- a#1.dt *= 1.2;
- try{app.clearInterval(a#1_int);}catch(e){}
- if (a#1.isPlaying) {
- if (a#1.playsRight) {
- a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
- }else{
- a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
- }
- }
- };
- a#1.actnReset = function () { % reset to default speed
- a#1.dt = a#1.dtDefault;
- try{app.clearInterval(a#1_int);}catch(e){}
- if (a#1.isPlaying) {
- if (a#1.playsRight) {
- a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
- }else{
- a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
- }
- }
- };
- \fi
- \fi
- }
- \if@anim@step\else
+ a#1.actnIncr=function(){% speed up animation
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ a#1.dt/=1.2;%
+ if(a#1.isPlaying){%
+ if(a#1.playsRight){%
+ a#1_int=app.setInterval('a#1.actnNext()',a#1.dt);%
+ }else{%
+ a#1_int=app.setInterval('a#1.actnPrev()',a#1.dt);%
+ }%
+ }%
+ };%
+ a#1.actnDecr=function(){% slow down animation
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ a#1.dt*=1.2;%
+ if(a#1.isPlaying){%
+ if(a#1.playsRight){%
+ a#1_int=app.setInterval('a#1.actnNext()',a#1.dt);%
+ }else{%
+ a#1_int=app.setInterval('a#1.actnPrev()',a#1.dt);%
+ }%
+ }%
+ };%
+ a#1.actnReset=function(){% reset to default speed
+ a#1.dt=a#1.dtDefault;%
+ try{app.clearInterval(a#1_int);}catch(e){}%
+ if(a#1.isPlaying){%
+ if(a#1.playsRight){%
+ a#1_int=app.setInterval('a#1.actnNext()',a#1.dt);%
+ }else{%
+ a#1_int=app.setInterval('a#1.actnPrev()',a#1.dt);%
+ }%
+ }%
+ };%
+ \fi%
+ \fi%
+ }%
+ \if@anim@step\else%
\if@anim@autoplay
- if (a#1.playsRight){
- a#1.actnPlayRight();
- }else{
- a#1.actnPlayLeft();
- }
- \fi
+ if(a#1.playsRight){%
+ a#1.actnPlayRight();%
+ }else{%
+ a#1.actnPlayLeft();%
+ }%
+ \fi%
\if@anim@autoresume
- if(a#1.isPaused){
- if(a#1.playsRight){a#1.actnPlayRight();}else{a#1.actnPlayLeft();}
- }
- \fi
- \fi
+ if(a#1.isPaused){%
+ if(a#1.playsRight){a#1.actnPlayRight();}else{a#1.actnPlayLeft();}%
+ }%
+ \fi%
+ \fi%
}
%other trigger events in the anim widget's AA dictionary
\def\@anim@otherjscript#1{%
\def\@anim@posterframe{last}%
- \@anim@newkey{a#1.otherjscript}{%
- /PC <</S/JavaScript/JS (% %PageClose
+ \xdef\@anim@otherjscriptkey{%
+ /PC <</S/JavaScript/JS (% PageClose
\if@anim@autopause%
\if@anim@step\else
- if(a#1.isPlaying) {a#1.actnPause();}
- \fi
- \else% == autostop
- \ifx\@anim@poster\@anim@posterframe
- a#1.actnEndRight();%
- \else
- a#1.actnEndLeft();%
- \fi
+ if(a#1.isPlaying||a#1.isPaused){a#1.actnPause();}%
+ else{%
+ \fi%
+ \fi%
+ \ifx\@anim@poster\@anim@posterframe
+ a#1.actnEndRight();%
+ \else
+ a#1.actnEndLeft();%
+ \fi%
+ \if@anim@autopause%
+ \if@anim@step\else
+ }
+ \fi%
\fi%
)>>%
\if@anim@step\else%
/D <</S/JavaScript/JS (% pause on MouseDown
%disable focus rectangle
- app.focusRect = false;%
- if(a#1.isPlaying) {a#1.actnPause();}%
+ app.focusRect=false;%
+ if(a#1.isPlaying){a#1.actnPause();}%
)>>%
\fi%
/U <</S/JavaScript/JS (% play/resume on MouseUp
- \if@anim@step
+ \if@anim@step%
\if@anim@palindrome
- if (a#1.playsRight){%
+ if(a#1.playsRight){%
a#1.actnNext();%
}else{%
a#1.actnPrev();%
}%
\else
- if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){%
+ if(a#1.idx==\@anim@frames-1){%
a#1.actnEndLeft();%
}else{%
a#1.actnNext();%
}%
- \fi
+ \fi%
\else
- if (a#1.playsRight){%
+ if(a#1.playsRight){%
a#1.actnPlayRight();%
}else{%
a#1.actnPlayLeft();%
}%
- \fi
+ \fi%
)>>%
}%
}
@@ -1759,32 +1796,32 @@
\def\@anim@Minus{Minus}%
\def\@anim@Reset{Reset}%
\def\@anim@Plus{Plus}%
- \@anim@newkey{a#1.upjscript}{%
- app.focusRect = false;%
+ \xdef\@anim@upjscriptstring{%
+ app.focusRect=false;%
\ifx\@anim@action\@anim@EndLeft
a#1.actnEndLeft();%
\else%
- \ifx\@anim@action\@anim@StepLeft
+ \ifx\@anim@action\@anim@StepLeft%
\if@anim@step
a#1.actnPrev();%
\else
- if(!a#1.isPlaying){a#1.actnPrev();}%
- \fi
+ if(!a#1.isPlaying){a#1.isPaused=true;a#1.actnPrev();}%
+ \fi%
\else%
\ifx\@anim@action\@anim@PlayPauseLeft
- if(a#1.isPlaying) {a#1.actnPause();}%
+ if(a#1.isPlaying){a#1.actnPause();}%
else{a#1.actnPlayLeft();}%
\else%
\ifx\@anim@action\@anim@PlayPauseRight
- if(a#1.isPlaying) {a#1.actnPause();}%
+ if(a#1.isPlaying){a#1.actnPause();}%
else{a#1.actnPlayRight();}%
\else%
- \ifx\@anim@action\@anim@StepRight
+ \ifx\@anim@action\@anim@StepRight%
\if@anim@step
a#1.actnNext();%
\else
- if(!a#1.isPlaying){a#1.actnNext();}%
- \fi
+ if(!a#1.isPlaying){a#1.isPaused=true;a#1.actnNext();}%
+ \fi%
\else%
\ifx\@anim@action\@anim@EndRight
a#1.actnEndRight();%
diff --git a/Master/texmf-dist/tpm/animate.tpm b/Master/texmf-dist/tpm/animate.tpm
index 348e186a7d4..1841719c64a 100644
--- a/Master/texmf-dist/tpm/animate.tpm
+++ b/Master/texmf-dist/tpm/animate.tpm
@@ -3,20 +3,21 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/animate.zip">
<TPM:Name>animate</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2007/03/23 15:42:00</TPM:Date>
+ <TPM:Date>2007/05/04 07:45:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>karl</TPM:Creator>
<TPM:Title>The animate package.</TPM:Title>
<TPM:Description></TPM:Description>
<TPM:Author></TPM:Author>
- <TPM:Size>1385150</TPM:Size>
+ <TPM:Size>1133034</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
- <TPM:RunFiles size="52147">
+ <TPM:RunFiles size="104096">
+texmf-dist/tex/latex/animate/animate-noocg.sty
texmf-dist/tex/latex/animate/animate.sty
texmf-dist/tpm/animate.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="1080887">
+ <TPM:DocFiles size="1102903">
texmf-dist/doc/latex/animate/README
texmf-dist/doc/latex/animate/doc/animate.pdf
texmf-dist/doc/latex/animate/doc/animate.tex
diff --git a/Master/texmf/lists/animate b/Master/texmf/lists/animate
index 8e16c37c351..f29b42dc7b8 100644
--- a/Master/texmf/lists/animate
+++ b/Master/texmf/lists/animate
@@ -12,6 +12,7 @@ texmf-dist/doc/latex/animate/doc/files/frame_7.mps
texmf-dist/doc/latex/animate/doc/files/frame_8.mps
texmf-dist/doc/latex/animate/doc/files/mailto.eps
+texmf-dist/tex/latex/animate/animate-noocg.sty
texmf-dist/tex/latex/animate/animate.sty
texmf-dist/tpm/animate.tpm