[latex3-commits] [latex3/latex3] main: Allow for specialformat that doesn't change engine (b6a936a0e)

github at latex-project.org github at latex-project.org
Thu Jul 20 09:59:54 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/b6a936a0e2efd2647ac51e9e2a38dd1897538d77

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

commit b6a936a0e2efd2647ac51e9e2a38dd1897538d77
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jul 20 08:59:54 2023 +0100

    Allow for specialformat that doesn't change engine


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

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

diff --git a/build-config.lua b/build-config.lua
index 47ea3b2b1..dfb14e689 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -88,7 +88,7 @@ local function fmt(engines,dest)
   local function mkfmt(engine)
     local cmd = engine
     if specialformats.latex[engine] then
-      cmd = specialformats.latex[engine].binary
+      cmd = specialformats.latex[engine].binary or engine
     end
     -- Use .ini files if available
     local src = "latex.ltx"





More information about the latex3-commits mailing list.