diff options
-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 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/enumitem/enumitem.sty | 9 |
4 files changed, 21 insertions, 9 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} diff --git a/Master/texmf-dist/tex/latex/enumitem/enumitem.sty b/Master/texmf-dist/tex/latex/enumitem/enumitem.sty index a16929a0be8..c7868e7ee27 100644 --- a/Master/texmf-dist/tex/latex/enumitem/enumitem.sty +++ b/Master/texmf-dist/tex/latex/enumitem/enumitem.sty @@ -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 @@ -33,7 +33,7 @@ % ~~~~~~~ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{enumitem}[2007/03/12 v2.0 Customized lists] +\ProvidesPackage{enumitem}[2007/06/30 v2.1 Customized lists] % The package uses a token register very often. To be on the % safe side, instead of \toks@, etc., a new one is declared: @@ -272,7 +272,7 @@ \expandafter\enit@b#1#2\@nil\@@nil \edef#1{\the\enit@toks}} -% ¿Se podría dar una variante para ref? +% ¿Se podrÃa dar una variante para ref? \def\enit@first@x#1,\@nil{#1} @@ -394,8 +394,7 @@ \def\enit@b{#2}% \ifx\enit@a\enit@b \enit@toks\expandafter\expandafter\expandafter - {\csname enit@savekeys@\@currenvir\endcsname}% - \@nameuse{enit@resume@\@currenvir}\relax + {\csname enit@savekeys@\@currenvir\endcsname,resume}% \else #1{#2}% Returns toks@ \fi |