diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-05 00:30:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-05 00:30:40 +0000 |
commit | 239a0164abe2826c11389b680db2e21bb06c05c9 (patch) | |
tree | 0343183f92b19b167eeba57e3fb26b424ad2c51d /Master/texmf-dist/tex | |
parent | e3b13c81baf60b28365c184beecd5bca20409b7e (diff) |
animate update (4mar10)
git-svn-id: svn://tug.org/texlive/trunk@17316 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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} |