diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate/animate.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 5367dea2422..2c262fd5f7e 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{2010/02/17} +\def\@anim@version{2010/03/04} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -189,6 +189,10 @@ }{}% } +\newboolean{@anim@powerdot} %to cope with some powerdot oddity +\setboolean{@anim@powerdot}{false} +\@ifclassloaded{powerdot}{\setboolean{@anim@powerdot}{true}}{}% + \newboolean{@anim@grxloaded} \setboolean{@anim@grxloaded}{false} \AtBeginDocument{% @@ -462,10 +466,12 @@ \special{ps: gsave %translate graphics to upper left page corner + \if@anim@powerdot\else% {% frame@llx neg frame@ury neg translate one@inch@x DVImag div neg one@inch@y DVImag div neg translate% }?pdfmark + \fi% %distill graphics into XObject mark /_objdef {@anim@frm@#1@#2} |