summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-25 21:10:11 +0000
committerKarl Berry <karl@freefriends.org>2020-03-25 21:10:11 +0000
commitde5b7f9cc547d9760dbb31098c198cd898bf67be (patch)
tree0abd75cea0715cdfde00013184b730bc832cc547
parentaef0ab66561e93d019e3cd7e3ffd80ae2e35b616 (diff)
animate (25mar20)
git-svn-id: svn://tug.org/texlive/trunk@54543 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/animate/ChangeLog3
-rw-r--r--Master/texmf-dist/doc/latex/animate/animate.pdfbin3909425 -> 3909427 bytes
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate.sty6
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
--- a/Master/texmf-dist/doc/latex/animate/animate.pdf
+++ b/Master/texmf-dist/doc/latex/animate/animate.pdf
Binary files 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}}%