Skip to content

Commit

Permalink
Allow for specialformat that doesn't change engine
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jul 20, 2023
1 parent 9a52d50 commit b6a936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b6a936a

Please sign in to comment.