diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-support/pdflatex-autopstpdf.tco')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-support/pdflatex-autopstpdf.tco | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-support/pdflatex-autopstpdf.tco b/Master/texmf-dist/doc/generic/pst-support/pdflatex-autopstpdf.tco new file mode 100644 index 00000000000..5c951faac68 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-support/pdflatex-autopstpdf.tco @@ -0,0 +1,25 @@ +<?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 => auto-pst-pdf => PDF" stopOnLatexError="false">
+ <texCommand execute="true" path="pdflatex.exe" arguments="--src -interaction=nonstopmode -max-print-line=120 --enable-write18 "%Wm""/>
+ <bibTexCommand execute="false" path="bibtex.exe" arguments=""%bm""/>
+ <makeIndexCommand execute="false" path="makeindex.exe" arguments="-s personal.ist -g "%bm""/>
+ <postProcessors/>
+ <viewer path="Acrobat.exe" closeBeforeCompilation="false">
+ <viewProjectCommand type="dde">
+ <commandLineCommand path="gsview32.exe" arguments=""%bm.pdf""/>
+ <ddeCommand path="Acrobat.exe" server="acroview" topic="control" command="[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]"/>
+ </viewProjectCommand>
+ <viewCurrentFileCommand type="dde">
+ <commandLineCommand path="gsview32.exe" arguments=""%bm.pdf""/>
+ <ddeCommand path="Acrobat.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>
\ No newline at end of file |