diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-30 23:31:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-30 23:31:42 +0000 |
commit | 2e77dc02ffcc03e8c225ae621ee3f5703607be7f (patch) | |
tree | 37ba50584bd9c78bab63271ad262e1e435dd3c06 /Master/texmf-dist/tex | |
parent | 1748f60fe3fb5a9b4f0e566b66a86b643285c903 (diff) |
animate (30jan17)
git-svn-id: svn://tug.org/texlive/trunk@43095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 4441024e56a..08090f11137 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{2017/01/24} +\def\@anim@version{2017/01/30} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -1338,6 +1338,7 @@ \fi% \@anim@reset% to default settings \begingroup% make use of graphic[xs] search path + \ifnum\TeXXeTstate>\z@\beginL\fi% \ifcsname Ginput@path\endcsname% \let\input@path\Ginput@path% \fi% @@ -1441,6 +1442,7 @@ \@anim@getkeyval{btncol:\@anim@bgcolour:\@anim@fgcolour\@anim@lscape}}% \@anim@endsanitize% \fi% + \ifnum\TeXXeTstate>\z@\endL\fi% \endgroup% \global\advance\@anim@num by \@ne% }% @@ -1731,6 +1733,7 @@ \leavevmode% \@anim@reset% to default settings \begingroup% + \ifnum\TeXXeTstate>\z@\beginL\fi% % make use of graphic[xs] search path \ifcsname Ginput@path\endcsname% \let\input@path\Ginput@path% @@ -1786,6 +1789,7 @@ \@anim@keytoaux{a\the\@anim@num.poster}{\@anim@maxframe}% \fi% \fi% + \ifnum\TeXXeTstate>\z@\endL\fi% \endgroup% \global\advance\@anim@num by \@ne% } |