[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Mathcolor needs amsmath (f0df7551)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jan 12 22:14:37 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/f0df75519349339d99cf73a908af5b905b822594
>---------------------------------------------------------------
commit f0df75519349339d99cf73a908af5b905b822594
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jan 12 21:14:37 2022 +0000
Mathcolor needs amsmath
>---------------------------------------------------------------
f0df75519349339d99cf73a908af5b905b822594
required/graphics/build.lua | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/required/graphics/build.lua b/required/graphics/build.lua
index e986f27c..76ca8085 100644
--- a/required/graphics/build.lua
+++ b/required/graphics/build.lua
@@ -23,6 +23,13 @@ checkdeps =
maindir .. "/required/tools"
}
+typesetdeps =
+ {
+ maindir .. "/base",
+ maindir .. "/required/amsmath",
+ maindir .. "/required/tools"
+ }
+
-- Load the common settings for the LaTeX2e repo
dofile (maindir .. "/build-config.lua")
More information about the latex3-commits
mailing list.