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 | |
parent | d5da2d8e71a9fec467343ea6f8c68228c54e0f24 (diff) |
animate (20jun14)
git-svn-id: svn://tug.org/texlive/trunk@34380 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/ChangeLog | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/animate.pdf | bin | 3685840 -> 3685845 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/animate.tex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 4 |
4 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog index 2c99f04fe3b..d4cfb32ab59 100644 --- a/Master/texmf-dist/doc/latex/animate/ChangeLog +++ b/Master/texmf-dist/doc/latex/animate/ChangeLog @@ -1,3 +1,7 @@ +2014-06-20 + * Fix: compilation failures in connection with (automatic) hyperref + insertions in the animated material + 2014-06-04 * fix: OCG related compatibility issue with media9 package @@ -6,7 +10,7 @@ documenation 2014-03-12 - * Fix: incompatibility with pgf-3.0 + * Fix: incompatibility with pgf-3.0 2014-03-06 * Fix: animation widgets were blank in some viewers diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf Binary files differindex 4a65bcc21d0..6627474491c 100644 --- a/Master/texmf-dist/doc/latex/animate/animate.pdf +++ b/Master/texmf-dist/doc/latex/animate/animate.pdf diff --git a/Master/texmf-dist/doc/latex/animate/animate.tex b/Master/texmf-dist/doc/latex/animate/animate.tex index f64b5794861..6a1a314ecb2 100644 --- a/Master/texmf-dist/doc/latex/animate/animate.tex +++ b/Master/texmf-dist/doc/latex/animate/animate.tex @@ -10,6 +10,7 @@ \usepackage{pst-3dplot} \usepackage{pst-node,pst-plot,pst-tools,pst-text,pst-ode} \usepackage{media9} +%\usepackage{../animate-20140603} \usepackage{animate} \usepackage{intcalc} \usepackage{graphicx} 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 |