diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate/animate.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 9103489d91e..f541b436e94 100644 --- a/Master/texmf-dist/tex/latex/animate/animate.sty +++ b/Master/texmf-dist/tex/latex/animate/animate.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\@anim@version{2009/10/08} +\def\@anim@version{2010/01/04} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -75,15 +75,18 @@ }% \fi %load MP to PDF converter + \InputIfFileExists{supp-pdf.mkii}{}{% \InputIfFileExists{supp-pdf}{}{% \PackageWarningNoLine{animate}{% - File `supp-pdf.tex', which is part of ConTeXt, is not% + Neither of the files `supp-pdf.mkii' and `supp-pdf.tex',% + \MessageBreak% + which are part of ConTeXt, could be found.% \MessageBreak% - available. Therefore, MetaPost generated PS files% + Therefore, MetaPost generated PS files cannot% \MessageBreak% - cannot be embedded using pdfTeX% + be embedded using pdfTeX% } - } + }} \else \if@anim@@dvipdfmx\else % dvips %if geometry package is loaded, execute `\geometry{dvips}' right before |