diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/overlays/sample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/overlays/sample.tex | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/overlays/sample.tex b/Master/texmf-dist/doc/latex/overlays/sample.tex index d48c28a161f..69de4a44a3f 100644 --- a/Master/texmf-dist/doc/latex/overlays/sample.tex +++ b/Master/texmf-dist/doc/latex/overlays/sample.tex @@ -6,8 +6,6 @@ footskip=6mm]{geometry} \usepackage{overlays} \usepackage[breaklinks,hidelinks]{hyperref} -\usepackage{url} -\usepackage[normalem]{ulem} \usepackage{doc} \usepackage{alltt} \lofoot{\hspace{-4mm}% @@ -21,8 +19,6 @@ \definecolor{structure}{rgb}{0.1,0.25,0.5} \setkomafont{pagefoot}{\color{structure}\normalfont\bfseries\scriptsize} \addtokomafont{sectioning}{\color{structure}} -\let\hrefsave\href -\renewcommand{\href}[2]{\hrefsave{#1}{\uline{#2}}} \frenchspacing \sloppy @@ -37,8 +33,8 @@ \textit{A sample presentation}} \\[\baselineskip] Andreas Nolda \\ \url{http://andreas.nolda.org}}\vfill -{\small Version 2.0 \\ -30 September 2016} +{\small Version 2.2 \\ +2 October 2016} \clearpage \begin{fragileoverlays}{6} @@ -136,7 +132,7 @@ there.} \begin{fragileoverlays}{3} \subsubsection*{Verbatim content} For incremental slides with verbatim content, the following environment should -be used instead of the \texttt{overlay} environment: +be used instead of the \texttt{overlays} environment: \begin{quote} \begin{alltt} \alert{1}{\textbackslash{}begin\{fragileoverlays\}\{\meta{total overlay number}\} @@ -156,12 +152,14 @@ of the \texttt{alltt} environment of the \begin{overlays}{6} \subsubsection*{Caveats} -The package expects that the slide content in the \texttt{overlays} environment -fits on a single page. This can be ensured by means of +The package expects that the slide content in the \alert{1}{\texttt{overlays}} +environment fits on a single page. This can be ensured by means of \texttt{\textbackslash{}clearpage} commands before or after the environment. -\visible{2-}{The \texttt{page} counter is not incremented between overlays. -Other counters may give rise to unexpected results.} +\visible{2-}{The \texttt{page} and \texttt{equation} counters are not +incremented between overlays. Other counters can be saved between overlays, too, +by means of the command +\alert{2}{\texttt{\textbackslash{savebetweenoverlays\{\meta{counter name}\}}}}.} \visible{3-}{In the \texttt{tabular} environment, the \alert{3}{\texttt{\textbackslash{}alert}}, @@ -186,17 +184,17 @@ the content of these commands.} \begin{overlays}{3} \subsubsection*{Credits} -The code of the \textrm{overlays} package is inspired by -\href{http://www.ctan.org/pkg/present}{Matthias Meister's \textrm{present} -package}. +The code of the \textrm{overlays} package is inspired by Matthias Meister's +\href{http://www.ctan.org/pkg/present}{\textrm{present} package}. -\visible{2-}{In addition, it uses -\href{http://tex.stackexchange.com/q/19000/}{an algorithm by Martin Scharrer} -for testing numbers in numerical ranges.} +\visible{2-}{In addition, it uses an algorithm by Martin Scharrer for testing +numbers in numerical ranges (cf. \url{http://tex.stackexchange.com/q/19000}).} -\visible{3}{The code for processing overlays with verbatim content is taken from -the \textrm{texpower} package, which in turn took it from Till Tantau's -\textrm{beamer} package.} +\visible{3}{The code for saving counters between overlays as well as for +overlays with verbatim content is taken from the +\href{http://www.ctan.org/pkg/texpower}{\textrm{texpower} package}, which in +turn is based on Till Tantau's +\href{http://www.ctan.org/pkg/beamer}{\textrm{beamer} package}.} \end{overlays} \label{lastpage} \end{document} |