texlive[73750] Master/texmf-dist: enumitem (6feb25)
commits+karl at tug.org
commits+karl at tug.org
Thu Feb 6 21:42:27 CET 2025
Revision: 73750
https://tug.org/svn/texlive?view=revision&revision=73750
Author: karl
Date: 2025-02-06 21:42:26 +0100 (Thu, 06 Feb 2025)
Log Message:
-----------
enumitem (6feb25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/enumitem/README.md
trunk/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf
trunk/Master/texmf-dist/doc/latex/enumitem/enumitem.tex
trunk/Master/texmf-dist/tex/latex/enumitem/enumitem.sty
Modified: trunk/Master/texmf-dist/doc/latex/enumitem/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/enumitem/README.md 2025-02-06 20:42:16 UTC (rev 73749)
+++ trunk/Master/texmf-dist/doc/latex/enumitem/README.md 2025-02-06 20:42:26 UTC (rev 73750)
@@ -1,4 +1,4 @@
-## Enumitem 3.10
+## Enumitem 3.11
This package provides most of the flexibility you may want to customize
the three basic list environments (`enumerate`, `itemize` and
@@ -8,6 +8,8 @@
### Latest changes
```
+3.11 2025-02-06
+ Revert a fix
3.10 2025-01-19
- A couple of fixes: \value* in ref=, a more robust resume*.
3.9 2019-06-20
@@ -40,4 +42,4 @@
________
Javier Bezos --- http://www.texnia.com
-2025/01/19
+2025/02/06
Modified: trunk/Master/texmf-dist/doc/latex/enumitem/enumitem.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/enumitem/enumitem.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/enumitem/enumitem.tex 2025-02-06 20:42:16 UTC (rev 73749)
+++ trunk/Master/texmf-dist/doc/latex/enumitem/enumitem.tex 2025-02-06 20:42:26 UTC (rev 73750)
@@ -56,7 +56,7 @@
suggestions go to \href{http://www.texnia.com/enumitem.html}%
{\texttt{http://www.texnia.com/enumitem.html}}.}}
-\date{Version 3.10\\2025/01/19}
+\date{Version 3.11\\2025/02/06}
\IfFileExists{enumitem.sty}{\usepackage{enumitem}}{}
\IfFileExists{layouts.sty}{\usepackage{layouts}}{}
Modified: trunk/Master/texmf-dist/tex/latex/enumitem/enumitem.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/enumitem/enumitem.sty 2025-02-06 20:42:16 UTC (rev 73749)
+++ trunk/Master/texmf-dist/tex/latex/enumitem/enumitem.sty 2025-02-06 20:42:26 UTC (rev 73750)
@@ -10,7 +10,7 @@
% ~~~~~~~
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{enumitem}[2025/01/19 v3.10 Customized lists]
+\ProvidesPackage{enumitem}[2025/02/06 v3.11 Customized lists]
% Notes
% ~~~~~
@@ -223,12 +223,6 @@
\csname @list\romannumeral\the\count@\endcsname}{}%
\fi}
-\def\enit at nolabelenum#1#2{%
- \enit at error{Label undefined}%
- {The current class doesn't define some labels\MessageBreak
- for 'enumerate'. You have to do it yourself, as\MessageBreak
- explained in the manual.}}
-
% +=============================+
% | KEYS |
% +=============================+
@@ -1397,11 +1391,6 @@
\csname label\@enumctr\endcsname
{\usecounter\@enumctr
\let\enit at calc\z@
- \expandafter\ifx\expandafter\@undefined\@itemlabel
- \enit at nolabelenum
- \else\expandafter\ifx\expandafter\relax\@itemlabel
- \enit at nolabelenum
- \fi\fi
\def\makelabel##1{\enit at align{\enit at format{##1}}}%
\enit at preset{#2}{#1}{#4}%
\enit at normlabel\@itemlabel\@itemlabel
More information about the tex-live-commits
mailing list.