diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-04 23:11:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-04 23:11:55 +0000 |
commit | 3667566a07fb2116a9db6fe008df19da0a0868e9 (patch) | |
tree | da1b65b4cc1cc5863f95d984ad7e80d99a26fcfa /Master/texmf-dist/tex/latex/animate | |
parent | 8f1f9f3a91cb32dba7d54d3fda4f0f8831d153d4 (diff) |
animate update (4jan10)
git-svn-id: svn://tug.org/texlive/trunk@16598 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 | 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 |