diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pstricks/pst-support/latex-pstpdf-pdf.tco |
Initial commit
Diffstat (limited to 'graphics/pstricks/pst-support/latex-pstpdf-pdf.tco')
-rw-r--r-- | graphics/pstricks/pst-support/latex-pstpdf-pdf.tco | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/pstricks/pst-support/latex-pstpdf-pdf.tco b/graphics/pstricks/pst-support/latex-pstpdf-pdf.tco new file mode 100644 index 0000000000..ccba3100ef --- /dev/null +++ b/graphics/pstricks/pst-support/latex-pstpdf-pdf.tco @@ -0,0 +1,29 @@ +<?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 => pst-pdf => PDF" stopOnLatexError="false">
+ <texCommand execute="true" path="latex.exe" arguments="--src -interaction=nonstopmode -max-print-line=120 "%Wm""/>
+ <bibTexCommand execute="false" path="bibtex.exe" arguments=""%bm""/>
+ <makeIndexCommand execute="false" path="makeindex.exe" arguments="-s personal.ist -g "%bm""/>
+ <postProcessors>
+ <processor name="DviPs (PDF)" path="dvips.exe" arguments="-o "%Bm-pics.ps" "%Bm.dvi"" inputFile="" outputFile=""/>
+ <processor name="Ghostscript (ps2pdf)" path="gswin32.exe" arguments="-sPAPERSIZE=a4 -dNOSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile="%bm-pics.pdf" -c save pop -f "%bm-pics.ps"" inputFile="" outputFile=""/>
+ <processor name="PDFLatex" path="pdflatex.exe" arguments="-interaction=nonstopmode -max-print-line=120 "%Bm"" inputFile="" outputFile=""/>
+ </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 |