5 This file is processed by the bin/SConsDoc.py module.
6 See its __doc__ string for a discussion of the format.
10 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
12 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
14 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
16 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
18 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
22 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
29 Sets construction variables for the dvips utility.
34 <item>DVIPSFLAGS</item>
44 <builder name="PostScript">
47 Builds a <filename>.ps</filename> file
48 from a <filename>.dvi</filename> input file
49 (or, by extension, a <filename>.tex</filename>,
50 <filename>.ltx</filename>,
52 <filename>.latex</filename> input file).
53 The suffix specified by the &cv-link-PSSUFFIX; construction variable
54 (<filename>.ps</filename> by default)
55 is added automatically to the target
56 if it is not already present. Example:
61 env.PostScript(target = 'aaa.ps', source = 'aaa.tex')
62 # builds bbb.ps from bbb.dvi
63 env.PostScript(target = 'bbb', source = 'bbb.dvi')
71 The TeX DVI file to PostScript converter.
76 <cvar name="DVIPSFLAGS">
79 General options passed to the TeX DVI file to PostScript converter.
87 The command line used to convert TeX DVI files into a PostScript file.
92 <cvar name="PSCOMSTR">
95 The string displayed when a TeX DVI file
96 is converted into a PostScript file.
97 If this is not set, then &cv-link-PSCOM; (the command line) is displayed.
102 <cvar name="PSPREFIX">
105 The prefix used for PostScript file names.
110 <cvar name="PSSUFFIX">
113 The prefix used for PostScript file names.