[latex3-commits] [latex3/latex2e] develop: Provide global definition for active tab (05e594ae)

github at latex-project.org github at latex-project.org
Tue Sep 12 15:27:12 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/05e594aefb5ccf65c4bf99c32b6c780529ca2f7d

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

commit 05e594aefb5ccf65c4bf99c32b6c780529ca2f7d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Sep 12 14:24:50 2023 +0100

    Provide global definition for active tab


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

05e594aefb5ccf65c4bf99c32b6c780529ca2f7d
 base/changes.txt  | 9 +++++++++
 base/ltmiscen.dtx | 7 +++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 1279dfc6..ff6f6a52 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -6,6 +6,15 @@ completeness or accuracy and it contains some references to files that
 are not part of the distribution.
 ================================================================================
 
+2023-09-01  Joseph Wright  <Joseph.Wright at latex-project.org>
+
+	* ltcmd.dtx
+	Collect \endlinechar as \obeyedline
+	* ltmiscen.dtx
+	Provide global definition for active tab
+	* usrguide.tex
+	Document use of \obeyedline in +v arguments
+
 2023-06-15  Joseph Wright  <Joseph.Wright at latex-project.org>
 
 	* ltmiscen.dtx
diff --git a/base/ltmiscen.dtx b/base/ltmiscen.dtx
index d1a78fd0..7603ba04 100644
--- a/base/ltmiscen.dtx
+++ b/base/ltmiscen.dtx
@@ -32,7 +32,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltmiscen.dtx}
-             [2023/06/14 v1.2b LaTeX Kernel (Misc. Environments)]
+             [2023/09/01 v1.2c LaTeX Kernel (Misc. Environments)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltmiscen.dtx}
@@ -1191,6 +1191,7 @@
 % \changes{v1.2b}{2023/06/15}{Support tabs}
 %  \begin{macro}{\@vobeytabs}
 % \changes{v1.2b}{2023/06/14}{Macro added}
+% \changes{v1.2c}{2023/09/01}{Provide global definition for active tab}
 %    \begin{macrocode}
 %</2ekernel>
 %<latexrelease>\IncludeInRelease{2023/11/01}%
@@ -1199,7 +1200,9 @@
 {\catcode`\ =\active%
 \gdef\@vobeyspaces{\catcode`\ \active\let \@xobeysp\@vobeytabs}}
 {\catcode`\^^I=\active
-\gdef\@vobeytabs{\catcode`\^^I\active\let^^I\@xobeytab}}
+\gdef\@vobeytabs{\catcode`\^^I\active\let^^I\@xobeytab}%
+\global\let^^I=\space
+}
 %</2ekernel|latexrelease>
 %<latexrelease>\EndIncludeInRelease
 %<latexrelease>\IncludeInRelease{0000/00/00}%





More information about the latex3-commits mailing list.