[latex3-commits] [git/LaTeX3-latex3-latex2e] gh496: fix for #496 (3c50d3df)
Frank Mittelbach
frank.mittelbach at latex-project.org
Thu Feb 11 14:50:55 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh496
Link : https://github.com/latex3/latex2e/commit/3c50d3dfc7583bb01b4d0cd327c1d5ded062d9c6
>---------------------------------------------------------------
commit 3c50d3dfc7583bb01b4d0cd327c1d5ded062d9c6
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Thu Feb 11 14:50:55 2021 +0100
fix for #496
>---------------------------------------------------------------
3c50d3dfc7583bb01b4d0cd327c1d5ded062d9c6
base/changes.txt | 5 +++++
base/classes.dtx | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 55cc7e0d..566f2485 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,11 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================
+2021-02-11 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * classes.dtx (subsubsection{Itemize}):
+ Drop incorrect space in \labelitemiv (gh/496)
+
2021-02-08 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* ltfilehook.dtx (subsection{Patching \LaTeX{}'s \InputIfFileExists command}):
diff --git a/base/classes.dtx b/base/classes.dtx
index fbb68c70..3010d655 100644
--- a/base/classes.dtx
+++ b/base/classes.dtx
@@ -53,7 +53,7 @@
%<*driver>
\ProvidesFile{classes.drv}
%</driver>
- [2020/11/23 v1.4m
+ [2021/02/11 v1.4n
%<article|report|book> Standard LaTeX document class]
%<10pt|11pt|12pt> Standard LaTeX file (size option)]
% \end{macrocode}
@@ -2953,11 +2953,12 @@
% the labels of the various itemization levels: the symbols used are
% bullet, bold en-dash, centered asterisk and centred dot.
%
+% \changes{v1.4n}{2021/06/11}{Drop incorrect space in \cs{labelitemiv} (gh/496)}
% \begin{macrocode}
\newcommand\labelitemi {\labelitemfont \textbullet}
\newcommand\labelitemii {\labelitemfont \bfseries \textendash}
\newcommand\labelitemiii{\labelitemfont \textasteriskcentered}
-\newcommand\labelitemiv{ \labelitemfont \textperiodcentered}
+\newcommand\labelitemiv {\labelitemfont \textperiodcentered}
% \end{macrocode}
%
% \begin{macro}{\labelitemfont}
More information about the latex3-commits
mailing list.