[latex3-commits] [latex3/latex2e] array: take latex-lab-table.dtx from uf-review-05 (88daedc2)
github at latex-project.org
github at latex-project.org
Tue Nov 28 10:34:49 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : array
Link : https://github.com/latex3/latex2e/commit/88daedc2d33b9a11509ecaeb7dcd38d56cdbb8a5
>---------------------------------------------------------------
commit 88daedc2d33b9a11509ecaeb7dcd38d56cdbb8a5
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Nov 28 10:34:49 2023 +0100
take latex-lab-table.dtx from uf-review-05
>---------------------------------------------------------------
88daedc2d33b9a11509ecaeb7dcd38d56cdbb8a5
required/latex-lab/latex-lab-table.dtx | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/required/latex-lab/latex-lab-table.dtx b/required/latex-lab/latex-lab-table.dtx
index 700d4ce6..8bc24b4a 100644
--- a/required/latex-lab/latex-lab-table.dtx
+++ b/required/latex-lab/latex-lab-table.dtx
@@ -16,8 +16,8 @@
%
% for those people who are interested or want to report an issue.
%
-\def\ltlabtbldate{2023-10-30}
-\def\ltlabtblversion{0.85d}
+\def\ltlabtbldate{2023-11-05}
+\def\ltlabtblversion{0.85e}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
@@ -762,8 +762,12 @@
% \end{macrocode}
%
% The \env{array} environment is math. So we disable table tagging for now.
+% We use the command hook to catch also cases where \cs{array} is used directly
+% in other environments like matrix environments.
+% Perhaps table tagging should be disable for math generally, but then
+% we have to handle text insertions.
% \begin{macrocode}
-\AddToHook{env/array/begin} {\__tag_tbl_disable:}
+\AddToHook{cmd/array/before}{\__tag_tbl_disable:}
% \end{macrocode}
%
%
@@ -1973,3 +1977,11 @@
\RequirePackage{latex-lab-testphase-table}
%</latex-lab>
% \end{macrocode}
+
+% \begin{macrocode}
+%<*latex-lab-alias>
+\ProvidesFile{tabular-latex-lab-testphase.ltx}
+ [\ltlabtbldate\space v\ltlabtblversion\space latex-lab wrapper tabular]
+\RequirePackage{latex-lab-testphase-table}
+%</latex-lab-alias>
+% \end{macrocode}
More information about the latex3-commits
mailing list.