forked from espaulding/UMThesisTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dvi2pdf.tco
27 lines (27 loc) · 1.55 KB
/
dvi2pdf.tco
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
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<txcop:outputProfiles version="1" xmlns:txcop="http://schemas.ToolsCenter.org/TeXnicCenter/OutputProfiles.xsd">
<outputProfileList>
<outputProfile name="LaTeX =>DVI => PDF" stopOnLatexError="false">
<texCommand execute="true" path="latex.exe" arguments="--src -interaction=nonstopmode -max-print-line=120 "%Wm""/>
<bibTexCommand execute="true" path="bibtex.exe" arguments=""%bm""/>
<makeIndexCommand execute="true" path="makeindex.exe" arguments=""%bm""/>
<postProcessors>
<processor name="Convert DVI to PDF" path="dvipdfm.exe" arguments=""%Bm.dvi"" inputFile="" outputFile=""/>
</postProcessors>
<viewer path="ACRORD32.EXE" closeBeforeCompilation="true">
<viewProjectCommand type="dde">
<commandLineCommand path="" arguments=""/>
<ddeCommand path="ACRORD32.EXE" server="acroview" topic="control" command="[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]"/>
</viewProjectCommand>
<viewCurrentFileCommand type="dde">
<commandLineCommand path="" arguments=""/>
<ddeCommand path="ACRORD32.EXE" server="acroview" topic="control" command="[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]"/>
</viewCurrentFileCommand>
<viewCloseCommand type="dde">
<commandLineCommand path="" arguments=""/>
<ddeCommand path="" server="acroview" topic="control" command="[DocClose("%bm.pdf")]"/>
</viewCloseCommand>
</viewer>
</outputProfile>
</outputProfileList>
</txcop:outputProfiles>