summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-24 22:26:17 +0000
committerKarl Berry <karl@freefriends.org>2016-03-24 22:26:17 +0000
commitfa1809cac7c1fe88a5b97206e87487ffe6b51ff4 (patch)
tree75369697258756a45234d2f9118c95f021054372
parentc521530a9383f032e818b4c99060ab66ce0aa69c (diff)
animate (22mar16)
git-svn-id: svn://tug.org/texlive/trunk@40121 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/animate/ChangeLog3
-rw-r--r--Master/texmf-dist/doc/latex/animate/animate.pdfbin3683571 -> 3740302 bytes
-rw-r--r--Master/texmf-dist/source/latex/animate/animate.tex3
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate.sty28
4 files changed, 15 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog
index a20f8a978d7..9f311660331 100644
--- a/Master/texmf-dist/doc/latex/animate/ChangeLog
+++ b/Master/texmf-dist/doc/latex/animate/ChangeLog
@@ -1,3 +1,6 @@
+2016-03-22
+ * fix: documentation recompiled, minor code clean-ups
+
2016-03-15
* fix: bug related to XObject referencing
diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf
index 49c8b0243cd..0031876b8d6 100644
--- a/Master/texmf-dist/doc/latex/animate/animate.pdf
+++ b/Master/texmf-dist/doc/latex/animate/animate.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex
index 097e5d58c04..0b3c81c0209 100644
--- a/Master/texmf-dist/source/latex/animate/animate.tex
+++ b/Master/texmf-dist/source/latex/animate/animate.tex
@@ -1,3 +1,4 @@
+\tracingstats1
\pdfoutput=0
% Copyright 2007--\today Alexander Grahn
%
@@ -11,7 +12,7 @@
\usepackage{pst-3dplot}
\usepackage{pst-node,pst-plot,pst-tools,pst-text,pst-ode}
\usepackage{media9}
-\usepackage[buttonbg=0.9,method=ocg]{animate}
+\usepackage[buttonbg=0.9]{animate}
\usepackage{intcalc}
\usepackage{graphicx}
\graphicspath{{files/}}
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty
index 3639aee2989..8aabe545d87 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{2016/03/15}
+\def\@anim@version{2016/03/22}
\ProvidesPackage{animate}
[\@anim@version\space PDF animations from files and inline graphics]
@@ -119,16 +119,6 @@
}
\ifpdf
- %test for correct pdfTeX version
- \ifluatex\else
- \ifnum\pdftexversion<120\relax
- \PackageError{animate}{%
- pdfTeX, version >= 1.20, required%
- }{%
- Install a newer version!%
- }
- \fi
- \fi
%load MP to PDF converter
\InputIfFileExists{supp-pdf.mkii}{}{%
\InputIfFileExists{supp-pdf}{}{%
@@ -193,9 +183,9 @@
\ifcsname @anim@rerunwarned\endcsname\else%
\gdef\@anim@rerunwarned{}%
\PackageWarningNoLine{animate}{%
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\MessageBreak
- @@ Rerun to get internal references right! @@\MessageBreak
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@}%
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\MessageBreak
+ @ Rerun to get internal references right! @\MessageBreak
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@}%
\fi%
}
@@ -397,7 +387,9 @@
\vrule width \z@ height \ht#3 depth \dp#3\hss}%
\@anim@scale{\@anim@measbox}%
\else%
- \def\@anim@needresize{0}%
+ \def\@anim@needresize{0}%
+ %test if natural dimensions of the current frame differ from those
+ %of the 0th frame
\ifdim\wd#3=\@anim@zframewd\else\def\@anim@needresize{1}\fi%
\ifdim\ht#3=\@anim@zframeht\else\def\@anim@needresize{1}\fi%
\ifdim\dp#3=\@anim@zframedp\else\def\@anim@needresize{1}\fi%
@@ -2400,9 +2392,9 @@
\gdef\@anim@multlabel{}%
\AtEndDocument{%
\PackageWarningNoLine{animate}{%
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\MessageBreak
- @@ There were multiply-defined labels! @@\MessageBreak
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@}%
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\MessageBreak
+ @ There were multiply-defined labels! @\MessageBreak
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@}%
}%
\fi%
\fi%