diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-24 18:02:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-24 18:02:43 +0000 |
commit | 4d3d947cf5b0c1811f67bd10c55058a046621d76 (patch) | |
tree | 940bf8bf2011555dec2af9fec175ce50a4766ccb /Master/texmf-dist/tex/latex/animate | |
parent | d5da2d8e71a9fec467343ea6f8c68228c54e0f24 (diff) |
animate (20jun14)
git-svn-id: svn://tug.org/texlive/trunk@34380 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 195926d2313..b3688d86318 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{2014/06/04} +\def\@anim@version{2014/06/20} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -2074,11 +2074,13 @@ \@anim@processfpsarg{#2}% \fi% \fi% + \ifdefined\NoHyper\NoHyper\fi% silently suppress any hyperref specials \@anim@beginframe% \ignorespaces% }{% \unskip% \@anim@endframe{\the\@anim@num}{\the\@anim@curframe@zb}% + \ifdefined\endNoHyper\endNoHyper\fi% \global\advance\@anim@curframe@zb by \@ne% \if@anim@draft\else% \xdef\@anim@frames{\the\@anim@curframe@zb}% total number |