summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/media9/media9.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-17 21:36:06 +0000
committerKarl Berry <karl@freefriends.org>2017-03-17 21:36:06 +0000
commit3e61a137bdc5f0026fd9ea0c19646343410a3faf (patch)
treede9afbf25cd015574f7a97a997273019194eedec /Master/texmf-dist/source/latex/media9/media9.tex
parent9931cd650cfa196a601649b18c7651f109ca33bd (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/media9.tex')
-rw-r--r--Master/texmf-dist/source/latex/media9/media9.tex16
1 files changed, 10 insertions, 6 deletions
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}.