diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-17 21:36:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-17 21:36:06 +0000 |
commit | 3e61a137bdc5f0026fd9ea0c19646343410a3faf (patch) | |
tree | de9afbf25cd015574f7a97a997273019194eedec /Master/texmf-dist/source/latex/media9 | |
parent | 9931cd650cfa196a601649b18c7651f109ca33bd (diff) |
media9 (17may17)
git-svn-id: svn://tug.org/texlive/trunk@43529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/media9')
-rw-r--r-- | Master/texmf-dist/source/latex/media9/files/config.xml | 42 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/media9/media9.tex | 16 |
2 files changed, 29 insertions, 29 deletions
diff --git a/Master/texmf-dist/source/latex/media9/files/config.xml b/Master/texmf-dist/source/latex/media9/files/config.xml index f79d28b9bb4..4a42d52fb40 100644 --- a/Master/texmf-dist/source/latex/media9/files/config.xml +++ b/Master/texmf-dist/source/latex/media9/files/config.xml @@ -3,45 +3,41 @@ <!-- Configuration file template for SlideShow.swf - SlideShow.swf can display life and static PNG/JPEG/GIF image - files from remote servers or residing on the same server as the - app itself. + SlideShow.swf can display life and static PNG/JPEG/GIF image files from + remote servers or residing on the same server as the app itself. - Pass this file to SlideShow.swf using the `xml=<configuration - file>' FlashVar. + Pass this file to SlideShow.swf using the `xml=<configuration file>' + FlashVar. - **NOTE**: For security reasons of Flash Player, the configuration - file and SlideShow.swf must reside on the same web server or - be both embedded into the PDF. Different web servers or the - combination of web server location and embedding into the PDF - throws a security error. + **NOTE**: For security reasons of Flash Player, the configuration file and + SlideShow.swf must reside on the same web server or be both embedded into + the PDF. Different web servers or the combination of web server location + and embedding into the PDF throws a security error. - An image definition starts with <Img [attributes]> and ends - with </Img>. All attributes in the opening <Img [attributes]> - tag are optional: + An image definition starts with <Img [attributes]> and ends with </Img>. + All attributes in the opening <Img [attributes]> tag are optional: live="<refresh interval in [s]>" for live remote image rot90="<integer number>" initial rotation by number*90° Inside an image definition, at least one <URL [attributes]>...</URL> - element is required. The attributes are optional. More than one URL may - be given to provide image files at various resolutions. The best one - fitting within the current display size will be chosen dynamically. - In the case of multiple URLs, the actual resolution of each image should - be told using the + element is required. The attributes are optional. More than one URL may be + given to provide image files at various resolutions. The best one fitting + within the current display size will be chosen dynamically. In the case of + multiple URLs, the actual resolution of each image should be told using the size="<width>x<height>" attribute, which specifies the image file dimensions in pixels. - Some servers generate bitmap graphics at arbitrary resolution upon - request. In such cases, one or both of the attributes + Some servers generate bitmap graphics at arbitrary resolution upon request. + In such cases, one or both of the attributes width="<width pattern>" height="<height pattern>" - may be given in the opening URL tag. <width pattern> and <height - pattern>, if present in the URL string, will be substituted with - the current display dimensions. + may be given in the opening URL tag. <width pattern> and <height pattern>, + if present in the URL string, will be substituted with the current display + dimensions. An image URL, given between <URL> and </URL>, can be absolute, that is, starting with 'http://...', or relative to the location of SlideShow.swf. diff --git a/Master/texmf-dist/source/latex/media9/media9.tex b/Master/texmf-dist/source/latex/media9/media9.tex index 447e9ab9dae..8780849f110 100644 --- a/Master/texmf-dist/source/latex/media9/media9.tex +++ b/Master/texmf-dist/source/latex/media9/media9.tex @@ -4,8 +4,8 @@ % http://mirror.ctan.org/help/Catalogue/licenses.lppl.html % for the details of that license. % -%\pdfcompresslevel=0 -%\pdfobjcompresslevel=0 +\pdfcompresslevel=0 +\pdfobjcompresslevel=0 \listfiles \documentclass[a4paper]{article} \frenchspacing @@ -20,9 +20,13 @@ \usepackage[UKenglish]{babel} \usepackage{graphicx} \usepackage{color} -\usepackage{lmodern} -\usepackage{microtype} \usepackage[T1]{fontenc} +%\usepackage{lmodern} +%\usepackage[scaled=0.85]{luximono} + \usepackage[tt=false]{libertine} %override beramono (doesn't look like tt font) + \usepackage[libertine]{newtxmath} +% \usepackage[scaled=0.83]{luximono} %override beramono (doesn't look like tt font) +\usepackage{microtype} %\usepackage{float} \usepackage{parskip} \usepackage{tabls} @@ -43,7 +47,6 @@ pagebordercolor={0 0 1}, urlbordercolor={0 0 1} } -\usepackage[scaled=0.85]{luximono} %\usepackage{listings} \usepackage{minted} @@ -188,7 +191,8 @@ Except for `\verb+dvipdfmx+', `\verb+xetex+' and `\verb+bigfiles+', the options \begin{animateinline}[autoplay,loop,nomouse]{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}. + 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}.\enlargethispage{2\baselineskip} + \section{The user interface} Package `media9' provides commands for media inclusion (\verb+\includemedia+) and insertion of media control buttons (\verb+\mediabutton+). The latter is introduced in Sect. \ref{mbtn}. |