From 88545e1fcea794d19f086a314890a8fe1b4dc891 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 20 Mar 2013 21:37:48 +0000 Subject: media9 (20mar13) git-svn-id: svn://tug.org/texlive/trunk@29445 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/media9/ChangeLog | 6 ++++++ Master/texmf-dist/doc/latex/media9/media9.pdf | Bin 1964579 -> 1965301 bytes Master/texmf-dist/doc/latex/media9/media9.tex | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/doc/latex/media9') diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog index db94e8430e9..fc82d03a38d 100644 --- a/Master/texmf-dist/doc/latex/media9/ChangeLog +++ b/Master/texmf-dist/doc/latex/media9/ChangeLog @@ -1,3 +1,9 @@ +2013-03-20 + * v0.26 + * new: specifier for floating window position on screen, default is centred + * v0.27 + * fix: package option `windowed' did not work + 2013-03-08 * v0.25 * change: VPlayer.swf with transparent background; floating media window diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf index 2e931574a95..ef51a94cb1b 100644 Binary files a/Master/texmf-dist/doc/latex/media9/media9.pdf and b/Master/texmf-dist/doc/latex/media9/media9.pdf differ diff --git a/Master/texmf-dist/doc/latex/media9/media9.tex b/Master/texmf-dist/doc/latex/media9/media9.tex index 4dd7c9e310d..af7e936e45a 100644 --- a/Master/texmf-dist/doc/latex/media9/media9.tex +++ b/Master/texmf-dist/doc/latex/media9/media9.tex @@ -250,9 +250,10 @@ final \end{verbatim} With `\verb+draft+' the media is not embedded. Instead, a box is inserted that has the dimensions of \verb++, 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} -windowed[=false | x] +windowed[= false | [x][@] ] \end{verbatim} -The media is played in a floating window, instead of being played in an embedded fashion. The floating window size is specified via the optional argument \verb+x+, where the \verb++ and \verb++ values are given in pixels (numbers without unit). If the size is not given, a default size is guessed from the annotation size. `\verb+false+' can be set to override a global setting via package options. +The media is played in a floating window, instead of being played in an embedded fashion. The floating window size is specified via the optional argument \verb+x+, where \verb++ and \verb++ are given in pixels (integer numbers without unit). If the size is not given, a default size is guessed from the annotation size. Optionally, the position of the floating window on the screen can be specified through \verb+@+, where \verb++ may assume one of `\verb+tl+', `\verb+cl+', `\verb+bl+', `\verb+bc+', `\verb+br+', `\verb+cr+', `\verb+tr+', `\verb+tc+' or `\verb+cc+'. The position specifiers have the following meaning:\quad{\fboxsep=1pt\fbox{\vtop{\hbox{\ttfamily\fbox{\rule{0pt}{1.5ex}tl} \fbox{\rule{0pt}{1.5ex}tc} \fbox{\rule{0pt}{1.5ex}tr}} \hbox{\ttfamily\fbox{\rule{0pt}{1.5ex}cl} \fbox{\rule{0pt}{1.5ex}cc} \fbox{\rule{0pt}{1.5ex}cr}} \hbox{\ttfamily\fbox{\rule{0pt}{1.5ex}bl} \fbox{\rule{0pt}{1.5ex}bc} \fbox{\rule{0pt}{1.5ex}br}}}}}\\[0.5ex] +Default window position is `\verb+cc+', that is, centred on the screen. `\verb+false+' can be set to override a global setting via package options. \begin{verbatim} transparent \end{verbatim} -- cgit v1.2.3