diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-21 22:59:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-21 22:59:30 +0000 |
commit | 6b7fe4da3d5fa2003703011edea90ba320398249 (patch) | |
tree | 22ec32c32a22916f2b56878eeca8a5f07f50b068 /Master/texmf-dist/tex/latex | |
parent | 09fbad6841203e6914642cf14f3d95168f66f033 (diff) |
animate (21mar14)
git-svn-id: svn://tug.org/texlive/trunk@33253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index feea122885d..68c61f05089 100644 --- a/Master/texmf-dist/tex/latex/animate/animate.sty +++ b/Master/texmf-dist/tex/latex/animate/animate.sty @@ -13,7 +13,7 @@ \NeedsTeXFormat{LaTeX2e} -\def\@anim@version{2014/03/06} +\def\@anim@version{2014/03/21} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -283,7 +283,7 @@ %array which takes refs to all widget annotations \special{pdf:obj @anim@fields [ ]}% \special{pdf:put @catalog <<% - /AcroForm <</Fields @anim@fields /NeedAppearances true>>>>}% + /AcroForm <</Fields @anim@fields /NeedAppearances false>>>>}% \AtEndDocument{% \special{pdf:put @anim@fields \@anim@fields}% }% @@ -313,7 +313,7 @@ \special{ps: mark /_objdef {@anim@fields} /type/array /OBJ pdfmark mark {Catalog} <<% - /AcroForm <</Fields {@anim@fields} /NeedAppearances true>> + /AcroForm <</Fields {@anim@fields} /NeedAppearances false>> >> /PUT pdfmark% }% \AtEndDocument{% @@ -3678,3 +3678,4 @@ \fi\fi\fi\fi\fi\fi\fi\fi\fi% }% } +\ifpdf\else\@anim@acroform\@anim@ocprops\fi |