From e8b9155b1ee98d197b5a7be966ddc36f417c5203 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Mar 2017 21:28:00 +0000 Subject: animate (23mar17) git-svn-id: svn://tug.org/texlive/trunk@43582 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/animate/animate.sty | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/tex/latex/animate') diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 2f2baece5fb..3dc1ef710a4 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/03/16} +\def\@anim@version{2017/03/23} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -33,7 +33,6 @@ \RequirePackage{ifluatex} \RequirePackage{ifdraft} \RequirePackage{calc} -\RequirePackage{atenddvi}%to really get certain \specials into the dvi \RequirePackage{graphics}%\scalebox, \resizebox, \rotatebox %driver options (the only package options we process immediately) @@ -72,7 +71,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \RequirePackage{pdfbase}%low level PDF operations -\@ifpackagelater{pdfbase}{2016/03/11}{}{ +\@ifpackagelater{pdfbase}{2017/03/23}{}{ \PackageError{animate}{% Support package `pdfbase.sty' too old.% }{% @@ -190,16 +189,8 @@ \AtEndDocument{\@animate@rerunwarn}}% } -\let\AtEndDvi@CheckImpl@Orig\AtEndDvi@CheckImpl% -\def\AtEndDvi@CheckImpl{% - \AtEndDvi@CheckImpl@Orig% - \@ifundefined{AtEndDvi@LastPage}{% - \@animate@rerunwarn% - }{% - \ifnum\AtEndDvi@LastPage=\value{abspage}\else% - \@animate@rerunwarn% - \fi% - }% +\AtBeginDocument{% + \immediate\write\@mainaux{\string\providecommand\string\@anim@newkey[2]{}}% } %missing package error message -- cgit v1.2.3