From 4d3d947cf5b0c1811f67bd10c55058a046621d76 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 24 Jun 2014 18:02:43 +0000 Subject: animate (20jun14) git-svn-id: svn://tug.org/texlive/trunk@34380 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/animate/ChangeLog | 6 +++++- Master/texmf-dist/doc/latex/animate/animate.pdf | Bin 3685840 -> 3685845 bytes Master/texmf-dist/doc/latex/animate/animate.tex | 1 + Master/texmf-dist/tex/latex/animate/animate.sty | 4 +++- 4 files changed, 9 insertions(+), 2 deletions(-) (limited to 'Master') 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 index 4a65bcc21d0..6627474491c 100644 Binary files a/Master/texmf-dist/doc/latex/animate/animate.pdf and b/Master/texmf-dist/doc/latex/animate/animate.pdf differ 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 -- cgit v1.2.3