[latex3-commits] [git/LaTeX3-latex3-pdfresources] main: remove test with normal latex again (3fa2755)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Feb 22 11:48:11 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : main
Link : https://github.com/latex3/pdfresources/commit/3fa275534e1d24c367e2b8db607bc61c88bd137f
>---------------------------------------------------------------
commit 3fa275534e1d24c367e2b8db607bc61c88bd137f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Feb 22 11:48:11 2021 +0100
remove test with normal latex again
>---------------------------------------------------------------
3fa275534e1d24c367e2b8db607bc61c88bd137f
build.lua | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/build.lua b/build.lua
index 2ece779..3f2db9e 100644
--- a/build.lua
+++ b/build.lua
@@ -47,6 +47,16 @@ checkruns = 3
latexdvips = {binary="latex.exe",format = "latex-dev"}
}
+-- to try without dev-format
+-- specialformats["latex"] = specialformats["latex"] or
+-- {
+-- luatex = {binary="luahbtex",format = "lualatex"},
+-- pdftex = {format = "pdflatex"},
+-- xetex = {format = "xelatex"},
+-- latexdvips = {binary="latex.exe",format = "latex"}
+-- }
+
+-- packtdszip = true
checkengines = {"luatex","pdftex","xetex"}
More information about the latex3-commits
mailing list.