[latex3-commits] [latex3/latex2e] ltcmd-verb: Revert "Activate tabs in \@vobeyspaces" (0276243a)
github at latex-project.org
github at latex-project.org
Thu Jun 15 08:32:33 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : ltcmd-verb
Link : https://github.com/latex3/latex2e/commit/0276243ad5533caa973758d0d3593101461c3ee8
>---------------------------------------------------------------
commit 0276243ad5533caa973758d0d3593101461c3ee8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jun 14 22:24:17 2023 +0100
Revert "Activate tabs in \@vobeyspaces"
This reverts commit 61049bfedfe6cae99984c0cb8adbc8ffeaf12516.
>---------------------------------------------------------------
0276243ad5533caa973758d0d3593101461c3ee8
base/ltmiscen.dtx | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/base/ltmiscen.dtx b/base/ltmiscen.dtx
index fb141d6b..3cb337cd 100644
--- a/base/ltmiscen.dtx
+++ b/base/ltmiscen.dtx
@@ -1188,24 +1188,21 @@
% print as the \TeX{}book's space character instead of as blank spaces.
%
% \begin{macro}{\@vobeyspaces}
-% \changes{v1.2b}{2023/06/14}{Include tabs in space coverage}
% \begin{macro}{\@vobeytabs}
% \changes{v1.2b}{2023/06/14}{Macro added}
% \begin{macrocode}
+{\catcode`\ =\active%
+\gdef\@vobeyspaces{\catcode`\ \active\let \@xobeysp}}
%</2ekernel>
%<latexrelease>\IncludeInRelease{2023/11/01}%
%<latexrelease> {\@vobeytabs}{Obeyed tabs}%
%<*2ekernel|latexrelease>
-{\catcode`\ =\active%
-\gdef\@vobeyspaces{\catcode`\ \active\let \@xobeysp\@vobeytabs}}
{\catcode`\^^I=\active
\gdef\@vobeytabs{\catcode`\^^I\active\let^^I\@xobeytab}}
%</2ekernel|latexrelease>
%<latexrelease>\EndIncludeInRelease
%<latexrelease>\IncludeInRelease{0000/00/00}%
%<latexrelease> {\@vobeytabs}{Obeyed tabs}%
-%<latexrelease>{\catcode`\ =\active%
-%<latexrelease>\gdef\@vobeyspaces{\catcode`\ \active\let \@xobeysp}}
%<latexrelease>\let\@vobeytabs\@undefined
%<latexrelease>\EndIncludeInRelease
%<*2ekernel>
More information about the latex3-commits
mailing list.