-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.tco
67 lines (67 loc) · 3.71 KB
/
output.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?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" stopOnLatexError="false">
<texCommand execute="true" path="latex.exe" arguments="--src -interaction=nonstopmode "%Wm""/>
<bibTexCommand execute="true" path="bibtex.exe" arguments=""%bm""/>
<makeIndexCommand execute="true" path="makeindex.exe" arguments=""%bm""/>
<postProcessors/>
<viewer path="YAP.EXE" closeBeforeCompilation="false">
<viewProjectCommand type="commandLine">
<commandLineCommand path="YAP.EXE" arguments="-1 "%bm.dvi""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewProjectCommand>
<viewCurrentFileCommand type="commandLine">
<commandLineCommand path="YAP.EXE" arguments="-1 -s %l"%Wc" "%bm.dvi""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewCurrentFileCommand>
<viewCloseCommand type="commandLine">
<commandLineCommand path="" arguments=""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewCloseCommand>
</viewer>
</outputProfile>
<outputProfile name="LaTeX => PS" stopOnLatexError="false">
<texCommand execute="true" path="latex.exe" arguments="--src -interaction=nonstopmode "%Wm""/>
<bibTexCommand execute="true" path="bibtex.exe" arguments=""%bm""/>
<makeIndexCommand execute="true" path="makeindex.exe" arguments=""%bm""/>
<postProcessors>
<processor name="DviPs" path="dvips.exe" arguments=""%Bm.dvi"" inputFile="" outputFile=""/>
</postProcessors>
<viewer path="ACRODIST.EXE" closeBeforeCompilation="false">
<viewProjectCommand type="commandLine">
<commandLineCommand path="ACRODIST.EXE" arguments=" "%bm.ps""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewProjectCommand>
<viewCurrentFileCommand type="commandLine">
<commandLineCommand path="ACRODIST.EXE" arguments=" "%bm.ps""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewCurrentFileCommand>
<viewCloseCommand type="commandLine">
<commandLineCommand path="" arguments=""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewCloseCommand>
</viewer>
</outputProfile>
<outputProfile name="LaTeX => PDF" stopOnLatexError="false">
<texCommand execute="true" path="pdflatex.exe" arguments="-interaction=nonstopmode "%pm""/>
<bibTexCommand execute="true" path="bibtex.exe" arguments=""%bm""/>
<makeIndexCommand execute="true" path="makeindex.exe" arguments=""%bm""/>
<postProcessors/>
<viewer path="AcroRd32.exe" closeBeforeCompilation="true">
<viewProjectCommand type="dde">
<commandLineCommand path="AcroRd32.exe" arguments=" "%bm.pdf""/>
<ddeCommand path="AcroRd32.exe" server="acroViewR10" topic="control" command="[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")],"/>
</viewProjectCommand>
<viewCurrentFileCommand type="dde">
<commandLineCommand path="newpdf.bat" arguments=" "%bm.pdf""/>
<ddeCommand path="AcroRd32.exe" server="acroViewR10" topic="control" command="[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]"/>
</viewCurrentFileCommand>
<viewCloseCommand type="dde">
<commandLineCommand path="n %.pdf" arguments="/close "%bm.pdf""/>
<ddeCommand path="" server="acroViewR10" topic="control" command="[DocClose("%bm.pdf")]"/>
</viewCloseCommand>
</viewer>
</outputProfile>
</outputProfileList>
</txcop:outputProfiles>