summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/memoir/memman.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-22 22:49:17 +0000
committerKarl Berry <karl@freefriends.org>2009-07-22 22:49:17 +0000
commit59791193fe9827730150df0600e00156c8a66711 (patch)
tree2c53f755ccf3bae08152e27c16f3ccab7006f515 /Master/texmf-dist/doc/latex/memoir/memman.tex
parentc3e77d64d6cd4a78f811f055c8e66fad01d86afd (diff)
memoir 1.6180339g (22jul09)
git-svn-id: svn://tug.org/texlive/trunk@14374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/memman.tex')
-rw-r--r--Master/texmf-dist/doc/latex/memoir/memman.tex29
1 files changed, 17 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/memman.tex b/Master/texmf-dist/doc/latex/memoir/memman.tex
index 3dcbd26a949..60d886fe543 100644
--- a/Master/texmf-dist/doc/latex/memoir/memman.tex
+++ b/Master/texmf-dist/doc/latex/memoir/memman.tex
@@ -974,7 +974,7 @@ or instead of, footnotes.
Hooks and macros are provided for most aspects of document layout;
for instance,
footnotes can be as normal, typeset in two or three columns, or all run
-into a single paragraph. There is a \cs{sidenote} macro which
+into a single paragraph. There is a \cs{sidepar} macro which
is a non-floating \cs{marginpar} as well as the \cs{sidebar} macro for
typesetting sidebars in the margin, starting at the top of the text block.
You can create new verbatim-like environments, read
@@ -18630,19 +18630,24 @@ already defined, are equivalent to calling
defined, \cmd{\newcounter} is not called. \texttt{cntr} is used for the
number that goes along with the title of the entry.
- The second required argument, \meta{ext}, is the file extension for the
- entry listing.
- The last argument, \meta{level-1}, is a number specifying the numbering
- level minus one,
- of the entry in a listing.
+The second required argument, \meta{ext}, is the file extension for
+the entry listing. The last argument, \meta{level-1}, is a number
+specifying the numbering level minus one, of the entry in a listing.
- Calling \cmd{\newlistentry} creates several new commands. Assuming
-that it is called as \verb?\newlistentry[within]{K}{X}{N}?, where
-\texttt{K} and \texttt{X} are similar to the previous uses of them
-(e.g., \texttt{K} is the kind of entry \texttt{X} is the file extension),
-and \texttt{N} is an integer number, then the following commands are
-made available.
+Calling \cmd{\newlistentry} creates several new commands used to
+configure the entry. So in order to configure the list look of our
+previous answer example we would add
+\begin{lcode}
+\newlistentry{answer}{ans}{0}
+\end{lcode}
+
+Assuming that \verb?\newlistentry? is called as
+ \verb?\newlistentry[within]{K}{X}{N}?, where \texttt{K} and
+ \texttt{X} are similar to the previous uses of them (e.g., \texttt{K}
+ is the kind of entry \texttt{X} is the file extension), and
+ \texttt{N} is an integer number, then the following commands are made
+ available.
The set of commands \verb?\cftbeforeKskip?,