[latex3-commits] [latex3/latex3] main: Set l3doc option "kernel" off as-standard (9097c75e8)
github at latex-project.org
github at latex-project.org
Fri Jan 5 12:37:21 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/9097c75e892309cf952eaabe63859cce419d9184
>---------------------------------------------------------------
commit 9097c75e892309cf952eaabe63859cce419d9184
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 5 11:37:21 2024 +0000
Set l3doc option "kernel" off as-standard
See #1403.
>---------------------------------------------------------------
9097c75e892309cf952eaabe63859cce419d9184
l3kernel/CHANGELOG.md | 3 +++
l3kernel/l3doc.dtx | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 0c9d02efe..3d18237ca 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Changed
+- Set `l3doc` option `kernel` off as-standard (issue \#1403)
+
## [2024-01-04]
### Added
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 15bcc30d8..d8a1b5d35 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -274,7 +274,7 @@ and all files in that bundle must be distributed together.
%
% By default, class options
% \begin{verbatim}
-% full , kernel , check = false , checktest = false , lm-default
+% full , check = false , checktest = false , lm-default
% \end{verbatim}
% are set.
%
@@ -1472,7 +1472,7 @@ and all files in that bundle must be distributed together.
\DeclareUnknownKeyHandler [ l3doc / options ]
{ \PassOptionsToClass { \CurrentOption } { article } }
\SetKeys [ l3doc / options ]
- { full , kernel , check = false , checktest = false , lm-default }
+ { full , check = false , checktest = false , lm-default }
\PassOptionsToClass { a4paper } { article }
% \end{macrocode}
%
More information about the latex3-commits
mailing list.