[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: fix the typesetruns variable (5b151a0b)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Sep 12 15:30:28 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/5b151a0b7b2533027a702ba479dbd8bde610226c

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

commit 5b151a0b7b2533027a702ba479dbd8bde610226c
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Sep 12 15:30:28 2019 +0200

    fix the typesetruns variable


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

5b151a0b7b2533027a702ba479dbd8bde610226c
 build-config.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build-config.lua b/build-config.lua
index 1a1de46b..21206340 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -6,6 +6,9 @@ checkdeps   = checkdeps   or {maindir .. "/base"}
 typesetdeps = typesetdeps or {maindir .. "/base"}
 unpackdeps  = unpackdeps  or {maindir .. "/base"}
 
+-- We really need 3 on most files (toc + references)
+typesetruns  = 3
+
 -- Set up the check system to work in 'stand-alone' mode
 -- This relies on a format being built by the 'base' dependency
 asciiengines   = asciiengines       or {"etex"}





More information about the latex3-commits mailing list