[latex3-commits] [latex3/latex2e] UF-latexlab-toc, defaultT1, develop, gh-1265, tlc3-errata, update-UseTaggingSocket: Fix a couple of Lua scopes (b64eb64cb)
github at latex-project.org
github at latex-project.org
Sat Jul 13 18:03:39 CEST 2024
Repository : https://github.com/latex3/latex2e
On branches: UF-latexlab-toc,defaultT1,develop,gh-1265,tlc3-errata,update-UseTaggingSocket
Link : https://github.com/latex3/latex2e/commit/b64eb64cb3b4a1bf9bd221894c98a23cf739777b
>---------------------------------------------------------------
commit b64eb64cb3b4a1bf9bd221894c98a23cf739777b
Author: Joseph Wright <joseph at texdev.net>
Date: Fri Jun 28 07:45:52 2024 +0100
Fix a couple of Lua scopes
>---------------------------------------------------------------
b64eb64cb3b4a1bf9bd221894c98a23cf739777b
build-config.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-config.lua b/build-config.lua
index bd7c7b58b..c0694eda5 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -43,8 +43,8 @@ typesetsuppfiles = typesetsuppfiles or
-- Ensure the local format file is used
function tex(file,dir,mode)
- local dir = dir or "."
- local mode = mode or "nonstopmode"
+ dir = dir or "."
+ mode = mode or "nonstopmode"
return runcmd(
'pdftex -fmt=pdflatex -interaction=' .. mode .. ' -jobname="' ..
string.match(file,"^[^.]*") .. '" "\\input ' .. file .. '"',
More information about the latex3-commits
mailing list.