summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/enumitem
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-29 00:03:10 +0000
committerKarl Berry <karl@freefriends.org>2011-08-29 00:03:10 +0000
commit514bfc0ce4dc1e5ff6d9d263c788866563821a55 (patch)
tree5f89f6f15fece670d7c25ced2cc1544bcee1cbf8 /Master/texmf-dist/doc/latex/enumitem
parentee0eba8aefbe207318cb4811f78c73d8a62cd4d9 (diff)
enumitem (28aug11)
git-svn-id: svn://tug.org/texlive/trunk@23732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/enumitem')
-rw-r--r--Master/texmf-dist/doc/latex/enumitem/README11
-rw-r--r--Master/texmf-dist/doc/latex/enumitem/enumitem.pdfbin328451 -> 328720 bytes
-rw-r--r--Master/texmf-dist/doc/latex/enumitem/enumitem.tex27
3 files changed, 24 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/enumitem/README b/Master/texmf-dist/doc/latex/enumitem/README
index 945805d57c9..20c73abb36b 100644
--- a/Master/texmf-dist/doc/latex/enumitem/README
+++ b/Master/texmf-dist/doc/latex/enumitem/README
@@ -1,5 +1,5 @@
-Enumitem 3.4
-~~~~~~~~~~~~
+Enumitem 3.5.0
+~~~~~~~~~~~~~~
A package to customize the three basic lists (enumerate,
itemize and description) by means of a set of parameters,
@@ -82,11 +82,16 @@ documented.
- Fixed spacing in inline boxed lists.
- Fixed (hopefully) the bug with noitemsep and shorlabels.
+3.5.0
+~~~~~
+- Fixed the fix related to inline lists (spacefactor).
+- Fixed some problems in nested boxed inline lists.
+(- And sub-sub-versions are introduced.)
_________________________________________________________________
Javier Bezos | http://www.tex-tipografia.com
.................................................................
-2011-08-06
+2011-08-28
diff --git a/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf b/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf
index 46d388652b6..eb051b6a456 100644
--- a/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf
+++ b/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf
Binary files differ
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}