From 4bb2d3efea659bd0e027df4d2cfa3da1af1be95a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 May 2007 00:03:01 +0000 Subject: movie15 update (3may07) git-svn-id: svn://tug.org/texlive/trunk@4237 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/movie15/README | 4 +- Master/texmf-dist/doc/latex/movie15/movie15.pdf | Bin 471132 -> 515493 bytes Master/texmf-dist/doc/latex/movie15/movie15.tex | 16 +- .../doc/latex/movie15/overlay-example.pdf | Bin 32513 -> 32513 bytes Master/texmf-dist/tex/latex/movie15/movie15.sty | 196 ++++++++++++--------- Master/texmf-dist/tpm/movie15.tpm | 6 +- 6 files changed, 130 insertions(+), 92 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/movie15/README b/Master/texmf-dist/doc/latex/movie15/README index 02c67f2ca7b..098097cc8da 100644 --- a/Master/texmf-dist/doc/latex/movie15/README +++ b/Master/texmf-dist/doc/latex/movie15/README @@ -25,7 +25,7 @@ Description: Note, this file only gives a summary of usage and available command options. Please refer to the documentation `movie15.pdf' in the `doc/' - directory for details. + directory for details and examples. Keywords: embed, movie, LaTeX, pdfLaTeX, PDF, 3D, JavaScript, include, sound, video, multimedia, animation @@ -214,7 +214,7 @@ Usage: +999999999999999999.999999999999999999 are allowed. - 3Droll= prescribes an initial camera roll around the + 3Droll= Prescribes an initial camera roll around the optical axis (in clockwise direction, if is greater than zero); measured in degrees. diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.pdf b/Master/texmf-dist/doc/latex/movie15/movie15.pdf index 4581a0a5648..826fc75edc6 100644 Binary files a/Master/texmf-dist/doc/latex/movie15/movie15.pdf and b/Master/texmf-dist/doc/latex/movie15/movie15.pdf differ diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.tex b/Master/texmf-dist/doc/latex/movie15/movie15.tex index 821f068d341..5adffa99389 100644 --- a/Master/texmf-dist/doc/latex/movie15/movie15.tex +++ b/Master/texmf-dist/doc/latex/movie15/movie15.tex @@ -225,7 +225,7 @@ Some \verb++ examples: \begin{verbatim} time:20.5 frame:100 - {marker:"Chapter 1", time:60} + {marker:'Chapter 1', time:60} \end{verbatim} \hypertarget{lnk:textoption}{} \begin{verbatim} @@ -320,11 +320,11 @@ Things like animation, lighting, background etc. may also be script driven. Opti \end{verbatim} Embeds additional 3D or \emph{rasterized} image files that can be used as resources while rendering the 3D artwork. Possible file types are U3D, Postscript (\LaTeX{} + \verb+dvips+) and PDF/JPEG/PNG (pdf\LaTeX). Embedded resources must be loaded by the JavaScript method \begin{verbatim} - Resource("pdf://") + Resource('pdf://') \end{verbatim} where {\tt} stands for the path to the resource file as specified by the `\verb+3Dresource+' option. (This is just a naming convention; the files are physically embedded in the final PDF.) The following JavaScript loads an image file that was attached by `\verb+3Dresource=images/sunset.jpg+' as the background. \begin{verbatim} - sunset = new Image(new Resource("pdf://images/sunset.jpg")); + sunset = new Image(new Resource('pdf://images/sunset.jpg')); reh = new RenderEventHandler(); reh.onEvent = function(event) { runtime.removeEventHandler(this); @@ -396,7 +396,7 @@ Mainly used during document authoring. Camera settings corresponding to the curr \end{verbatim} Runs the script \verb++ after clicking the link. Unlike the script that has been associated with the 3D annotation during object embedding, this JavaScript is not directly run by the JavaScript engine of the 3D plug-in, but is run by the Reader's own scripting engine. However, full access to the API of the 3D script engine is provided through the `\verb+context3D+' property of the `\verb+Annot3D+' object. For convenience, an associative array `\verb+annot3D+' has been provided for use within \verb++, in order to easily access the `\verb+Annot3D+' object of the annotation the enclosing link is pointing to. The particular element of the array is referenced by the annotation's label \verb+