summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/enumitem
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-29 23:43:12 +0000
committerKarl Berry <karl@freefriends.org>2011-09-29 23:43:12 +0000
commitc16b83c6785e81ae8a34b87155fc8d7d98edadaa (patch)
tree27deb85e4d6df849d51d66f66962b4bc4fd3acef /Master/texmf-dist/doc/latex/enumitem
parent24ce9d9f17273c4a1269f24cbb2a44c43eb397d1 (diff)
enumitem (29sep11)
git-svn-id: svn://tug.org/texlive/trunk@24146 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/enumitem')
-rw-r--r--Master/texmf-dist/doc/latex/enumitem/README8
-rw-r--r--Master/texmf-dist/doc/latex/enumitem/enumitem.pdfbin329878 -> 330873 bytes
-rw-r--r--Master/texmf-dist/doc/latex/enumitem/enumitem.tex28
3 files changed, 31 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/enumitem/README b/Master/texmf-dist/doc/latex/enumitem/README
index ffb375b20e6..dc3f320e75f 100644
--- a/Master/texmf-dist/doc/latex/enumitem/README
+++ b/Master/texmf-dist/doc/latex/enumitem/README
@@ -1,4 +1,4 @@
-Enumitem 3.5.1
+Enumitem 3.5.2
~~~~~~~~~~~~~~
A package to customize the three basic lists (enumerate,
@@ -93,10 +93,14 @@ documented.
- resume* only worked once, and subsequent ones
behaved like resume.
+3.5.2
+~~~~~
+- \setlist* didn't work.
+
_________________________________________________________________
Javier Bezos | http://www.tex-tipografia.com
.................................................................
-2011-09-05
+2011-09-28
diff --git a/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf b/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf
index e77dfcb4ff1..35249ad491c 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 7c9ad1ffc1e..33cbb130ff2 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.1
+% This file is part of the enumitem distribution release 3.5.2
% ------------------------------------------------------------
%
% 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.1\\2011-09-05}
+\date{Version 3.5.2\\2011-09-28}
\IfFileExists{enumitem.sty}{\usepackage{enumitem}}{}
@@ -291,6 +291,13 @@ following all labels with |align=right| are set as superscripts:
\end{verbatim}
(A new name is also possible, of course.)
+If you want the internal settings for \texttt{align} and \texttt{font}
+be ignored, you can override the \textsf{enumitem} definition of
+\verb|\makelabel| in \texttt{before}:
+\begin{verbatim}
+\begin{description}[before={\renewcommand\makelabel[1]{\ref{##1}}}]
+\end{verbatim}
+(Alternatively, define a macro and use \verb|\let|.)
\subsection{Horizontal spacing of labels}
@@ -653,6 +660,14 @@ combine it with |noitemsep| or |nolistsep|.
\3
+Inline lists are ``horizontal'' lists set as ordinary text inside a
+paragraph. With this package you can create inline lists, as
+explained below, with \verb|\newlist|, which have their own labels and
+counters. However, in most cases inline versions of standard lists,
+with the same labelling schema, will be enough -- the package option
+\verb|inline| does that.
+
+
\begin{desc}
|inline| \qquad(package option)\\
\texttt{enumerate*}\qquad\texttt{itemize*}\qquad
@@ -668,7 +683,8 @@ are shared with the displayed (ie, ``normal'') lists \texttt{enumerate},
remember resuming is based on environment names, not on list types). This applies
only to those created with \texttt{inline} -- inline lists created
with |\newlist| as described below are independent and use their
-own labels and settings.
+own labels and settings. Note as well \verb|inline| is not required
+if you needn't inline versions of standard lists.
\begin{desc}
|itemjoin=<string>|\qquad|itemjoin*=<string>|
@@ -1362,6 +1378,11 @@ 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.
+\item (3.5.2) An incompatibility with 2.x has popped up -- if you were
+using the optional argument to pass a value to a \verb|\ref| or other
+macro requiring expandable macros, an error is raised. A quick fix
+is letting \verb|\makelabel| to |\descriptionlabel| in \texttt{before}.
+
\end{itemize}
\subsection{What's new in 3.0}
@@ -1434,6 +1455,7 @@ provided.
\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}.
+\item (3.5.2) Fixed |\setlist*|, which didn't work.
\end{itemize}