benti wrote:Did that, now; a different problem results.
An intermediate FILENAME-autopp.pdf is created that shows the automaton all right; but it isn't inserted in the main output document. In the compilation log, pst-pdf is complaining that it can't find the file (see attachment)
Making slow progress, it seems; could you help once more?
thanks,
Niels
gastex_prob.log
sieht so aus, als hättest du kein pdfcrop installiert, was eigentlich bei
MiKTeX dabei sein sollte.
> system(dvips -Ppdf -o "gastex_prob-autopp.ps" "gastex_prob-autopp.dvi")...executed.
> system(ps2pdf "gastex_prob-autopp.ps" "gastex_prob-autopp.pdf")...executed.
> system(pdfcrop "gastex_prob-autopp.pdf" "gastex_prob-pics.pdf")...executed.
>
> Package auto-pst-pdf Warning:
> Creation of gastex_prob-pics.pdf failed.
Herbert