[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: e-TeX format file is called just latex (d458943c)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Oct 2 17:43:40 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/d458943cc9cb05946b971ef9517436558af98bb4

>---------------------------------------------------------------

commit d458943cc9cb05946b971ef9517436558af98bb4
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


>---------------------------------------------------------------

d458943cc9cb05946b971ef9517436558af98bb4
 build-config.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-config.lua b/build-config.lua
index 34ba8d54..d0eb4471 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -182,6 +182,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