[latex3-commits] [latex3/latex2e] ltcmd-verb: Provide global definition for active tab (b37bab3b)

github at latex-project.org github at latex-project.org
Fri Sep 1 11:03:26 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : ltcmd-verb
Link       : https://github.com/latex3/latex2e/commit/b37bab3b6516cbabeef8356b0a3f276b33201072

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

commit b37bab3b6516cbabeef8356b0a3f276b33201072
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 1 10:03:26 2023 +0100

    Provide global definition for active tab


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

b37bab3b6516cbabeef8356b0a3f276b33201072
 base/changes.txt  | 2 ++
 base/ltmiscen.dtx | 7 +++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 9ff0a0fc..03d8710e 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -10,6 +10,8 @@ are not part of the distribution.
 
 	* ltcmd.dtx
 	Collect \endlinechar as \obeyedline
+	* ltmiscen.dtx
+	Provide global definition for active tab
 	* usrguide.tex
 	Document use of \obeyedline in +v arguments
 
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.