summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3build/l3build-variables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3build/l3build-variables.lua')
-rw-r--r--macros/latex/contrib/l3build/l3build-variables.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/macros/latex/contrib/l3build/l3build-variables.lua b/macros/latex/contrib/l3build/l3build-variables.lua
index 576fb15e82..5ee366c058 100644
--- a/macros/latex/contrib/l3build/l3build-variables.lua
+++ b/macros/latex/contrib/l3build/l3build-variables.lua
@@ -117,15 +117,16 @@ checkengines = checkengines or {"pdftex", "xetex", "luatex"}
checkformat = checkformat or "latex"
specialformats = specialformats or { }
specialformats.context = specialformats.context or {
- luatex = {binary = "context", format = ""},
- pdftex = {binary = "texexec", format = ""},
- xetex = {binary = "texexec", format = "", options = "--xetex"}
+ luametatex = {binary = "context", format = ""},
+ luatex = {binary = "context", format = "", options = "--luatex"},
+ pdftex = {binary = "texexec", format = ""},
+ xetex = {binary = "texexec", format = "", options = "--xetex"}
}
specialformats.latex = specialformats.latex or { }
specialformats.latex.etex = specialformats.latex.etex or
{format = "latex"}
specialformats.latex.ptex = specialformats.latex.ptex or
- {binary = "eptex"}
+ {binary = "euptex"}
specialformats.latex.uptex = specialformats.latex.uptex or
{binary = "euptex"}
if not string.find(status.banner,"2019") then