diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-16 16:36:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-16 16:36:00 +0000 |
commit | 4ac70976a2da5ae7525d7e44e2a39a10d56e3cdf (patch) | |
tree | 11a75129305a92635f05e70c7c4adfb63d5d1ed8 /Master/texmf-dist/doc/latex/enumitem | |
parent | 7148bd987087fee2f7c0dacb91b1ed94f7b4330e (diff) |
enumitem update (30jun07)
git-svn-id: svn://tug.org/texlive/trunk@4623 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/enumitem')
-rw-r--r-- | Master/texmf-dist/doc/latex/enumitem/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/enumitem/enumitem.pdf | bin | 123875 -> 161772 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/enumitem/enumitem.tex | 13 |
3 files changed, 17 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/enumitem/README b/Master/texmf-dist/doc/latex/enumitem/README index 22cbc14918c..1814e8337e9 100644 --- a/Master/texmf-dist/doc/latex/enumitem/README +++ b/Master/texmf-dist/doc/latex/enumitem/README @@ -17,10 +17,16 @@ design your own lists: - trivlists properly formatted, - control on page breaking +Recent changes +~~~~~~~~~~~~~~ +2.1 fixes a bug in resume* -- now it ignores the start key given +in the previous list, since we want to continue it, not to restart +it. + _________________________________________________________________ Javier Bezos | http://www.texytipografia.com ................................................................. -2007/03/12 +2007-06-30 diff --git a/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf b/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf Binary files differindex 14ac443b0a2..f8bc03efe61 100644 --- a/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf +++ b/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf diff --git a/Master/texmf-dist/doc/latex/enumitem/enumitem.tex b/Master/texmf-dist/doc/latex/enumitem/enumitem.tex index d183f61329d..1889d93041e 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-2007 by Javier Bezos. % All Rights Reserved. % -% This file is part of the enumitem distribution release 2.0 +% This file is part of the enumitem distribution release 2.1 % ----------------------------------------------------------- % % It may be distributed and/or modified under the @@ -36,7 +36,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 2.0\\2007/03/12} +\date{Version 2.1\\2007-06-30} \IfFileExists{enumitem.sty}{\usepackage{enumitem}}{} @@ -329,7 +329,9 @@ Text. \item \verb|resume*| is like \verb|resume| but the options from the previous list are used, too. This option must be restricted to the optional argument in a environment (this is the only place where it -makes sense) and further keys are not allowed. +makes sense) and further keys are not allowed. It should be used +sparingly---if you are using it often, then very likely you want +to define a new list (see below). \item \verb|beginpenalty|, \verb|midpenalty| and \verb|endpenalty| set the penalty at the beginning of a list, between items and at the end @@ -880,4 +882,9 @@ labels if they are nested. You must use the \LaTeX{} syntax for environments, with \verb|\begin| and \verb|\end|. +\subsection{Acknowledgements} + +I wish to thank particularly the comments and suggestions from Lars +Madsen, which has found some bugs, too. + \end{document} |