diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-10 23:16:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-10 23:16:06 +0000 |
commit | 7016e88015cc3833195504ac8138ee789fd0b100 (patch) | |
tree | 9d6a283be9af12501fc96288a8710a6df0260381 /Master/texmf-dist/tex/latex/movie15 | |
parent | b8d4a9b3b475ba83bfd55f098881afb3efcaa1f2 (diff) |
movie15 update (8oct08)
git-svn-id: svn://tug.org/texlive/trunk@10917 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/movie15')
-rw-r--r-- | Master/texmf-dist/tex/latex/movie15/movie15.sty | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/movie15/movie15.sty b/Master/texmf-dist/tex/latex/movie15/movie15.sty index ec33ab948b1..e4e82b40b81 100644 --- a/Master/texmf-dist/tex/latex/movie15/movie15.sty +++ b/Master/texmf-dist/tex/latex/movie15/movie15.sty @@ -9,7 +9,7 @@ % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{movie15}[2008/01/16] +\ProvidesPackage{movie15}[2008/10/08] \RequirePackage{keyval} \RequirePackage{ifthen} \RequirePackage{ifpdf} @@ -790,7 +790,7 @@ \if@MXV@externalviewer\else% %appearance dict dummy, to be shared by all 3D annots \ifthenelse{\isundefined{\@MXV@apdict}}{% - \pdfobj stream {}\pdfrefobj\pdflastobj% + \pdfobj stream attr {/BBox [0 0 0.001 0.001]} {}\pdfrefobj\pdflastobj% \xdef\@MXV@apdict{/AP << /N \the\pdflastobj\space 0 R >>}% }{}% %3D reference dict @@ -1120,6 +1120,13 @@ ()% }% }% + \pdfmark{% + pdfmark=/PUT,% + Raw={% + {apdict} + <</BBox [0 0 0.001 0.001]>> + }% + }% \xdef\@MXV@apdict{/AP << /N {apdict}>>}% }{}% %3D reference dict |