texlive[54543] Master/texmf-dist: animate (25mar20)
commits+karl at tug.org
commits+karl at tug.org
Wed Mar 25 22:10:12 CET 2020
Revision: 54543
http://tug.org/svn/texlive?view=revision&revision=54543
Author: karl
Date: 2020-03-25 22:10:11 +0100 (Wed, 25 Mar 2020)
Log Message:
-----------
animate (25mar20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/animate/ChangeLog
trunk/Master/texmf-dist/doc/latex/animate/animate.pdf
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 2020-03-25 21:09:59 UTC (rev 54542)
+++ trunk/Master/texmf-dist/doc/latex/animate/ChangeLog 2020-03-25 21:10:11 UTC (rev 54543)
@@ -1,3 +1,6 @@
+2020-03-25
+ * fix: using `controlsaligned' as package option
+
2020-03-24
* new: option `controlsaligned' extended for refined adjustment of
horizontal position
Modified: trunk/Master/texmf-dist/doc/latex/animate/animate.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/animate/animate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/animate/animate.sty 2020-03-25 21:09:59 UTC (rev 54542)
+++ trunk/Master/texmf-dist/tex/latex/animate/animate.sty 2020-03-25 21:10:11 UTC (rev 54543)
@@ -13,7 +13,7 @@
\NeedsTeXFormat{LaTeX2e}
-\def\@anim at version{2020/03/23}
+\def\@anim at version{2020/03/25}
\ProvidesPackage{animate}
[\@anim at version\space PDF & SVG animations from files and inline graphics]
@@ -3391,11 +3391,11 @@
\define at key{anim at pkg}{controlsaligned}{%
\@anim at parse@ctrlsalignarg\@anim at tmpvar\@anim at tmpdima#1+\@nil%
\setboolean{@anim@@ctrlcentre}{false}%
- \ifthenelse{\equal{#1}{left}}{%
+ \ifthenelse{\equal{\@anim at tmpvar}{left}}{%
\setboolean{@anim@@ctrlleft}{true}%
\edef\@anim@@ctrlsindent{\the\@anim at tmpdima}%
}{%
- \ifthenelse{\equal{#1}{right}}{%
+ \ifthenelse{\equal{\@anim at tmpvar}{right}}{%
\setboolean{@anim@@ctrlright}{true}%
\edef\@anim@@ctrlsindent{\the\@anim at tmpdima}%
}{\setboolean{@anim@@ctrlcentre}{true}}%
More information about the tex-live-commits
mailing list.