summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/animate
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-07 21:46:19 +0000
committerKarl Berry <karl@freefriends.org>2014-08-07 21:46:19 +0000
commitabfbc863c939631067d07c30c30c0cb69d0ba5f5 (patch)
tree46ddca552ca74160ea5fc0a57edb71fc2d8779ea /Master/texmf-dist/tex/latex/animate
parente0619c569b6e4ed8c689e72381204905225f24b2 (diff)
animate (7aug14)
git-svn-id: svn://tug.org/texlive/trunk@34862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate')
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate.sty18
1 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty
index 240e739c5d6..688b99babb1 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{2014/08/06}
+\def\@anim@version{2014/08/07}
\ProvidesPackage{animate}
[\@anim@version\space PDF animations from files and inline graphics]
@@ -2399,12 +2399,12 @@
\ifpdf
\begingroup
\catcode`\$=0 $catcode`$\=12
- $gdef$@anim@bksl{\}
+ $gdef$@anim@nln{\}
$endgroup
\else
\begingroup
\catcode`\$=0 $catcode`$\=12
- $gdef$@anim@bksl{\\}
+ $gdef$@anim@nln{\\}
$endgroup
\fi
\begingroup
@@ -2417,34 +2417,32 @@
\def\@anim@@sanitize#1#2\@nil{%
\expandafter\xdef\csname @anim@\number`#1\endcsname{\the\catcode`#1}%
- \global\catcode`#1=12%
+ \catcode`#1=12%
\ifx\@empty#2\@empty%
\else%
\@anim@@sanitize#2\@nil%
\fi%
}
\def\@anim@@endsanitize#1#2\@nil{%
- \global\catcode`#1=\csname @anim@\number`#1\endcsname%
+ \catcode`#1=\csname @anim@\number`#1\endcsname%
\ifx\@empty#2\@empty%
\else%
\@anim@@endsanitize#2\@nil%
\fi%
}
\def\@anim@sanitize{%
- {\@anim@@sanitize.:;?!/"'*+,->=<$&@][)(^_`|~\@nil}%
- \catcode`\#=12%
- \let\@anim@newline=\\\let\\=\@anim@bksl%
+ \@anim@@sanitize.:;?!/"'*+,->=<$\&@][)(^_`|~\#\@nil%
+ \let\@anim@newline=\\\let\\=\@anim@nln%
\let\@anim@leftbrace=\{\let\{=\@anim@lbr%
\let\@anim@rightbrace=\}\let\}=\@anim@rbr%
\let\@anim@percent=\%\let\%=\@anim@per%
}%
\def\@anim@endsanitize{%
- {\@anim@@endsanitize.:;?!/"'*+,->=<$&@][)(^_`|~\@nil}%
+ \@anim@@endsanitize.:;?!/"'*+,->=<$\&@][)(^_`|~\#\@nil%
\let\%=\@anim@percent%
\let\}=\@anim@rightbrace%
\let\{=\@anim@leftbrace%
\let\\=\@anim@newline%
- \catcode`\#=6%
}%
%building timeline from timeline file