summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/overlays/overlays.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-05 21:38:33 +0000
committerKarl Berry <karl@freefriends.org>2017-03-05 21:38:33 +0000
commitc83a6978f6e5eb7456783ecb1401896859d19b4d (patch)
tree4216b727c766c940a3a47810b378ccd8ab6feb95 /Master/texmf-dist/doc/latex/overlays/overlays.tex
parenta642a9d24ca74eb111c8595dd1f9fa7181f065c2 (diff)
overlays (5mar17)
git-svn-id: svn://tug.org/texlive/trunk@43404 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/overlays/overlays.tex')
-rw-r--r--Master/texmf-dist/doc/latex/overlays/overlays.tex32
1 files changed, 25 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/overlays/overlays.tex b/Master/texmf-dist/doc/latex/overlays/overlays.tex
index 67b2cf9d86c..034cde00e5f 100644
--- a/Master/texmf-dist/doc/latex/overlays/overlays.tex
+++ b/Master/texmf-dist/doc/latex/overlays/overlays.tex
@@ -9,7 +9,7 @@
\begin{document}
\title{\textsf{overlays} -- incremental slides}
\author{Andreas Nolda}
-\date{2016/10/24 (v.\,2.4)}
+\date{2017/03/04 (v.\,2.5)}
\maketitle
\noindent The \textsf{overlay} package allows to write presentations with
@@ -68,13 +68,28 @@ in the overlay specification, but is absent from unspecified overlays and does
not take up space there.
\pagebreak
-\DescribeMacro{\savebetweenoverlays}
+\DescribeMacro{\savecountersbetweenoverlays}
The |page| and |equation| counters are not incremented between overlays. Other
counters can be saved between overlays, too, by means of the following command:
\begin{quote}
-|\savebetweenoverlays{|\meta{counter name}|}|
+|\savecountersbetweenoverlays{|\meta{counter name}|}|
+\end{quote}
+\DescribeMacro{\savebetweenoverlays}
+The |\savebetweenoverlays| command is provided as a shortcut for backward
+compatibility.
+
+\hyphenation{enum-item}
+\DescribeMacro{\saveseriesbetweenoverlays}
+Series of first-level lists cloned by means of the |\newlist| command of the
+\textsf{enumitem} package can be saved between overlays by means of the
+following command:
+\begin{quote}
+|\saveseriesbetweenoverlays{|\meta{series name}|}|
\end{quote}
-Typically, this command would be used in the preamble.
+See below for known limitations.
+
+The |\savecountersbetweenoverlays| and |\saveseriesbetweenoverlays| commands
+are typically used in the preamble.
\section{Known limitations}
@@ -82,6 +97,9 @@ The |\alert|, |\visible|, and |\only| commands must not contain verbatim
commands or environments. They may be used in the content of the |alltt|
environment, though.
+The |\saveseriesbetweenoverlays| command requires that the series name matches
+the list name.
+
\section{Dependencies}
The \textsf{overlays} package requires the following packages: \textsf{color},
@@ -95,7 +113,7 @@ The code of the \textsf{overlays} package is inspired by Matthias Meister's
In addition, it uses an algorithm by Martin Scharrer for testing numbers in
numerical ranges (cf. \url{http://tex.stackexchange.com/q/19000}).
-The code for saving counters between overlays as well as for overlays with
-verbatim content is taken from the \textsf{texpower} package, which in turn is
-based on Till Tantau's \textsf{beamer} package.
+The code for saving counters between overlays as well as the code for overlays
+with verbatim content is taken from the \textsf{texpower} package, which in turn
+is based on Till Tantau's \textsf{beamer} package.
\end{document}