3 SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4 SPDX-License-Identifier: MIT
5 SPDX-FileType: DOCUMENTATION
7 This file is processed by the bin/SConsDoc.py module.
11 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
13 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
15 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
17 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
19 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
23 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
24 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25 xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
30 Sets construction variables for the TeX formatter and typesetter.
38 <item>LATEXFLAGS</item>
41 <item>BIBTEXFLAGS</item>
42 <item>BIBTEXCOM</item>
43 <item>MAKEINDEX</item>
44 <item>MAKEINDEXFLAGS</item>
45 <item>MAKEINDEXCOM</item>
48 <item>TEXCOMSTR</item>
49 <item>LATEXCOMSTR</item>
50 <item>BIBTEXCOMSTR</item>
51 <item>MAKEINDEXCOMSTR</item>
58 The bibliography generator for the TeX formatter and typesetter and the
59 LaTeX structured formatter and typesetter.
64 <cvar name="BIBTEXCOM">
67 The command line used to call the bibliography generator for the
68 TeX formatter and typesetter and the LaTeX structured formatter and
74 <cvar name="BIBTEXCOMSTR">
77 The string displayed when generating a bibliography
79 If this is not set, then &cv-link-BIBTEXCOM; (the command line) is displayed.
83 env = Environment(BIBTEXCOMSTR = "Generating bibliography $TARGET")
88 <cvar name="BIBTEXFLAGS">
91 General options passed to the bibliography generator for the TeX formatter
92 and typesetter and the LaTeX structured formatter and typesetter.
97 <cvar name="MAKEINDEX">
100 The makeindex generator for the TeX formatter and typesetter and the
101 LaTeX structured formatter and typesetter.
106 <cvar name="MAKEINDEXCOM">
109 The command line used to call the makeindex generator for the
110 TeX formatter and typesetter and the LaTeX structured formatter and
116 <cvar name="MAKEINDEXCOMSTR">
119 The string displayed when calling the makeindex generator for the
120 TeX formatter and typesetter
121 and the LaTeX structured formatter and typesetter.
122 If this is not set, then &cv-link-MAKEINDEXCOM; (the command line) is displayed.
127 <cvar name="MAKEINDEXFLAGS">
130 General options passed to the makeindex generator for the TeX formatter
131 and typesetter and the LaTeX structured formatter and typesetter.
139 The TeX formatter and typesetter.
147 The command line used to call the TeX formatter and typesetter.
152 <cvar name="TEXCOMSTR">
155 The string displayed when calling
156 the TeX formatter and typesetter.
157 If this is not set, then &cv-link-TEXCOM; (the command line) is displayed.
161 env = Environment(TEXCOMSTR = "Building $TARGET from TeX input $SOURCES")
166 <cvar name="TEXFLAGS">
169 General options passed to the TeX formatter and typesetter.