From de5b7f9cc547d9760dbb31098c198cd898bf67be Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 25 Mar 2020 21:10:11 +0000 Subject: animate (25mar20) git-svn-id: svn://tug.org/texlive/trunk@54543 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/animate/ChangeLog | 3 +++ Master/texmf-dist/doc/latex/animate/animate.pdf | Bin 3909425 -> 3909427 bytes Master/texmf-dist/tex/latex/animate/animate.sty | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog index 55ece87d2e4..44a258a0dae 100644 --- a/Master/texmf-dist/doc/latex/animate/ChangeLog +++ b/Master/texmf-dist/doc/latex/animate/ChangeLog @@ -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 diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf index da8dc82801f..b404cbf5057 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/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index a5c45e8316f..75fca7a6a46 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{2020/03/23} +\def\@anim@version{2020/03/25} \ProvidesPackage{animate} [\@anim@version\space PDF & SVG animations from files and inline graphics] @@ -3391,11 +3391,11 @@ \define@key{anim@pkg}{controlsaligned}{% \@anim@parse@ctrlsalignarg\@anim@tmpvar\@anim@tmpdima#1+\@nil% \setboolean{@anim@@ctrlcentre}{false}% - \ifthenelse{\equal{#1}{left}}{% + \ifthenelse{\equal{\@anim@tmpvar}{left}}{% \setboolean{@anim@@ctrlleft}{true}% \edef\@anim@@ctrlsindent{\the\@anim@tmpdima}% }{% - \ifthenelse{\equal{#1}{right}}{% + \ifthenelse{\equal{\@anim@tmpvar}{right}}{% \setboolean{@anim@@ctrlright}{true}% \edef\@anim@@ctrlsindent{\the\@anim@tmpdima}% }{\setboolean{@anim@@ctrlcentre}{true}}% -- cgit v1.2.3