diff options
-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 |