From 817628b09e185a5b98b68d745790ae7ead372cac Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 5 Sep 2011 23:31:07 +0000 Subject: enumitem (5sep11) git-svn-id: svn://tug.org/texlive/trunk@23838 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/enumitem/README | 9 +++++++-- Master/texmf-dist/doc/latex/enumitem/enumitem.pdf | Bin 328720 -> 329878 bytes Master/texmf-dist/doc/latex/enumitem/enumitem.tex | 23 ++++++++++++++++++---- 3 files changed, 26 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/doc/latex/enumitem') diff --git a/Master/texmf-dist/doc/latex/enumitem/README b/Master/texmf-dist/doc/latex/enumitem/README index 20c73abb36b..ffb375b20e6 100644 --- a/Master/texmf-dist/doc/latex/enumitem/README +++ b/Master/texmf-dist/doc/latex/enumitem/README @@ -1,4 +1,4 @@ -Enumitem 3.5.0 +Enumitem 3.5.1 ~~~~~~~~~~~~~~ A package to customize the three basic lists (enumerate, @@ -88,10 +88,15 @@ documented. - Fixed some problems in nested boxed inline lists. (- And sub-sub-versions are introduced.) +3.5.1 +~~~~~ +- resume* only worked once, and subsequent ones +behaved like resume. + _________________________________________________________________ Javier Bezos | http://www.tex-tipografia.com ................................................................. -2011-08-28 +2011-09-05 diff --git a/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf b/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf index eb051b6a456..e77dfcb4ff1 100644 Binary files a/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf and b/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf differ diff --git a/Master/texmf-dist/doc/latex/enumitem/enumitem.tex b/Master/texmf-dist/doc/latex/enumitem/enumitem.tex index fc67ecf3f34..7c9ad1ffc1e 100644 --- a/Master/texmf-dist/doc/latex/enumitem/enumitem.tex +++ b/Master/texmf-dist/doc/latex/enumitem/enumitem.tex @@ -5,7 +5,7 @@ % Copyright (c) 2003-2011 by Javier Bezos. % All Rights Reserved. % -% This file is part of the enumitem distribution release 3.5.0 +% This file is part of the enumitem distribution release 3.5.1 % ------------------------------------------------------------ % % It may be distributed and/or modified under the @@ -48,7 +48,7 @@ find mistakes in the manual. Other packages by the same author: \textsf{gloss} (with Jos\'e Luis D\'{\i}az), \textsf{accents, tensind, esindex, dotlessi, titlesec, titletoc}.}} -\date{Version 3.5.0\\2011-08-28} +\date{Version 3.5.1\\2011-09-05} \IfFileExists{enumitem.sty}{\usepackage{enumitem}}{} @@ -478,8 +478,10 @@ example: \begin{verbatim} \begin{enumerate}[resume*,start=1] % or [start=1,resume*] \end{verbatim} -uses the keys in the previuos \texttt{enumerate}, but restarts the -counter. +uses the keys in the previuos \texttt{enumerate}, but restarts the +counter. If there is a series of a certain list with +\texttt{resume*}, options are taken from the list previous to the +first one, except for \texttt{start}. \subsection{Series} @@ -815,6 +817,16 @@ environments behaving like them. To define a new lists (or redefine a existing one), use |\newlist| (or |\renewlist|), where || is |enumerate|, |itemize| or |description|. +If is |enumerate|, a set of counters with names |i|, +|ii|, |iii|, |iv|, etc. (depending on ) +is defined. Don't use an arbitrarily large number for , to +avoid creating too many counters. Then you can use those counters in +labels; e. g., if you have defined a list named \texttt{steps}, you +can define a label with: +\begin{verbatim} +label=\arabic{stepsii}.\arabic{stepsi} +\end{verbatim} + \begin{desc} \verb|\setlist[,]{}|\\ \verb|\setlist*[,]{}| @@ -1420,8 +1432,11 @@ provided. (see above) was not fixed in all cases. Hopefully now it is. \item (3.5.0) Fixed the fix related to the spacefactor between items. \item (3.5.0) Fixed a problem with nested boxed inline lists. +\item (3.5.1) \texttt{resume*} only worked once, and subsequent ones +bahaved like \texttt{resume}. \end{itemize} + \subsection{Acknowledgements} I wish to thank particularly the comments and suggestions from Lars -- cgit v1.2.3