diff options
author | Steven Knight <knight@baldmt.com> | 2005-11-07 03:44:30 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-11-07 03:44:30 (GMT) |
commit | 9c10969e399eeef7bbeed949a66f3c7a543c18cf (patch) | |
tree | 57c19a423016e8fdddbb3b697eaacfd81d24063c /doc | |
parent | 6e913271bb52eb06a4221f008325ecbb5fde450a (diff) | |
download | SCons-9c10969e399eeef7bbeed949a66f3c7a543c18cf.zip SCons-9c10969e399eeef7bbeed949a66f3c7a543c18cf.tar.gz SCons-9c10969e399eeef7bbeed949a66f3c7a543c18cf.tar.bz2 |
Make all relevant builders of .tex and .ltx files consistent with respect to handling generating bibliographies and re-running LaTeX to resolve undefined references. (Joel B. Mohler) Add a $LATEXRETRIES to configure the number of undefined reference re-runs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 5249f75..46ad813 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -6202,6 +6202,15 @@ env = Environment(LATEXCOMSTR = "Building $TARGET from LaTeX input $SOURCES") .IP LATEXFLAGS General options passed to the LaTeX structured formatter and typesetter. +.IP LATEXRETRIES +The maximum number of times that LaTeX +will be re-run if the +.B .log +generated by the $LATEXCOM command +indicates that there are undefined references. +The default is to try to resolve undefined references +by re-running LaTeX up to three times. + .IP LATEXSUFFIXES The list of suffixes of files that will be scanned for LaTeX implicit dependencies |