summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/tex.xml
blob: df7196e2055d2ebd8efa4c64b172a444df92479f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!-- __COPYRIGHT__ -->
<tool name="tex">
<summary>
XXX
</summary>
</tool>

<cvar name="BIBTEX">
<summary>
The bibliography generator for the TeX formatter and typesetter and the
LaTeX structured formatter and typesetter.
</summary>
</cvar>

<cvar name="BIBTEXCOM">
<summary>
The command line used to call the bibliography generator for the
TeX formatter and typesetter and the LaTeX structured formatter and
typesetter.
</summary>
</cvar>

<cvar name="BIBTEXCOMSTR">
<summary>
The string displayed when generating a bibliography
for TeX or LaTeX.
If this is not set, then &cv-BIBTEXCOM; (the command line) is displayed.

<example>
env = Environment(BIBTEXCOMSTR = "Generating bibliography $TARGET")
</example>
</summary>
</cvar>

<cvar name="BIBTEXFLAGS">
<summary>
General options passed to the bibliography generator for the TeX formatter
and typesetter and the LaTeX structured formatter and typesetter.
</summary>
</cvar>

<cvar name="MAKEINDEX">
<summary>
The makeindex generator for the TeX formatter and typesetter and the
LaTeX structured formatter and typesetter.
</summary>
</cvar>

<cvar name="MAKEINDEXCOM">
<summary>
The command line used to call the makeindex generator for the
TeX formatter and typesetter and the LaTeX structured formatter and
typesetter.
</summary>
</cvar>

<cvar name="MAKEINDEXCOMSTR">
<summary>
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-MAKEINDEXCOM; (the command line) is displayed.
</summary>
</cvar>

<cvar name="MAKEINDEXFLAGS">
<summary>
General options passed to the makeindex generator for the TeX formatter
and typesetter and the LaTeX structured formatter and typesetter.
</summary>
</cvar>

<cvar name="TEX">
<summary>
The TeX formatter and typesetter.
</summary>
</cvar>

<cvar name="TEXCOM">
<summary>
The command line used to call the TeX formatter and typesetter.
</summary>
</cvar>

<cvar name="TEXCOMSTR">
<summary>
The string displayed when calling
the TeX formatter and typesetter.
If this is not set, then &cv-TEXCOM; (the command line) is displayed.

<example>
env = Environment(TEXCOMSTR = "Building $TARGET from TeX input $SOURCES")
</example>
</summary>
</cvar>

<cvar name="TEXFLAGS">
<summary>
General options passed to the TeX formatter and typesetter.
</summary>
</cvar>