[OS X TeX] pst-pdf produces no output

Michael Hoppe mh at michael-hoppe.de
Sun Nov 5 17:27:50 CET 2006


>Morning.
>
>In the last days I have installed the new i-Installer TeXLive tree. 
>Today I want to work with pst-all and pst-pdf. But the 
>postscript.engine ...
>
>===== 8>< =====
>#!/bin/sh
>basefname="`basename "$1" .tex`"
>pdflatex "$1"

Why pdflatex here?  Try

===== 8>< =====
#!/bin/sh
basefname="`basename "$1" .tex`"
latex "$1"
dvips -o "${basefname}-pics.ps" "${basefname}.dvi"
ps2pdf "${basefname}-pics.ps"
pdflatex "$1"
===== ><8 =====

instead.

Michael

-- 
-= Michael Hoppe <www.michael-hoppe.de>, <mh at michael-hoppe.de> =-----
-= Key fingerprint 232F 74A4 93CE 7732 A5BC  E341 4365 044B 379C 4C59
-= PGP public key ID 379C4C59  =-------------------------------------
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list