summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/media9
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-06-24 22:37:41 +0000
committerKarl Berry <karl@freefriends.org>2014-06-24 22:37:41 +0000
commit5f82586b4490bd606e4410739e1c089c54ed323b (patch)
tree926b6300218720cef07d7ca9025a32070ecf6f2d /Master/texmf-dist/doc/latex/media9
parent084a4d47bb53b4091f81ab09e8cff78d684c3107 (diff)
media9 (4jun14)
git-svn-id: svn://tug.org/texlive/trunk@34386 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9')
-rw-r--r--Master/texmf-dist/doc/latex/media9/ChangeLog6
-rw-r--r--Master/texmf-dist/doc/latex/media9/media9.pdfbin3326396 -> 3323616 bytes
-rw-r--r--Master/texmf-dist/doc/latex/media9/media9.tex15
3 files changed, 16 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog
index 2f5d38e54c3..824633d925d 100644
--- a/Master/texmf-dist/doc/latex/media9/ChangeLog
+++ b/Master/texmf-dist/doc/latex/media9/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-04
+ * v0.44
+ * fix: prevent the play button from being printed to paper or exported to
+ other file formats
+ * new: global and command option `attachfiles'
+
2014-03-25
* v0.43
* fix: bugs related to AcroForm and OCProperties catalog entries;
diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf
index 5f0feefaabb..04ad52c1b8c 100644
--- a/Master/texmf-dist/doc/latex/media9/media9.pdf
+++ b/Master/texmf-dist/doc/latex/media9/media9.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/media9/media9.tex b/Master/texmf-dist/doc/latex/media9/media9.tex
index 3e25ee845c6..c000a69ba82 100644
--- a/Master/texmf-dist/doc/latex/media9/media9.tex
+++ b/Master/texmf-dist/doc/latex/media9/media9.tex
@@ -9,7 +9,7 @@
\listfiles
\documentclass[a4paper]{article}
\frenchspacing
-\usepackage{../media9}
+\usepackage[attachfiles]{media9}
%\usepackage[draft]{media9}
\usepackage{animate}
\usepackage{fancyvrb}
@@ -156,6 +156,7 @@ deactivate=...
windowed=...
transparent
passcontext
+attachfiles
3Dplaytype=...
3Dplaycount=...
3Dplayspeed=...
@@ -171,7 +172,7 @@ Except for `\verb+dvipdfmx+', `\verb+xetex+' and `\verb+bigfiles+', the options
\XeLaTeX{} will be auto-detected. Therefore package option `\verb+xetex+' is optional. However, in the case of \verb+dvipdfmx+, package option `\verb+dvipdfmx+' is mandatory because it cannot be auto-detected.
-\begin{animateinline}[autoplay,loop]{1.5}\strut\emph{Important:}\newframe\newframe[5]\end{animateinline} If PDF is generated via DVI and Postscript by the command sequence \verb+latex+ $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+, \verb+dvips+ option `\verb+-Ppdf+' should \emph{not} be set when converting the intermediate DVI into Postscript. If you cannot do without, put `\verb+-D 1200+' \emph{after} `\verb+-Ppdf+' on the command line. Users of \LaTeX-aware text editors with menu-driven toolchain invocation, such as \TeX{}nicCenter, should check the configuration of the \verb+dvips+ call.
+\begin{animateinline}[autoplay,loop]{1}\strut\emph{Important:}\newframe[3]\end{animateinline} If PDF is generated via DVI and Postscript by the command sequence \verb+latex+ $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+, \verb+dvips+ option `\verb+-Ppdf+' should \emph{not} be set when converting the intermediate DVI into Postscript. If you cannot do without, put `\verb+-D 1200+' \emph{after} `\verb+-Ppdf+' on the command line. Users of \LaTeX-aware text editors with menu-driven toolchain invocation, such as \TeX{}nicCenter, should check the configuration of the \verb+dvips+ call.
Option `\verb+bigfiles+' is only relevant for the \verb+latex+ $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+ workflow. It may be needed if large media files cause \verb+latex+ to abort with error `\verb+TeX capacity exceeded+'. See Sect.\ \ref{bugs}.
@@ -238,6 +239,10 @@ if, for a particular media player, the video source is set through ActionScript
(Note for 3D) Resource files used in 3D scenes cannot be loaded by means of ActionScript variables. This must be done by 3D JavaScript during activation of the 3D scene in the Reader. 3D JavaScript can be attached using option `\verb+add3Djscript+', see below.
\begin{verbatim}
+attachfiles
+\end{verbatim}
+If set, embedded files can be downloaded from the PDF via the `Attachments' navigation pane in the Reader.
+\begin{verbatim}
activate=onclick | pageopen | pagevisible
\end{verbatim}
Decides on how to activate the media annotation. `\verb+activate=onclick+' is default behaviour and does not need be given explicitly; embedded media is activated when the user clicks on it or by a JavaScript. It is recommended to provide a poster image with the \verb+<poster text>+ argument in that case. `\verb+pageopen+' and `\verb+pagevisible+' automatically activate the media when the page becomes visible; `{\tt pagevisible}' is better for two-up and continuous page display.
@@ -515,7 +520,7 @@ A YouTube video clip, as shown in Fig.~\ref{alien}, may serve as a basic example
\centering
\begin{Verbatim}
\includemedia[
- width=0.6\linewidth,height=0.3375\linewidth,
+ width=0.6\linewidth,height=0.3375\linewidth, % 16:9
activate=pageopen,
flashvars={
modestbranding=1 % no YT logo in control bar
@@ -523,7 +528,7 @@ A YouTube video clip, as shown in Fig.~\ref{alien}, may serve as a basic example
&showinfo=0 % no title and other info before start
&rel=0 % no related videos after end
}
-]{}{http://www.youtube.com/v/w3f-WyDqOUw?rel=0}
+]{}{http://www.youtube.com/v/r382kfkqAF4?rel=0}
\end{Verbatim}
\vspace{1ex}
\includemedia[
@@ -535,7 +540,7 @@ A YouTube video clip, as shown in Fig.~\ref{alien}, may serve as a basic example
&showinfo=0 % no title and other info before start
&rel=0 % no related videos after end
}
-]{}{http://www.youtube.com/v/w3f-WyDqOUw?rel=0}
+]{}{http://www.youtube.com/v/r382kfkqAF4?rel=0}
\caption{A YouTube video as an example of a Flash application loaded from a URL.}\label{alien}
\end{figure}