blob: 3a7d6cb4cadc23dc40c941ae65b2ceb37145bb15 (
plain)
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
|
<?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 => PS => PDF" 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 (PDF)" path="dvips.exe" arguments="-t a4 -P pdf "%Bm.dvi"" inputFile="" outputFile=""/>
<processor name="Ghostscript (ps2pdf)" path="gswin32c.exe" arguments="-sPAPERSIZE=a4 -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile="%bm.pdf" -c save pop -f "%bm.ps"" inputFile="" outputFile=""/>
</postProcessors>
<viewer path="ACROBAT.EXE" closeBeforeCompilation="false">
<viewProjectCommand type="commandLine">
<commandLineCommand path="ACROBAT.EXE" arguments=" "%bm.pdf""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewProjectCommand>
<viewCurrentFileCommand type="commandLine">
<commandLineCommand path="ACROBAT.EXE" arguments=" "%bm.pdf""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewCurrentFileCommand>
<viewCloseCommand type="commandLine">
<commandLineCommand path="" arguments=""/>
<ddeCommand path="" server="" topic="System" command=""/>
</viewCloseCommand>
</viewer>
</outputProfile>
</outputProfileList>
</txcop:outputProfiles>
|