[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: More work on local/global (cf5846b6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Aug 23 15:59:33 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/cf5846b61b444ecd2336a0a5b2001ccc5f322581
>---------------------------------------------------------------
commit cf5846b61b444ecd2336a0a5b2001ccc5f322581
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Aug 23 14:59:33 2019 +0100
More work on local/global
>---------------------------------------------------------------
cf5846b61b444ecd2336a0a5b2001ccc5f322581
base/build.lua | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/base/build.lua b/base/build.lua
index 4589eb4d..85801416 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -178,7 +178,11 @@ function format (doc)
if not options["config"] or options["config"][1] ~= "config-TU" then
cp("fonttext.cfg",supportdir,unpackdir)
end
- local buildformats = options["engine"] or checkengines
+ local buildformats = { }
+ local enginedata = options["engine"] or checkengines
+ for _,name in ipairs(enginedata) do
+ table.insert(buildformats,name
+ end
if not options["config"] then
table.insert(buildformats,"pdftex")
end
More information about the latex3-commits
mailing list