[latex3-commits] [git/LaTeX3-latex3-latex3] main: Allow for l3keys2e loading in the kernel (a18c926e1)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jul 22 14:35:48 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/a18c926e1bb9dfd1c20e0d881ea72f01ca6f796f

>---------------------------------------------------------------

commit a18c926e1bb9dfd1c20e0d881ea72f01ca6f796f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jul 22 13:35:48 2021 +0100

    Allow for l3keys2e loading in the kernel


>---------------------------------------------------------------

a18c926e1bb9dfd1c20e0d881ea72f01ca6f796f
 l3packages/CHANGELOG.md          | 4 ++++
 l3packages/l3keys2e/l3keys2e.dtx | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/l3packages/CHANGELOG.md b/l3packages/CHANGELOG.md
index e20b40ad1..6ebc4ce91 100644
--- a/l3packages/CHANGELOG.md
+++ b/l3packages/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Changed
+- Adjust `l3keys2e` to allow for future kernel provision of
+  same ideas
+
 ## [2021-06-18]
 
 ### Fixed
diff --git a/l3packages/l3keys2e/l3keys2e.dtx b/l3packages/l3keys2e/l3keys2e.dtx
index 183f3a7c0..855aab136 100644
--- a/l3packages/l3keys2e/l3keys2e.dtx
+++ b/l3packages/l3keys2e/l3keys2e.dtx
@@ -143,6 +143,12 @@
   {LaTeX2e option processing using LaTeX3 keys}
 %    \end{macrocode}
 %
+% Allow for a kernel-based implementation
+%    \begin{macrocode}
+\cs_if_exist:NT \ProcessKeysOptions
+  { \file_input_stop: }
+%    \end{macrocode}
+%
 % Non-standard variants.
 %    \begin{macrocode}
 \cs_generate_variant:Nn \clist_put_right:Nn { Nv }





More information about the latex3-commits mailing list.