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/tex/latex | |
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/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 5 |
1 files changed, 4 insertions, 1 deletions
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)% |