diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate-noocg.sty | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/animate.tpm | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate-noocg.sty b/Master/texmf-dist/tex/latex/animate/animate-noocg.sty index af6dc456726..75068023b31 100644 --- a/Master/texmf-dist/tex/latex/animate/animate-noocg.sty +++ b/Master/texmf-dist/tex/latex/animate/animate-noocg.sty @@ -10,10 +10,10 @@ % Supports LaTeX->dvips->ps2pdf or pdfLaTeX workflows. -% Based on the work by Jan Holecek and Petr Sojka. +% Non-OCG version, based on the work by Jan Holecek and Petr Sojka. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{animate-noocg}[2007/05/04] +\ProvidesPackage{animate-noocg}[2007/05/05] \RequirePackage{keyval} \RequirePackage{ifthen} \RequirePackage{ifpdf} @@ -66,7 +66,13 @@ %creating and using global definitions \def\@anim@newkey#1#2{{\expandafter\xdef\csname#1\endcsname{#2}}} -\def\@anim@getkeyval#1{\csname#1\endcsname} +\def\@anim@getkeyval#1{% + \expandafter\ifx\csname#1\endcsname\relax% + undefined% + \else% + \csname#1\endcsname% + \fi% +}% %missing package error message \def\@anim@missing#1{% diff --git a/Master/texmf-dist/tpm/animate.tpm b/Master/texmf-dist/tpm/animate.tpm index 1841719c64a..11d281ebaa6 100644 --- a/Master/texmf-dist/tpm/animate.tpm +++ b/Master/texmf-dist/tpm/animate.tpm @@ -9,10 +9,10 @@ <TPM:Title>The animate package.</TPM:Title> <TPM:Description></TPM:Description> <TPM:Author></TPM:Author> - <TPM:Size>1133034</TPM:Size> + <TPM:Size>1206999</TPM:Size> <TPM:License></TPM:License> <TPM:Build/> - <TPM:RunFiles size="104096"> + <TPM:RunFiles size="104246"> texmf-dist/tex/latex/animate/animate-noocg.sty texmf-dist/tex/latex/animate/animate.sty texmf-dist/tpm/animate.tpm |