[latex3-commits] [latex3/latex3] main: Ensure xparse is available for typesetting (620b3d7f9)
github at latex-project.org
github at latex-project.org
Thu Mar 14 08:54:42 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/620b3d7f91e566ba6f33bf642712b05f90fc8440
>---------------------------------------------------------------
commit 620b3d7f91e566ba6f33bf642712b05f90fc8440
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 14 07:54:42 2024 +0000
Ensure xparse is available for typesetting
>---------------------------------------------------------------
620b3d7f91e566ba6f33bf642712b05f90fc8440
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index 42943b2b3..02c3d64b2 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -1,7 +1,7 @@
-- Common settings for LaTeX3 development repo, used by l3build script
checkdeps = checkdeps or {maindir .. "/l3backend", maindir .. "/l3kernel"}
-typesetdeps = typesetdeps or checkdeps
+typesetdeps = typesetdeps or {maindir .. "/l3packages/xparse"}
checkengines = checkengines
or {"pdftex", "xetex", "luatex", "uptex"}
More information about the latex3-commits
mailing list.