summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/animate/animate.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/animate/animate.tex')
-rw-r--r--Master/texmf-dist/source/latex/animate/animate.tex19
1 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex
index 53b2e4b1840..786fa567cd0 100644
--- a/Master/texmf-dist/source/latex/animate/animate.tex
+++ b/Master/texmf-dist/source/latex/animate/animate.tex
@@ -81,13 +81,16 @@
}
\hyphenation{Ja-va-Script pro-vid-ed}
+\makeatletter
+\let\animVersion\@anim@version
+\makeatother
\begin{document}
\title{The {\sffamily animate} Package}
\begingroup
\makeatletter
\def\@anim@sanitizeColon{}\def\@anim@sanitizeJS{}\def\@anim@endsanitize{}
-\expandafter\parsedate\@anim@version\relax %set current date to package date
+\expandafter\parsedate\animVersion\relax %set current date to package date
\makeatother
\author{Alexander Grahn \animategraphics[autoplay,loop,height=1.8ex,nomouse]{8}{bye_}{0}{3}\protect\footnote{Animated GIF taken from \href{http://www.phpBB.com}{phpBB} forum software and burst into a set of EPS files using \href{http://www.imagemagick.org}{ImageMagick} before embedding.}%
%\space\protect\footnote{Animations may run slowly if viewed in the Acrobat Reader browser plugin.}%
@@ -120,12 +123,13 @@ On mobile devices, interaction with an animated SVG is similar to that on deskto
\section{Requirements}
\begin{trivlist}
%\item $\varepsilon$-\TeX
-\item pdf\TeX{}, version $\ge1.20$, or Lua\TeX{}, version $\ge0.95$, for direct PDF output
-\item Ghostscript, version $\ge9.15$ or Adobe Distiller for PS to PDF conversion
+\item pdf\TeX{}, version $\ge1.40$, or Lua\TeX{}, version $\ge0.95$, for direct PDF output
+\item Ghostscript, version $\ge9.15$, or Adobe Distiller for PS to PDF conversion
\item \verb+dvipdfmx+ for DVI to PDF conversion
+\item dvipdfmx, version $\ge 20190503$, for DVI to PDF conversion
\item \verb+dvisvgm+ for DVI to SVG conversion (also requires Ghostscript)
-\item PDF: Acrobat Reader (version $\ge7$), PDF-XChange, Foxit Reader
-\item SVG: Firefox, Chrome/Chromium and others
+\item PDF: Acrobat Reader, PDF-XChange, Foxit Reader
+\item SVG: Chromium-based browsers, Firefox and others
\end{trivlist}
\section{Installation}
@@ -173,6 +177,7 @@ nomouse
type=<file ext>
method=icon | widget | ocg
poster[=first | <num> | last | none]
+alttext=none | {<alternative description>}
\end{verbatim}
Except for `\verb+dvipdfmx+', `\verb+xetex+', `\verb+dvisvgm+' and `\verb+export+', the listed package options are also available (among others) 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. In turn, command options locally override global settings. Options without an argument are boolean options and can be negated, with the exception of package-only options `\verb+dvipdfmx+', `\verb+xetex+', `\verb+dvisvgm+ and `\verb+export+', by appending `\verb+=false+'.
@@ -365,6 +370,10 @@ measure
\end{verbatim}
Measures the frame rate during one cycle of the animation and prints the value to the JavaScript console of the Reader. (For testing purposes.)
\begin{verbatim}
+alttext=none | {<alternative description>}
+\end{verbatim}\hypertarget{beginend}{}%
+Changes or suppresses alternative description text. The default is `{\ttfamily animation by animate\verb+[+\animVersion\verb+]+}'. This text is shown by some PDF viewers that are not capable of rendering JavaScript animations or used for accessibility purposes.
+\begin{verbatim}
begin={<begin text>}
end={<end text>}
\end{verbatim}\hypertarget{beginend}{}%