[latex3-commits] [git/LaTeX3-latex3-latex2e] stdmain: e-TeX format file is called just latex (28c2e216)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Oct 2 00:14:58 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : stdmain
Link : https://github.com/latex3/latex2e/commit/28c2e2163c2344e7fd9b1a52dc19cbf3bcad5fef
>---------------------------------------------------------------
commit 28c2e2163c2344e7fd9b1a52dc19cbf3bcad5fef
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Oct 1 23:14:58 2019 +0100
e-TeX format file is called just latex
>---------------------------------------------------------------
28c2e2163c2344e7fd9b1a52dc19cbf3bcad5fef
build-config.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/build-config.lua b/build-config.lua
index 94aea7d1..40c20b9b 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -176,6 +176,7 @@ local function fmt(names)
.. (hide and (" > " .. os_null) or ""))
if errorlevel ~= 0 then return errorlevel end
local fmtname = string.gsub(engine,"tex$","") .. "latex.fmt"
+ if engine == "etex" then fmtname = "latex.fmt" end
if fileexists (unpackdir,"latex.fmt") then
ren(unpackdir,"latex.fmt",fmtname)
end
More information about the latex3-commits
mailing list