diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/overlays/overlays.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/overlays/overlays.tex | 19 |
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 |