summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/animate
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-26 03:02:49 +0000
committerNorbert Preining <norbert@preining.info>2020-03-26 03:02:49 +0000
commit2bd4f7f317b392c32ce18c70d03fd5ba9ddd9e6d (patch)
tree1031fd1abadb4f1ac0a0f2e904a911a36278cb50 /macros/latex/contrib/animate
parente32477e40d853a81951c9811f8554455dbff4014 (diff)
CTAN sync 202003260302
Diffstat (limited to 'macros/latex/contrib/animate')
-rw-r--r--macros/latex/contrib/animate/ChangeLog3
-rw-r--r--macros/latex/contrib/animate/animate.pdfbin3909425 -> 3909427 bytes
-rw-r--r--macros/latex/contrib/animate/animate.sty6
3 files changed, 6 insertions, 3 deletions
diff --git a/macros/latex/contrib/animate/ChangeLog b/macros/latex/contrib/animate/ChangeLog
index 55ece87d2e..44a258a0da 100644
--- a/macros/latex/contrib/animate/ChangeLog
+++ b/macros/latex/contrib/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/macros/latex/contrib/animate/animate.pdf b/macros/latex/contrib/animate/animate.pdf
index da8dc82801..b404cbf505 100644
--- a/macros/latex/contrib/animate/animate.pdf
+++ b/macros/latex/contrib/animate/animate.pdf
Binary files differ
diff --git a/macros/latex/contrib/animate/animate.sty b/macros/latex/contrib/animate/animate.sty
index a5c45e8316..75fca7a6a4 100644
--- a/macros/latex/contrib/animate/animate.sty
+++ b/macros/latex/contrib/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}}%