[latex3-commits] [git/LaTeX3-latex3-latex2e] LaTeX2020: More corrections to quoting (60061040)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 13 21:47:28 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex2e/commit/60061040aa7a9e7f97bba9883d3302505a56353a

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

commit 60061040aa7a9e7f97bba9883d3302505a56353a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 13 20:47:28 2019 +0100

    More corrections to quoting


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

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

diff --git a/build-config.lua b/build-config.lua
index adfa2240..a088c8d6 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -47,7 +47,7 @@ function tex(file,dir)
   local dir = dir or "."
   return runcmd(
     'pdftex -fmt=pdflatex -interaction=nonstopmode -jobname="' ..
-      string.match(file,"^[^.]*") .. '" \\input "' .. file .. '"',
+      string.match(file,"^[^.]*") .. '" "\\input ' .. file .. '"',
     dir,{"TEXINPUTS","TEXFORMATS","LUAINPUTS"})
 end
 





More information about the latex3-commits mailing list