texlive[53010] Master/texmf-dist: animate (3dec19)

commits+karl at tug.org commits+karl at tug.org
Tue Dec 3 23:03:15 CET 2019


Revision: 53010
          http://tug.org/svn/texlive?view=revision&revision=53010
Author:   karl
Date:     2019-12-03 23:03:15 +0100 (Tue, 03 Dec 2019)
Log Message:
-----------
animate (3dec19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/animate/ChangeLog
    trunk/Master/texmf-dist/doc/latex/animate/animate.pdf
    trunk/Master/texmf-dist/source/latex/animate/animate.tex
    trunk/Master/texmf-dist/tex/latex/animate/animate.sty

Modified: trunk/Master/texmf-dist/doc/latex/animate/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/latex/animate/ChangeLog	2019-12-03 18:37:40 UTC (rev 53009)
+++ trunk/Master/texmf-dist/doc/latex/animate/ChangeLog	2019-12-03 22:03:15 UTC (rev 53010)
@@ -1,3 +1,6 @@
+2019-12-03
+	* fix: another occurrence of quotes issue, now fixed at a central place
+
 2019-11-27
 	* fix: quotes around \@filef at und added by \IfFileExists removed for luatex
 	compatibility (fix provided by U Fischer); using JS API dirtifies PDF

Modified: trunk/Master/texmf-dist/doc/latex/animate/animate.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/animate/animate.tex
===================================================================
--- trunk/Master/texmf-dist/source/latex/animate/animate.tex	2019-12-03 18:37:40 UTC (rev 53009)
+++ trunk/Master/texmf-dist/source/latex/animate/animate.tex	2019-12-03 22:03:15 UTC (rev 53010)
@@ -6,7 +6,6 @@
 %    http://mirrors.ctan.org/macros/latex/base/lppl.txt
 % for the details of that license.
 %
-\listfiles
 \documentclass[a4paper]{article}
 \frenchspacing
 \usepackage[buttonbg=0.9]{animate}

Modified: trunk/Master/texmf-dist/tex/latex/animate/animate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/animate/animate.sty	2019-12-03 18:37:40 UTC (rev 53009)
+++ trunk/Master/texmf-dist/tex/latex/animate/animate.sty	2019-12-03 22:03:15 UTC (rev 53010)
@@ -13,7 +13,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 
-\def\@anim at version{2019/11/27}
+\def\@anim at version{2019/12/03}
 \ProvidesPackage{animate}
 [\@anim at 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 at getpagecount#1#2#3{%
-    \edef\@anim at tempfilename{\noexpand\unquote at name{#1.#2}}%
-    \pdfximage page 1 {\@anim at tempfilename}\xdef#3{\the\pdflastximagepages}%
+    \pdfximage page 1 {#1.#2}\xdef#3{\the\pdflastximagepages}%
   }
 \else
   \if at anim@xetex
@@ -1374,7 +1373,7 @@
 \fi
 
 %determines file type of the sequence
-\def\zap at finalspace#1 \@nil{#1}
+\def\zap at finalspace#1 \@nil{\unquote at name{#1}}
 \ifpdf
   \def\@anim at getpath#1#2{% #2: empty | user provided file extension
     \ifx\@empty#2\@empty%



More information about the tex-live-commits mailing list