[latex3-commits] [latex3/latex2e] ltcmd-verb: Activate tabs in \@vobeyspaces (61049bfe)
github at latex-project.org
github at latex-project.org
Wed Jun 14 23:24:17 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : ltcmd-verb
Link : https://github.com/latex3/latex2e/commit/61049bfedfe6cae99984c0cb8adbc8ffeaf12516
>---------------------------------------------------------------
commit 61049bfedfe6cae99984c0cb8adbc8ffeaf12516
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jun 14 22:24:17 2023 +0100
Activate tabs in \@vobeyspaces
>---------------------------------------------------------------
61049bfedfe6cae99984c0cb8adbc8ffeaf12516
base/ltmiscen.dtx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/base/ltmiscen.dtx b/base/ltmiscen.dtx
index 3cb337cd..fb141d6b 100644
--- a/base/ltmiscen.dtx
+++ b/base/ltmiscen.dtx
@@ -1188,21 +1188,24 @@
% 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.