[latex3-commits] [git/LaTeX3-latex3-latex2e] early-endlinechar: Documentation, step file version and \changes (ece1e594)
Phelype Oleinik
phelype.oleinik at latex-project.org
Thu Apr 13 16:09:33 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : early-endlinechar
Link : https://github.com/latex3/latex2e/commit/ece1e594a1d27f5437c41b79ca82b0d3bc996315
>---------------------------------------------------------------
commit ece1e594a1d27f5437c41b79ca82b0d3bc996315
Author: Phelype Oleinik <phelype.oleinik at latex-project.org>
Date: Thu Apr 13 11:09:33 2023 -0300
Documentation, step file version and \changes
>---------------------------------------------------------------
ece1e594a1d27f5437c41b79ca82b0d3bc996315
base/ltcmd.dtx | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index 8e396746..5f019cdc 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -34,8 +34,8 @@
%%% From File: ltcmd.dtx
%
% \begin{macrocode}
-\def\ltcmdversion{v1.1c}
-\def\ltcmddate{2023-03-12}
+\def\ltcmdversion{v1.1d}
+\def\ltcmddate{2023-04-13}
% \end{macrocode}
%
%<*driver>
@@ -3298,6 +3298,10 @@
% \begin{macro}{\@@_grab_v_long:w}
% \begin{macro}{\@@_grab_v_aux:w}
% \begin{macro}{\@@_grab_v_group_end:}
+% Firstly, it is necessary to change \cs{tex_endlinechar:D} so that
+% newlines in different catcode regimes (e.g., \cs{ExplSyntaxOn}) are
+% not misinterpreted as spaces.
+% \changes{v1.1d}{2023/04/13}{Set \cs{tex_endlinechar:D} earlier (gh/876).}
% The opening delimiter is the first non-space token, and is never
% read verbatim. This is required by consistency with the case where
% the preceding argument was optional and absent: then \TeX{} has
@@ -3349,8 +3353,8 @@
}
\cs_new_protected:Npn \@@_grab_v_group_end:
{
- \exp_args:NNNo
- \group_end:
+ \exp_args:NNNo
+ \group_end:
\tl_set:Nn \l_@@_v_arg_tl { \l_@@_v_arg_tl }
}
% \end{macrocode}
More information about the latex3-commits
mailing list.