[latex3-commits] [latex3/latex2e] array: l3doc needs amsmath :-( (171f08e4)
github at latex-project.org
github at latex-project.org
Wed Dec 6 13:48:26 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : array
Link : https://github.com/latex3/latex2e/commit/171f08e42c5d6192583ed6056822b2f9cc0ff32d
>---------------------------------------------------------------
commit 171f08e42c5d6192583ed6056822b2f9cc0ff32d
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Dec 6 13:48:26 2023 +0100
l3doc needs amsmath :-(
>---------------------------------------------------------------
171f08e42c5d6192583ed6056822b2f9cc0ff32d
required/tools/array.dtx | 4 +++-
required/tools/build.lua | 5 +++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/required/tools/array.dtx b/required/tools/array.dtx
index c2d1ab5f..b5779d45 100644
--- a/required/tools/array.dtx
+++ b/required/tools/array.dtx
@@ -2909,7 +2909,7 @@ Bug reports can be opened (category \texttt{#1}) at\\%
% produced and then "\typeout" the required string.
% \begin{macrocode}
\def\NC at show#1{%
- \typeout{Column #1\expandafter\expandafter\expandafter\NC at strip
+ \typeout{Column~ #1\expandafter\expandafter\expandafter\NC at strip
\expandafter\meaning\csname NC at rewrite@#1\endcsname\@@@@}}
% \end{macrocode}
% \end{macro}
@@ -2918,7 +2918,9 @@ Bug reports can be opened (category \texttt{#1}) at\\%
% a space, and "\@@@@" to pull out the required parts of the output from
% "\meaning".
% \begin{macrocode}
+\ExplSyntaxOff
\def\NC at strip#1:#2->#3 #4\@@@@{#2 -> #4}
+\ExplSyntaxOn
% \end{macrocode}
% \end{macro}
% \begin{macro}{\NC at list}
diff --git a/required/tools/build.lua b/required/tools/build.lua
index e6d00e74..b8081efb 100644
--- a/required/tools/build.lua
+++ b/required/tools/build.lua
@@ -28,6 +28,11 @@ checkdeps =
checkruns = 3 -- some tests need 3 runs to settle!
+typesetdeps =
+ {
+ maindir .. "/required/amsmath" -- for l3doc.cls :-(
+ }
+
-- Allow for TU and other tests test
checkconfigs = {"build","config-TU","config-legacy","config-search"}
More information about the latex3-commits
mailing list.