diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate/animate.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index bd1018ba2fd..3639aee2989 100644 --- a/Master/texmf-dist/tex/latex/animate/animate.sty +++ b/Master/texmf-dist/tex/latex/animate/animate.sty @@ -13,7 +13,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\@anim@version{2016/02/28} +\def\@anim@version{2016/03/15} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -35,7 +35,7 @@ \RequirePackage{calc} \RequirePackage{atenddvi}%to really get certain \specials into the dvi \RequirePackage{animfp} -\RequirePackage{graphics} +\RequirePackage{graphics}%\scalebox, \resizebox %driver options (the only package options we process immediately) \newboolean{@anim@dvips} @@ -241,7 +241,7 @@ \@ifpackageloaded{graphicx}{\setboolean{@anim@grxloaded}{true}}{}% } -%insert Appearances name tree into /Names dict of the PDF Catalog +%add Appearances name tree to /Names dict of the PDF Catalog \def\@anim@appearances{} \ifpdf \AtEndDvi{% @@ -417,7 +417,7 @@ \ifnum\@anim@needresize>\z@\relax% \global\setbox#3=\hbox to \@anim@curwd{% \vrule width \z@ height \@anim@curht depth \@anim@curdp% - \@anim@refxform{\@anim@lastxform}% + \noexpand\@anim@refxform{\@anim@lastxform}% \hss% }% \global\setbox#3=\hbox{% @@ -434,7 +434,7 @@ \@anim@newkey{img@#2}{\@anim@lastxform}% \if@anim@timeline\else% \@anim@newkey{frmcontent@#2}{% - \@anim@refxform{\@anim@getkeyval{img@#2}}% + \noexpand\@anim@refxform{\@anim@getkeyval{img@#2}}% }% \@anim@makeframe{#1}{#2}% \fi% @@ -2322,7 +2322,7 @@ \edef\@anim@tmpvar{\@anim@getkeyval{% layercontent@\the\@anim@tmpcnt.\the\@anim@curlayer}}% \@anim@newkey{layercontent@\the\@anim@tmpcnt.\the\@anim@curlayer}{% - \@anim@tmpvar\@anim@refxform{\@anim@getkeyval{img@#1}}% + \@anim@tmpvar\noexpand\@anim@refxform{\@anim@getkeyval{img@#1}}% }% %append transp. to list of transparencies used in the current layer \edef\@anim@tmpvar{\@anim@getkeyval{% |