diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-15 21:21:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-15 21:21:26 +0000 |
commit | f1db2ef1c4816d9fde235c96acdcf225b928c0b2 (patch) | |
tree | 601217ee820b3cac4a70e586e674b5a813a2faf7 /Master | |
parent | 2bca8b813afec1acf56a3d243c50f9ffbe5ea665 (diff) |
animate (15mar16)
git-svn-id: svn://tug.org/texlive/trunk@40030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/ChangeLog | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/animate/animate.pdf | bin | 3740747 -> 3683571 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/animate/animate.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/animate/animate.sty | 12 |
4 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/ChangeLog b/Master/texmf-dist/doc/latex/animate/ChangeLog index 56086b4379e..a20f8a978d7 100644 --- a/Master/texmf-dist/doc/latex/animate/ChangeLog +++ b/Master/texmf-dist/doc/latex/animate/ChangeLog @@ -1,3 +1,6 @@ +2016-03-15 + * fix: bug related to XObject referencing + 2016-03-11 * new: now uses pdfbase.sty for low level PDF operations diff --git a/Master/texmf-dist/doc/latex/animate/animate.pdf b/Master/texmf-dist/doc/latex/animate/animate.pdf Binary files differindex 1f346139bc7..49c8b0243cd 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/source/latex/animate/animate.tex b/Master/texmf-dist/source/latex/animate/animate.tex index 4905b05224f..097e5d58c04 100644 --- a/Master/texmf-dist/source/latex/animate/animate.tex +++ b/Master/texmf-dist/source/latex/animate/animate.tex @@ -11,7 +11,7 @@ \usepackage{pst-3dplot} \usepackage{pst-node,pst-plot,pst-tools,pst-text,pst-ode} \usepackage{media9} -\usepackage[buttonbg=0.9]{animate} +\usepackage[buttonbg=0.9,method=ocg]{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 bd1018ba2fd..3639aee2989 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/02/28} +\def\@anim@version{2016/03/15} \ProvidesPackage{animate} [\@anim@version\space PDF animations from files and inline graphics] @@ -35,7 +35,7 @@ \RequirePackage{calc} \RequirePackage{atenddvi}%to really get certain \specials into the dvi \RequirePackage{animfp} -\RequirePackage{graphics} +\RequirePackage{graphics}%\scalebox, \resizebox %driver options (the only package options we process immediately) \newboolean{@anim@dvips} @@ -241,7 +241,7 @@ \@ifpackageloaded{graphicx}{\setboolean{@anim@grxloaded}{true}}{}% } -%insert Appearances name tree into /Names dict of the PDF Catalog +%add Appearances name tree to /Names dict of the PDF Catalog \def\@anim@appearances{} \ifpdf \AtEndDvi{% @@ -417,7 +417,7 @@ \ifnum\@anim@needresize>\z@\relax% \global\setbox#3=\hbox to \@anim@curwd{% \vrule width \z@ height \@anim@curht depth \@anim@curdp% - \@anim@refxform{\@anim@lastxform}% + \noexpand\@anim@refxform{\@anim@lastxform}% \hss% }% \global\setbox#3=\hbox{% @@ -434,7 +434,7 @@ \@anim@newkey{img@#2}{\@anim@lastxform}% \if@anim@timeline\else% \@anim@newkey{frmcontent@#2}{% - \@anim@refxform{\@anim@getkeyval{img@#2}}% + \noexpand\@anim@refxform{\@anim@getkeyval{img@#2}}% }% \@anim@makeframe{#1}{#2}% \fi% @@ -2322,7 +2322,7 @@ \edef\@anim@tmpvar{\@anim@getkeyval{% layercontent@\the\@anim@tmpcnt.\the\@anim@curlayer}}% \@anim@newkey{layercontent@\the\@anim@tmpcnt.\the\@anim@curlayer}{% - \@anim@tmpvar\@anim@refxform{\@anim@getkeyval{img@#1}}% + \@anim@tmpvar\noexpand\@anim@refxform{\@anim@getkeyval{img@#1}}% }% %append transp. to list of transparencies used in the current layer \edef\@anim@tmpvar{\@anim@getkeyval{% |