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/tex.xml | 89 +++++++++++++++++++++++++++++++++---------- 1 file changed, 68 insertions(+), 21 deletions(-) (limited to 'src/engine/SCons/Tool/tex.xml') diff --git a/src/engine/SCons/Tool/tex.xml b/src/engine/SCons/Tool/tex.xml index 5378ae6..c9d5107 100644 --- a/src/engine/SCons/Tool/tex.xml +++ b/src/engine/SCons/Tool/tex.xml @@ -1,126 +1,173 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the TeX formatter and typesetter. + -TEX -TEXFLAGS -TEXCOM -LATEX -LATEXFLAGS -LATEXCOM -BIBTEX -BIBTEXFLAGS -BIBTEXCOM -MAKEINDEX -MAKEINDEXFLAGS -MAKEINDEXCOM +TEX +TEXFLAGS +TEXCOM +LATEX +LATEXFLAGS +LATEXCOM +BIBTEX +BIBTEXFLAGS +BIBTEXCOM +MAKEINDEX +MAKEINDEXFLAGS +MAKEINDEXCOM -TEXCOMSTR -LATEXCOMSTR -BIBTEXCOMSTR -MAKEINDEXCOMSTR +TEXCOMSTR +LATEXCOMSTR +BIBTEXCOMSTR +MAKEINDEXCOMSTR + The bibliography generator for the TeX formatter and typesetter and the LaTeX structured formatter and typesetter. + + The command line used to call the bibliography generator for the TeX formatter and typesetter and the LaTeX structured formatter and typesetter. + + The string displayed when generating a bibliography for TeX or LaTeX. If this is not set, then &cv-link-BIBTEXCOM; (the command line) is displayed. + - + env = Environment(BIBTEXCOMSTR = "Generating bibliography $TARGET") - + + General options passed to the bibliography generator for the TeX formatter and typesetter and the LaTeX structured formatter and typesetter. + + The makeindex generator for the TeX formatter and typesetter and the LaTeX structured formatter and typesetter. + + The command line used to call the makeindex generator for the TeX formatter and typesetter and the LaTeX structured formatter and typesetter. + + The string displayed when calling the makeindex generator for the TeX formatter and typesetter and the LaTeX structured formatter and typesetter. If this is not set, then &cv-link-MAKEINDEXCOM; (the command line) is displayed. + + General options passed to the makeindex generator for the TeX formatter and typesetter and the LaTeX structured formatter and typesetter. + + The TeX formatter and typesetter. + + The command line used to call the TeX formatter and typesetter. + + The string displayed when calling the TeX formatter and typesetter. If this is not set, then &cv-link-TEXCOM; (the command line) is displayed. + - + env = Environment(TEXCOMSTR = "Building $TARGET from TeX input $SOURCES") - + + General options passed to the TeX formatter and typesetter. + + + \ No newline at end of file -- cgit v1.2.3