diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-06 18:45:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-06 18:45:39 +0000 |
commit | db8ceff2d90eba30a9f41e04d121f69ff8d03161 (patch) | |
tree | d6c556252af3753edd2233fd65745dacba17c8e8 /Master/texmf-dist/doc/generic/pst-support/latex-ps-pdf.tco | |
parent | d2e0db87758c47e14ac51fb19f2748d067ea5788 (diff) |
new package pst-support (5feb09)
git-svn-id: svn://tug.org/texlive/trunk@12106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-support/latex-ps-pdf.tco')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-support/latex-ps-pdf.tco | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-support/latex-ps-pdf.tco b/Master/texmf-dist/doc/generic/pst-support/latex-ps-pdf.tco new file mode 100644 index 00000000000..3a7d6cb4cad --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-support/latex-ps-pdf.tco @@ -0,0 +1,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>
\ No newline at end of file |