diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-10 22:46:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-10 22:46:03 +0000 |
commit | a154a884f7d8bf7c735cbc67b28d24b6f7f8b9ee (patch) | |
tree | 10f42c86ef4833d960262210fc967c5d89da05fb /Master/texmf-dist | |
parent | 98a70f28ba3648175b322ffadaa111ca0e6dd63d (diff) |
animate (10nov14)
git-svn-id: svn://tug.org/texlive/trunk@35556 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/ChangeLog | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/animate.pdf | bin | 3728094 -> 3728029 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog index 2fe422b3657..d706b0c9663 100644 --- a/Master/texmf-dist/doc/latex/animate/ChangeLog +++ b/Master/texmf-dist/doc/latex/animate/ChangeLog @@ -1,3 +1,6 @@ +2014-11-10 + * Fix: poster / current frame did not get printed with `method=icon' + 2014-10-16 * New: third animation method added (based on JS methods `getIcon' & `buttonSetIcon') with best animation performance (frame rate) so far; set as diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf Binary files differindex 51d576e80b9..0905fa3f4d8 100644 --- a/Master/texmf-dist/doc/latex/animate/animate.pdf +++ b/Master/texmf-dist/doc/latex/animate/animate.pdf diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty index 5930755b313..762959a85c2 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/10/16} +\def\@anim@version{2014/11/10} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -1633,6 +1633,7 @@ \def\@anim@animwidget#1{% \@anim@pojscript{#1}% \@anim@otherjscript{#1}% + \def\@anim@annotflag{}% \ifnum\@anim@method=\z@% \ifx\@anim@poster\@anim@posternone% \ifdefined\@anim@apdummy\else% empty appearance dummy @@ -1642,6 +1643,7 @@ \fi% \def\@anim@apmk{\@anim@refobj{\@anim@apdummy}}% \else% + \def\@anim@annotflag{/F 4}% \def\@anim@apmk{\@anim@refobj{\@anim@posterap}}% \fi% \else% @@ -1655,6 +1657,7 @@ \@anim@pdfannot{\@anim@animwidth}{\@anim@animheight}{\@anim@animdepth}{% /Subtype/Widget% /FT/Btn/Ff \@anim@btnflag% + \@anim@annotflag% /BS <</W 0>>% /H/N% /T (anm#1)% |