[latex3-commits] [git/LaTeX3-latex3-latex3] master: Use LuaHBTeX for format-building (6d4a21504)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Apr 11 11:44:28 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/6d4a215041effa69590c1aa47d9dc0eba21595e3

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

commit 6d4a215041effa69590c1aa47d9dc0eba21595e3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Apr 11 10:44:28 2020 +0100

    Use LuaHBTeX for format-building


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

6d4a215041effa69590c1aa47d9dc0eba21595e3
 build-config.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build-config.lua b/build-config.lua
index 70fbf6d3b..9c75b5e2d 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -87,6 +87,8 @@ local function fmt(engines,dest)
       cmd = "euptex"
     elseif string.match(engine,"ptex") then
       cmd = "eptex"
+    elseif string.match(engine,"luatex") then
+      cmd = "luahbtex"
     end
     -- Use .ini files if available
     local src = "latex.ltx"





More information about the latex3-commits mailing list.