[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Track l3build+TL changes (3f2d264af)

PhelypeOleinik tex.phelype at gmail.com
Mon Mar 30 04:04:57 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : scan-quark
Link       : https://github.com/latex3/latex3/commit/3f2d264af1723700b02afe8077b04963671be8f1

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

commit 3f2d264af1723700b02afe8077b04963671be8f1
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Sun Mar 29 23:04:57 2020 -0300

    Track l3build+TL changes


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

3f2d264af1723700b02afe8077b04963671be8f1
 build-config.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build-config.lua b/build-config.lua
index 4ecd37f76..3480fb75f 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -90,6 +90,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.