summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/overlays/overlays.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-06 21:59:44 +0000
committerKarl Berry <karl@freefriends.org>2017-03-06 21:59:44 +0000
commitdeca9e355916b23f08e4bbe1cb972adf3658f9ff (patch)
treeeccaa00e1cd0ff11012b9a666befa9a4775dc774 /Master/texmf-dist/doc/latex/overlays/overlays.tex
parentb4756ad1fb9b7e291c909dd1bac99a3c0fffce72 (diff)
overlays (6mar17)
git-svn-id: svn://tug.org/texlive/trunk@43418 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.tex19
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/overlays/overlays.tex b/Master/texmf-dist/doc/latex/overlays/overlays.tex
index 034cde00e5f..f88ad7c0d77 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{2017/03/04 (v.\,2.5)}
+\date{2017/03/05 (v.\,2.6)}
\maketitle
\noindent The \textsf{overlay} package allows to write presentations with
@@ -80,13 +80,13 @@ compatibility.
\hyphenation{enum-item}
\DescribeMacro{\saveseriesbetweenoverlays}
-Series of first-level lists cloned by means of the |\newlist| command of the
+Series of first-level lists specified by the |series| and |resume| keys of the
\textsf{enumitem} package can be saved between overlays by means of the
following command:
\begin{quote}
|\saveseriesbetweenoverlays{|\meta{series name}|}|
\end{quote}
-See below for known limitations.
+See below for known limitations regarding the series name.
The |\savecountersbetweenoverlays| and |\saveseriesbetweenoverlays| commands
are typically used in the preamble.
@@ -97,14 +97,21 @@ 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.
+The |\saveseriesbetweenoverlays| command only supports first-level lists. In
+addition, it requires that the series name matches the basename of the list
+counter (i.e. the counter name without the final |i|). In the case of the
+|enumerate| list, the series name thus should be |enum|; in the case of lists
+cloned by means of the |\newlist| command, the series name should be identical
+to the list name.
\section{Dependencies}
-The \textsf{overlays} package requires the following packages: \textsf{color},
+The \textsf{overlays} package requires the following packages: \textsf{xcolor},
\textsf{environ}, and \textsf{pgffor} (part of \textsf{pgf}).
+The \textsf{overlays} package enables support for the \textsf{pstricks} package
+if the latter is loaded before the former.
+
\section{Credits}
The code of the \textsf{overlays} package is inspired by Matthias Meister's