diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/enumitem/enumitem.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/enumitem/enumitem.tex | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/enumitem/enumitem.tex b/Master/texmf-dist/doc/latex/enumitem/enumitem.tex index 876390ae9e2..fc67ecf3f34 100644 --- a/Master/texmf-dist/doc/latex/enumitem/enumitem.tex +++ b/Master/texmf-dist/doc/latex/enumitem/enumitem.tex @@ -5,8 +5,8 @@ % Copyright (c) 2003-2011 by Javier Bezos. % All Rights Reserved. % -% This file is part of the enumitem distribution release 3.4 -% ----------------------------------------------------------- +% This file is part of the enumitem distribution release 3.5.0 +% ------------------------------------------------------------ % % It may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -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.4\\2011-08-06} +\date{Version 3.5.0\\2011-08-28} \IfFileExists{enumitem.sty}{\usepackage{enumitem}}{} @@ -926,13 +926,15 @@ multicolumn lists, with \textsf{multicol}: after=\end{multicols}} \end{verbatim} -(The settings for \texttt{itemsep} and \texttt{parsep} kill the -stretch and shrink parts. Of course, you may want to define a new -list or a key.) +(The settings for \texttt{itemsep} and \texttt{parsep} kill the +stretch and shrink parts. Of course, you may want to define a +new list.) Note the package may introduce new keys in the future, so \verb|\SetEnumitemKey| is a potential source of forward -incompatibilities. +incompatibilities. However, it's safe using a non-letter character +other than hyphen or star in the key name (e.g., \verb|:name| or +\verb|2_col|). \begin{desc} |\SetEnumitemValue{<key>}{<string-value>}{<replacement>}|\3 @@ -1342,10 +1344,11 @@ but it is your responsability to make sure the result is correct. It seems there is no way to catch a misspelled name in |\setlist| and a meaningless error ``Missing number, treated as zero'' is raised. -\item The behaviour of mixed boxed labels (including enumerate and -itemize) and unboxed labels is not well-defined. Similarly, resuming -a series and a list at the same time is allowed, too, but again its -behaviour is not well-defined. +\item The behaviour of mixed boxed labels (including enumerate and +itemize) and unboxed labels is not well-defined. The same applies to +boxed and unboxed inline lists (which could even raise an error). +Similarly, resuming a series and a list at the same time is allowed, +too, but again its behaviour is not well-defined. \end{itemize} @@ -1415,6 +1418,8 @@ error has been there for several years, a new key \verb|nosep| is provided. \item (3.4) The issue with \verb|nolistsep| with \verb|shortlabels| (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. \end{itemize} \subsection{Acknowledgements} |