summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/animate
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-06 22:10:03 +0000
committerKarl Berry <karl@freefriends.org>2014-03-06 22:10:03 +0000
commit08f1d1c4e2857a3aa0ed1fffaf12ebc78006919b (patch)
treec950dcf87062d5e11c396ce0e3fe406141e838de /Master/texmf-dist/tex/latex/animate
parenta859338462e1d8bc6c0bbeb0403d84727a190011 (diff)
animate (6mar14)
git-svn-id: svn://tug.org/texlive/trunk@33107 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/animate')
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate.sty24
-rw-r--r--Master/texmf-dist/tex/latex/animate/animfp.sty2
2 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty
index 61b9b537eae..feea122885d 100644
--- a/Master/texmf-dist/tex/latex/animate/animate.sty
+++ b/Master/texmf-dist/tex/latex/animate/animate.sty
@@ -1,7 +1,7 @@
% Copyright 2007--today Alexander Grahn
% This material is subject to the LaTeX Project Public License. See
-% http://mirrors.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+% http://mirrors.ctan.org/help/Catalogue/licenses.lppl.html
% for the details of that license.
% Package for creating portable, JavaScript driven animations from sets of
@@ -13,7 +13,7 @@
\NeedsTeXFormat{LaTeX2e}
-\def\@anim@version{2014/02/11}
+\def\@anim@version{2014/03/06}
\ProvidesPackage{animate}
[\@anim@version\space PDF animations from files and inline graphics]
@@ -236,7 +236,7 @@
\pdfobj reserveobjnum%
\global\@anim@@fields=\pdflastobj%
\pdfcatalog{%
- /AcroForm <</Fields \the\@anim@@fields\space 0 R /NeedAppearances true>>%
+ /AcroForm <</Fields \the\@anim@@fields\space 0 R /NeedAppearances false>>%
}%
\AtEndDocument{%
\immediate\pdfobj useobjnum \@anim@@fields {%
@@ -696,6 +696,7 @@
\fi%
/FT/Btn/Ff 65537% non-interactive push button
/BS <</W 0>>%
+ /AP <</N \the\pdflastxform\space 0 R>>%
/MK <</TP 1/I \the\pdflastxform\space 0 R/IF<</S/A/FB true>>>>%
/T (#1.#2)%
}%
@@ -757,6 +758,7 @@
\if@anim@useocg/OC @anim@ocg@#1@#2\fi%
/FT/Btn/Ff 65537%
/BS <</W 0>>%
+ /AP <</N @anim@anmfrm@#1@#2>>%
/MK <</TP 1/I @anim@anmfrm@#1@#2/IF<</S/A/FB true>>>>%
/T (#1.#2)%
>>%
@@ -835,6 +837,7 @@
\if@anim@useocg/OC {@anim@ocg@#1@#2}\fi%
/FT/Btn/Ff 65537
/BS <</W 0>>%
+ /AP <</N {@anim@anmfrm@#1@#2}>>%
/MK <</TP 1/I {@anim@anmfrm@#1@#2}/IF<</S/A/FB true>>>>%
/T (#1.#2)%
/ANN pdfmark%
@@ -1869,7 +1872,10 @@
/FT/Btn/Ff \if@anim@js 65536\else 65537\fi%
/H\if@anim@js/I\else/N\fi%
/BS <</W 0>>%
- \if@anim@mk/MK <</TP 1/I \@anim@getkeyval{btn#3}/IF<</S/A/FB true>>>>\fi%
+ \if@anim@mk%
+ /AP <</N \@anim@getkeyval{btn#3}>>%
+ /MK <</TP 1/I \@anim@getkeyval{btn#3}/IF<</S/A/FB true>>>>%
+ \fi%
/T (#1.#2)%
\@anim@tooltip%
\if@anim@js/A <</S/JavaScript/JS (\@anim@upjscriptstring)>>\fi%
@@ -1909,7 +1915,10 @@
/FT/Btn/Ff \if@anim@js 65536\else 65537\fi%
/H\if@anim@js/I\else/N\fi%
/BS <</W 0>>%
- \if@anim@mk/MK <</TP 1/I @btn#3/IF<</S/A/FB true>>>>\fi%
+ \if@anim@mk%
+ /AP <</N @btn#3>>%
+ /MK <</TP 1/I @btn#3/IF<</S/A/FB true>>>>%
+ \fi%
/T (#1.#2)%
\@anim@tooltip%
\if@anim@js/A <</S/JavaScript/JS (\@anim@upjscriptstring)>>\fi%
@@ -1966,7 +1975,10 @@
/FT/Btn/Ff \if@anim@js 65536\else 65537\fi%
/H\if@anim@js/I\else/N\fi%
/BS <</W 0>>%
- \if@anim@mk/MK <</TP 1/I {btn#3}/IF<</S/A/FB true>>>>\fi%
+ \if@anim@mk%
+ /AP <</N {btn#3}>>%
+ /MK <</TP 1/I {btn#3}/IF<</S/A/FB true>>>>%
+ \fi%
/T (#1.#2)%
\@anim@tooltip%
\if@anim@js/A <</S/JavaScript/JS (\@anim@upjscriptstring)>>\fi%
diff --git a/Master/texmf-dist/tex/latex/animate/animfp.sty b/Master/texmf-dist/tex/latex/animate/animfp.sty
index 4f44941f48b..3e28679edef 100644
--- a/Master/texmf-dist/tex/latex/animate/animfp.sty
+++ b/Master/texmf-dist/tex/latex/animate/animfp.sty
@@ -1,5 +1,5 @@
% This material is subject to the LaTeX Project Public License. See
-% http://mirrors.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+% http://mirrors.ctan.org/help/Catalogue/licenses.lppl.html
% for the details of that license.
% This package is loaded by animate.sty. It defines \@anim@add for fixed point