diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-03 22:03:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-03 22:03:15 +0000 |
commit | 8bb51ca568d020ea548e7ab3981c805d3dcb5080 (patch) | |
tree | 6a47c0a2ac4ee894727efdbac72542c208697d7e /Master/texmf-dist/tex/latex/animate | |
parent | b6e5cf8a177685cf1050de7d1ab60182d67db558 (diff) |
animate (3dec19)
git-svn-id: svn://tug.org/texlive/trunk@53010 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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index c43aa7ef750..47c4d19d6fa 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{2019/11/27} +\def\@anim@version{2019/12/03} \ProvidesPackage{animate} [\@anim@version\space PDF & SVG animations from files and inline graphics] @@ -84,8 +84,7 @@ % store result into macro given as #3 \ifpdf %pdflatex/lualatex \def\@anim@getpagecount#1#2#3{% - \edef\@anim@tempfilename{\noexpand\unquote@name{#1.#2}}% - \pdfximage page 1 {\@anim@tempfilename}\xdef#3{\the\pdflastximagepages}% + \pdfximage page 1 {#1.#2}\xdef#3{\the\pdflastximagepages}% } \else \if@anim@xetex @@ -1374,7 +1373,7 @@ \fi %determines file type of the sequence -\def\zap@finalspace#1 \@nil{#1} +\def\zap@finalspace#1 \@nil{\unquote@name{#1}} \ifpdf \def\@anim@getpath#1#2{% #2: empty | user provided file extension \ifx\@empty#2\@empty% |