From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/latex.xml | 49 +++++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 7 deletions(-) (limited to 'src/engine/SCons/Tool/latex.xml') diff --git a/src/engine/SCons/Tool/latex.xml b/src/engine/SCons/Tool/latex.xml index efa9ff6..f695533 100644 --- a/src/engine/SCons/Tool/latex.xml +++ b/src/engine/SCons/Tool/latex.xml @@ -1,55 +1,85 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the &latex; utility. + -LATEX -LATEXFLAGS -LATEXCOM +LATEX +LATEXFLAGS +LATEXCOM -LATEXCOMSTR +LATEXCOMSTR + The LaTeX structured formatter and typesetter. + + The command line used to call the LaTeX structured formatter and typesetter. + + The string displayed when calling the LaTeX structured formatter and typesetter. If this is not set, then &cv-link-LATEXCOM; (the command line) is displayed. + - + env = Environment(LATEXCOMSTR = "Building $TARGET from LaTeX input $SOURCES") - + + General options passed to the LaTeX structured formatter and typesetter. + + The maximum number of times that LaTeX will be re-run if the .log @@ -57,15 +87,20 @@ generated by the &cv-link-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. + + List of directories that the LaTeX program will search for include directories. The LaTeX implicit dependency scanner will search these directories for \include and \import files. + + + \ No newline at end of file -- cgit v1.2.3