[latex3-commits] [git/LaTeX3-latex3-l3build] master: Correct std number of typesetruns (e7a2f3c)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Sep 12 15:47:02 CEST 2019


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/e7a2f3c275862988fd31149a57874b1d0f739bd6

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

commit e7a2f3c275862988fd31149a57874b1d0f739bd6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 12 14:47:02 2019 +0100

    Correct std number of typesetruns


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

e7a2f3c275862988fd31149a57874b1d0f739bd6
 l3build-variables.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-variables.lua b/l3build-variables.lua
index 0b3c9a2..9160648 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -179,7 +179,7 @@ end
 maxprintline = maxprintline or 79
 packtdszip   = packtdszip   or false
 typesetcmds  = typesetcmds  or ""
-typesetruns  = typesetruns  or 2
+typesetruns  = typesetruns  or 3
 recordstatus = recordstatus or false
 
 -- Extensions for various file types: used to abstract out stuff a bit





More information about the latex3-commits mailing list