diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-24 21:33:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-24 21:33:43 +0000 |
commit | 79eb465de5ec5a4a7e6c5d4f45f53d4932f2fc5f (patch) | |
tree | 5535567f55383294e0d035b99082bd54a1565e9a /Master/texmf-dist/source/latex/media9 | |
parent | 391ed31e962286a63e234d0fd04a845972273739 (diff) |
media9 (24jun15)
git-svn-id: svn://tug.org/texlive/trunk@37662 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 | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/media9/media9.tex | 3 |
2 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/media9/files/config.xml b/Master/texmf-dist/source/latex/media9/files/config.xml index 043a39b1c47..f79d28b9bb4 100644 --- a/Master/texmf-dist/source/latex/media9/files/config.xml +++ b/Master/texmf-dist/source/latex/media9/files/config.xml @@ -60,10 +60,14 @@ Remote image URL with dynamic size that is reloaded while resizing the display.< <Img> <!-- remote image with multiple URLs of different resolution --> <caption>CTAN lion drawing by Duane Bibby. Thanks to www.ctan.org. Remote image with URLs at various resolutions ("responsive image").</caption> - <URL size="200x178" >http://mirrors.ctan.org/macros/latex/contrib/media9/doc/files/ctan_lion_200.png</URL> - <URL size="400x355" >http://mirrors.ctan.org/macros/latex/contrib/media9/doc/files/ctan_lion_400.png</URL> - <URL size="800x710" >http://mirrors.ctan.org/macros/latex/contrib/media9/doc/files/ctan_lion_800.png</URL> - <URL size="1200x1065">http://mirrors.ctan.org/macros/latex/contrib/media9/doc/files/ctan_lion_1200.png</URL> + <URL size="200x178" > + http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/media9/doc/files/ctan_lion_200.png</URL> + <URL size="400x355" > + http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/media9/doc/files/ctan_lion_400.png</URL> + <URL size="800x710" > + http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/media9/doc/files/ctan_lion_800.png</URL> + <URL size="1200x1065"> + http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/media9/doc/files/ctan_lion_1200.png</URL> </Img> <Img rot90="3"> <!-- static image with URL relative to SlideShow.swf location --> <caption>Static embedded image file with initial rotation of 3x90°. diff --git a/Master/texmf-dist/source/latex/media9/media9.tex b/Master/texmf-dist/source/latex/media9/media9.tex index 997bf1e3347..b04fb4a7926 100644 --- a/Master/texmf-dist/source/latex/media9/media9.tex +++ b/Master/texmf-dist/source/latex/media9/media9.tex @@ -772,10 +772,11 @@ parameter & description\\\hline\hline \end{figure} \begin{figure}%[bp] +\thispagestyle{empty} \centering %\lstinputlisting[basicstyle=\scriptsize\ttfamily,language=XML]{config.xml} \vspace{-10\baselineskip} -\inputminted[fontsize=\footnotesize]{xml}{files/config.xml} +\hskip -5em\inputminted[fontsize=\footnotesize]{xml}{files/config.xml} \caption{Configuration file template (XML format) for `SlideShow.swf'}\label{SlideShowXML} \end{figure} |