[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Manually pass format (dcca2db)

Marcel Fabian Krüger tex at 2krueger.de
Fri Sep 13 00:04:01 CEST 2019


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/dcca2db752170d8ccc5cf6d851a2aeb09144c988

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

commit dcca2db752170d8ccc5cf6d851a2aeb09144c988
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Aug 28 00:48:24 2019 +0200

    Manually pass format


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

dcca2db752170d8ccc5cf6d851a2aeb09144c988
 build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index 4a08215..bfe4c01 100644
--- a/build.lua
+++ b/build.lua
@@ -118,7 +118,7 @@ options["texmfhome"] = "./texmf"
 -- documentation
 -------------------
 
-typesetexe = "lua"..checkformat
+typesetexe = "lualatex --fmt=lua"..checkformat
 
 -- main docu
 typesetfiles      = {"luaotfload-latex.tex"}





More information about the latex3-commits mailing list