[latex3-commits] [git/LaTeX3-latex3-latex2e] develop, robustness: Create format when saving .tlg files (0821b043)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Aug 22 14:12:25 CEST 2019
Repository : https://github.com/latex3/latex2e
On branches: develop,robustness
Link : https://github.com/latex3/latex2e/commit/0821b043ffeb00feb3018b472cd1717142f5184f
>---------------------------------------------------------------
commit 0821b043ffeb00feb3018b472cd1717142f5184f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Aug 22 13:12:25 2019 +0100
Create format when saving .tlg files
>---------------------------------------------------------------
0821b043ffeb00feb3018b472cd1717142f5184f
base/build.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/base/build.lua b/base/build.lua
index 293322be..0381388b 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -255,6 +255,9 @@ function main (target, file, engine)
install ()
elseif target == "save" then
if file then
+ if not options["rerun"] then
+ format()
+ end
errorlevel = save (file, engine)
else
help ()
More information about the latex3-commits
mailing list