summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-11 07:49:46 +0000
committerNorbert Preining <preining@logic.at>2008-01-11 07:49:46 +0000
commitd355f398b9363ab4dc19b980faf7925fb064139a (patch)
treedd1965298e42800d8e960a04feec26f26eddafd1
parent43663f4060aae93588ba974aa42f8a4337d5f331 (diff)
update movie15 from CTAN
git-svn-id: svn://tug.org/texlive/trunk@6186 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/movie15/movie15.pdfbin450038 -> 346051 bytes
-rw-r--r--Master/texmf-dist/doc/latex/movie15/movie15.tex14
-rw-r--r--Master/texmf-dist/tex/latex/movie15/movie15.sty12
3 files changed, 9 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.pdf b/Master/texmf-dist/doc/latex/movie15/movie15.pdf
index ea3c717d1fd..4c8fe4e11ef 100644
--- a/Master/texmf-dist/doc/latex/movie15/movie15.pdf
+++ b/Master/texmf-dist/doc/latex/movie15/movie15.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/movie15/movie15.tex b/Master/texmf-dist/doc/latex/movie15/movie15.tex
index 0c986b2eece..44a033b4a00 100644
--- a/Master/texmf-dist/doc/latex/movie15/movie15.tex
+++ b/Master/texmf-dist/doc/latex/movie15/movie15.tex
@@ -5,6 +5,8 @@
% for the details of that license.
%
\documentclass[a4paper]{article}
+\pdfpagewidth595bp
+\pdfpageheight842bp
\frenchspacing
\usepackage[3D]{movie15}
\usepackage{ragged2e}
@@ -18,6 +20,7 @@
\usepackage[T1]{fontenc}
\usepackage{float}
\usepackage{ifpdf}
+\usepackage{parskip}
\ifpdf\else
\makeatletter
@@ -25,11 +28,6 @@
\makeatother
\fi
-\pdfpagewidth595bp
-\pdfpageheight842bp
-\parindent0pt
-\parskip1.2ex
-
\hypersetup{
bookmarksnumbered,linktocpage,breaklinks,
pdftitle={The movie15 Package},
@@ -56,7 +54,7 @@ A \LaTeX{} package for inclusion of movies, sounds and 3D objects into PDF docum
\tableofcontents
-\newpage
+%\newpage
\section{Introduction}
The way multimedia content, i.\,e. movies and sounds, is included into PDF has changed with Adobe's PDF specification, version 1.5. PDF-1.5 supports a larger variety of movie and sound formats, limited only by the number of plug-ins available for Adobe Reader\textsuperscript{\scriptsize\textregistered}. With PDF-1.6, support for 3D objects, stored in the U3D file format, has been added. See Table \ref{table:mime} for a list of viable media formats. The specification allows media file contents to be completely embedded into the PDF output, thus producing self-contained PDF documents.
@@ -461,7 +459,7 @@ The duration of the media segment to be played. The trailing `\verb+s+' is manda
\end{center}
\end{minipage}
-\newpage
+%\newpage
\item Another MPEG movie, loaded on the fly from \href{http://www.linux-video.net/Samples/}{\tt http://www.linux-video} \href{http://www.linux-video.net/Samples/}{\tt .net/Samples/}. Hence, a working Internet connection is required. This time, we force the QuickTime plug-in to be used instead of MediaPlayer (Windows boxes only). Well, the latter seems to be bugged. Quod erat expectandum.
\begin{minipage}{0.5\linewidth}
@@ -504,7 +502,7 @@ The duration of the media segment to be played. The trailing `\verb+s+' is manda
\end{center}
\end{minipage}
-%\newpage
+\newpage
\item\label{ex3d} Embedded U3D file. It is based on a VRML model by Peter Whitehouse, \href{http://www.wonko.info/vrml/index.htm}{\tt http://www.wonko.info/vrml/index.htm}. Conversion to U3D has been made with DeepExploration\textsuperscript{\scriptsize\textregistered}\cite{dexp}. The file `{\tt dice.vws}' provides predefined views to be selected from the 3D toolbar or by right click.% The JavaScript `{\tt turntable.js}' disables the annoying Gimbal rotation mode.
\begin{minipage}[b]{0.5\linewidth}
diff --git a/Master/texmf-dist/tex/latex/movie15/movie15.sty b/Master/texmf-dist/tex/latex/movie15/movie15.sty
index a8c1b9b0bf5..9d6e14aba3d 100644
--- a/Master/texmf-dist/tex/latex/movie15/movie15.sty
+++ b/Master/texmf-dist/tex/latex/movie15/movie15.sty
@@ -1,4 +1,4 @@
-% Copyright 2004--2006 Alexander Grahn
+% Copyright 2004--2008 Alexander Grahn
%
% This material is subject to the LaTeX Project Public License. See
% http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
@@ -9,7 +9,7 @@
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{movie15}[2007/10/29]
+\ProvidesPackage{movie15}[2008/01/10]
\RequirePackage{keyval}
\RequirePackage{ifthen}
\RequirePackage{ifpdf}
@@ -60,12 +60,6 @@
\def\pdfmdfivesum file #1{#1}
\fi
-\ifpdf %allows pdftex to directly import Metapost generated Postscript
- \ifx\MPtoPDF\@undefined
- \InputIfFileExists{supp-pdf}{}{}%
- \fi
-\fi
-
%for conditionals where \ifthenelse doesn't work
\gdef\@MXV@if#1{\csname if#1\endcsname}%
@@ -422,6 +416,7 @@
\ifthenelse{\boolean{@MXV@iiiDfeat}}{% 3D related definitions and macros
\RequirePackage{fp}% needed for fixed point calculus
+ \newread\@MXV@@viewsfile% file handle for views file
\newcount\@MXV@viewscount%counter for number of 3D views per inclusion
\newboolean{@MXV@viewsprovided}%3d views file provided?
\newboolean{@MXV@iiidgetview}% print current 3D settings?
@@ -572,7 +567,6 @@
\IfFileExists{\@MXV@viewsfile}{%
\edef\@MXV@endlinechar{\the\endlinechar}%
\endlinechar=-1% suppress trailing space at input line end
- \newread\@MXV@@viewsfile%
\openin\@MXV@@viewsfile=\@MXV@viewsfile%
\loop%
\read\@MXV@@viewsfile to \@MXV@inputline%