diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-20 22:51:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-20 22:51:54 +0000 |
commit | b1675bc8f4c698e26c644cf3f0c67765a66d27c1 (patch) | |
tree | 9380f76cb19b0ae95d41b882dc32a8a33157071d /Master/texmf-dist/doc/latex/media9 | |
parent | bcdd727cf125ed31eca233342d885b79c0ac1bb9 (diff) |
media9 (20mar14)
git-svn-id: svn://tug.org/texlive/trunk@33237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9')
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/ChangeLog | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/media9.pdf | bin | 3305538 -> 3319603 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/media9.tex | 6 |
3 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog index c57a2e713dc..504d34d19de 100644 --- a/Master/texmf-dist/doc/latex/media9/ChangeLog +++ b/Master/texmf-dist/doc/latex/media9/ChangeLog @@ -1,3 +1,8 @@ +2014-03-21 + * v0.42 + * change: refined look for the play button overlay + * fix: minor bugs + 2014-03-06 * v0.41 * new: poster text, if provided, also shown in draft mode (instead of draft diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf Binary files differindex a51a62414d4..364dcd5e233 100644 --- a/Master/texmf-dist/doc/latex/media9/media9.pdf +++ b/Master/texmf-dist/doc/latex/media9/media9.pdf diff --git a/Master/texmf-dist/doc/latex/media9/media9.tex b/Master/texmf-dist/doc/latex/media9/media9.tex index 0b07a0441d7..170ad0d0354 100644 --- a/Master/texmf-dist/doc/latex/media9/media9.tex +++ b/Master/texmf-dist/doc/latex/media9/media9.tex @@ -149,6 +149,7 @@ xetex bigfiles draft final +playbutton=... noplaybutton activate=... deactivate=... @@ -251,9 +252,10 @@ final \end{verbatim} With `\verb+draft+' the media is not embedded. Instead, a box is inserted that has the dimensions of \verb+<poster text>+, subject to the resizing options `\verb+width+', `\verb+height+', `\verb+depth+' and `\verb+scale+'. Option `\verb+final+' does the opposite as it forces the media to be embedded. Both options can be used to reduce compilation time during authoring of a document. To get the most out of them it is recommended to set `\verb+draft+' globally as a package or class option and to set `\verb+final+' locally as a command option of the media annotation that is currently worked on. After the document has been finished, the global `\verb+draft+' option can be removed. \begin{verbatim} - noplaybutton +playbutton[= fancy | plain | none] +noplaybutton \end{verbatim} -Disables the transparent play button normally laid over the inactive media annotation. +By default, a transparent play button is laid over the inactive media annotation to draw the reader's attention to the embedded multimedia content. It is provided in two versions, `\verb+fancy+' and `\verb+plain+', but only `\verb+plain+' is available in the \XeLaTeX{} workflow. The default setting is to try the `\verb+fancy+' version. `\verb+noplaybutton+' or `\verb+playbutton=none+' disable the play button overlay. \begin{verbatim} windowed[= false | [<width>x<height>][@<position>] ] \end{verbatim} |