[latex3-commits] [git/LaTeX3-latex3-latex2e] nfssaxes: Mumble (5c2f4cab)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Nov 6 20:54:23 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : nfssaxes
Link : https://github.com/latex3/latex2e/commit/5c2f4cab211077f1f178517701739dc851f2ee6d
>---------------------------------------------------------------
commit 5c2f4cab211077f1f178517701739dc851f2ee6d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 6 19:54:23 2019 +0000
Mumble
>---------------------------------------------------------------
5c2f4cab211077f1f178517701739dc851f2ee6d
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index 9519ca30..cf0c29d7 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -46,7 +46,7 @@ function tex(file,dir,mode)
local dir = dir or "."
local mode = mode or "nonstopmode"
return runcmd(
- 'pdftex -fmt=pdflatex -interaction=" .. mode .. " -jobname="' ..
+ 'pdftex -fmt=pdflatex -interaction=' .. mode .. ' -jobname="' ..
string.match(file,"^[^.]*") .. '" "\\input ' .. file .. '"',
dir,{"TEXINPUTS","TEXFORMATS","LUAINPUTS"})
end
More information about the latex3-commits
mailing list