[latex3-commits] [git/LaTeX3-latex3-latex2e] doc-v3beta: need to make the tools directory a dependency because of multicol (6ed1c19f)

Frank Mittelbach frank.mittelbach at latex-project.org
Mon Nov 15 09:57:22 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : doc-v3beta
Link       : https://github.com/latex3/latex2e/commit/6ed1c19f3db4b702c04938c530ab63f0c24ec6be

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

commit 6ed1c19f3db4b702c04938c530ab63f0c24ec6be
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Nov 15 09:57:22 2021 +0100

    need to make the tools directory a dependency because of multicol


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

6ed1c19f3db4b702c04938c530ab63f0c24ec6be
 base/config-doc.lua | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/base/config-doc.lua b/base/config-doc.lua
index 1e3d4c34..cea66065 100644
--- a/base/config-doc.lua
+++ b/base/config-doc.lua
@@ -3,6 +3,13 @@
 -- checkengines = {"etex" }       -- use all engines
 
 checksearch  = true
+
+-- even with search = true we have to load tools to get multicol :-(
+checkdeps =
+  {
+    maindir .. "/required/tools"
+  }
+
 testfiledir  = "./testfiles-doc"
 
 -- testsuppdir  = testfiledir .. "/support"





More information about the latex3-commits mailing list.