blob: 4f690413ffed0313d93f794db2991e263fa80866 (
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
|
<!-- __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="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>
|