diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-06 22:48:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-06 22:48:20 +0000 |
commit | ac09a432533ee4e0c359eaa4e05d88e739609f59 (patch) | |
tree | 1456c12772fc0c7881751e762fd87a569b89d45b /Master/texmf-dist/tex/latex/animate | |
parent | 1da164bf9c4fed03b30b98439a239f5a1873f9ae (diff) |
animate (6aug14)
git-svn-id: svn://tug.org/texlive/trunk@34852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 8930ac048f1..240e739c5d6 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/07/02} +\def\@anim@version{2014/08/06} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -2422,11 +2422,6 @@ \else% \@anim@@sanitize#2\@nil% \fi% - \global\catcode`\#=12% - \global\let\@anim@newline=\\\global\let\\=\@anim@bksl% - \global\let\@anim@leftbrace=\{\global\let\{=\@anim@lbr% - \global\let\@anim@rightbrace=\}\global\let\}=\@anim@rbr% - \global\let\@anim@percent=\%\global\let\%=\@anim@per% } \def\@anim@@endsanitize#1#2\@nil{% \global\catcode`#1=\csname @anim@\number`#1\endcsname% @@ -2434,16 +2429,23 @@ \else% \@anim@@endsanitize#2\@nil% \fi% - \global\let\%=\@anim@percent% - \global\let\}=\@anim@rightbrace% - \global\let\{=\@anim@leftbrace% - \global\let\\=\@anim@newline% - \global\catcode`\#=6% -} -\def\@anim@sanitize{{% - \@anim@@sanitize.:;?!/"'*+,->=<$&@][)(^_`|~\@nil}}% -\def\@anim@endsanitize{{% - \@anim@@endsanitize.:;?!/"'*+,->=<$&@][)(^_`|~\@nil}}% +} +\def\@anim@sanitize{% + {\@anim@@sanitize.:;?!/"'*+,->=<$&@][)(^_`|~\@nil}% + \catcode`\#=12% + \let\@anim@newline=\\\let\\=\@anim@bksl% + \let\@anim@leftbrace=\{\let\{=\@anim@lbr% + \let\@anim@rightbrace=\}\let\}=\@anim@rbr% + \let\@anim@percent=\%\let\%=\@anim@per% +}% +\def\@anim@endsanitize{% + {\@anim@@endsanitize.:;?!/"'*+,->=<$&@][)(^_`|~\@nil}% + \let\%=\@anim@percent% + \let\}=\@anim@rightbrace% + \let\{=\@anim@leftbrace% + \let\\=\@anim@newline% + \catcode`\#=6% +}% %building timeline from timeline file \newread\@anim@@tmlnfile |