[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Wrong command made \@onlypreamble (3f6c6160)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri May 6 14:28:37 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/3f6c61603b9432468d06f4a7c793779354492c23
>---------------------------------------------------------------
commit 3f6c61603b9432468d06f4a7c793779354492c23
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri May 6 14:28:37 2022 +0200
Wrong command made \@onlypreamble
>---------------------------------------------------------------
3f6c61603b9432468d06f4a7c793779354492c23
base/ltmarks.dtx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/base/ltmarks.dtx b/base/ltmarks.dtx
index 3a71730c..e8971c9d 100644
--- a/base/ltmarks.dtx
+++ b/base/ltmarks.dtx
@@ -14,8 +14,8 @@
%%% From File: ltmarks.dtx
%
% \begin{macrocode}
-\def\ltmarksversion{v1.0b}
-\def\ltmarksdate{2022/04/14}
+\def\ltmarksversion{v1.0c}
+\def\ltmarksdate{2022/05/06}
% \end{macrocode}
%<*driver>
\documentclass{l3doc}
@@ -720,8 +720,9 @@
}
% \end{macrocode}
% This is only available in the preamble.
+% \changes{v1.0c}{2022/05/06}{Wrong command made \cs{@onlypreamble}}
% \begin{macrocode}
-\@onlypreamble \mark_new_class:nn
+\@onlypreamble \mark_new_class:n
% \end{macrocode}
% The internal command carries out the necessary allocations.
% \begin{macrocode}
More information about the latex3-commits
mailing list.