summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/latex.xml
blob: 6a415f7841b005fdfee41904757a9f7b81c19d48 (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
<!-- __COPYRIGHT__ -->
<tool name="latex">
<summary>
XXX
</summary>
</tool>

<cvar name="LATEX">
<summary>
The LaTeX structured formatter and typesetter.
</summary>
</cvar>

<cvar name="LATEXCOM">
<summary>
The command line used to call the LaTeX structured formatter and typesetter.
</summary>
</cvar>

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

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

<cvar name="LATEXFLAGS">
<summary>
General options passed to the LaTeX structured formatter and typesetter.
</summary>
</cvar>