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/dvi.xml | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'src/engine/SCons/Tool/dvi.xml') diff --git a/src/engine/SCons/Tool/dvi.xml b/src/engine/SCons/Tool/dvi.xml index cd7e682..7699629 100644 --- a/src/engine/SCons/Tool/dvi.xml +++ b/src/engine/SCons/Tool/dvi.xml @@ -1,13 +1,34 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Attaches the &b-DVI; builder to the construction environment. + @@ -17,6 +38,7 @@ construction environment. + Builds a .dvi file from a .tex, .ltx or .latex input file. @@ -47,21 +69,26 @@ and will examine the contents .log file and re-run the &cv-link-LATEXCOM; command if the log file says it is necessary. + + The suffix .dvi (hard-coded within TeX itself) is automatically added to the target if it is not already present. Examples: + - + # builds from aaa.tex env.DVI(target = 'aaa.dvi', source = 'aaa.tex') # builds bbb.dvi env.DVI(target = 'bbb', source = 'bbb.ltx') # builds from ccc.latex env.DVI(target = 'ccc.dvi', source = 'ccc.latex') - + + + \ No newline at end of file -- cgit v1.2.3