summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool/tex.xml
blob: efc65a8f889097d2aeaa08ddabe5568d912c8709 (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!--
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 The SCons Foundation

This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
-->
<tool name="tex">
<summary>
Sets construction variables for the TeX formatter and typesetter.
</summary>
<sets>
TEX
TEXFLAGS
TEXCOM
LATEX
LATEXFLAGS
LATEXCOM
BIBTEX
BIBTEXFLAGS
BIBTEXCOM
MAKEINDEX
MAKEINDEXFLAGS
MAKEINDEXCOM
</sets>
<uses>
TEXCOMSTR
LATEXCOMSTR
BIBTEXCOMSTR
MAKEINDEXCOMSTR
</uses>
</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-link-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-link-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-link-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>