[latex3-commits] [latex3/latex3] main: Missed one config change (79b071a88)
github at latex-project.org
github at latex-project.org
Thu Jul 20 11:44:55 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/79b071a88cd7bf91943b296779959185b81b3d1b
>---------------------------------------------------------------
commit 79b071a88cd7bf91943b296779959185b81b3d1b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jul 20 10:44:55 2023 +0100
Missed one config change
>---------------------------------------------------------------
79b071a88cd7bf91943b296779959185b81b3d1b
l3experimental/l3graphics/build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3experimental/l3graphics/build.lua b/l3experimental/l3graphics/build.lua
index acc5afdeb..dd8fd6712 100644
--- a/l3experimental/l3graphics/build.lua
+++ b/l3experimental/l3graphics/build.lua
@@ -26,7 +26,7 @@ specialformats.latex =
}
}
checkengines =
- {"pdftex", "luatex", "xetex", "etex-dvips", "etex-dvisvgm", "ptex", "uptex"}
+ {"pdftex", "luatex", "xetex", "etex-dvips", "etex-dvisvgm", "uptex"}
-- Load the common build code
dofile(maindir .. "/build-config.lua")
More information about the latex3-commits
mailing list.