From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/dvips.xml | 55 ++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 9 deletions(-) (limited to 'src/engine/SCons/Tool/dvips.xml') diff --git a/src/engine/SCons/Tool/dvips.xml b/src/engine/SCons/Tool/dvips.xml index bf08b5b..706b2e2 100644 --- a/src/engine/SCons/Tool/dvips.xml +++ b/src/engine/SCons/Tool/dvips.xml @@ -1,27 +1,49 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the dvips utility. + -DVIPS -DVIPSFLAGS -PSCOM -PSPREFIX -PSSUFFIX +DVIPS +DVIPSFLAGS +PSCOM +PSPREFIX +PSSUFFIX -PSCOMSTR +PSCOMSTR + Builds a .ps file from a .dvi input file (or, by extension, a .tex, @@ -32,50 +54,65 @@ The suffix specified by the &cv-link-PSSUFFIX; construction variable (.ps by default) is added automatically to the target if it is not already present. Example: + - + # builds from aaa.tex env.PostScript(target = 'aaa.ps', source = 'aaa.tex') # builds bbb.ps from bbb.dvi env.PostScript(target = 'bbb', source = 'bbb.dvi') - + + The TeX DVI file to PostScript converter. + + General options passed to the TeX DVI file to PostScript converter. + + The command line used to convert TeX DVI files into a PostScript file. + + The string displayed when a TeX DVI file is converted into a PostScript file. If this is not set, then &cv-link-PSCOM; (the command line) is displayed. + + The prefix used for PostScript file names. + + The prefix used for PostScript file names. + + + \ No newline at end of file -- cgit v1.2.3