[pstricks] pst-pdf

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Jul 10 20:18:15 CEST 2013


Am 10.07.2013 17:50, schrieb Patrice MÉGRET:

> I have to extract eps figures for an article and I use pst-pdf.
>
> It worked fine on the example but I always get an error in my file (see
> attached sample code) at the latex compilation.
>
> I cannot figure the trouble here. Can you help me?

Patrice,
you should use auto-pst-pdf, it has some advantages.
But you must have filenames without spaces in the name.
Only the pspicture environment ist scanned by the
package if you use the psgraph environment then put
it into

\begin{postscript}
\psset{...}
\begin{psgraph}...
...
\ned{psgraph}
\end{postscript}

Attached my version which runs fine with
pdflatex --shell-escape Document-TeX1.tex

best
Herbert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Document-TeX1.tex
Type: text/x-tex
Size: 3271 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20130710/2e4ccdc9/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Document-TeX1.pdf
Type: application/pdf
Size: 89125 bytes
Desc: not available
URL: <http://tug.org/pipermail/pstricks/attachments/20130710/2e4ccdc9/attachment-0001.pdf>


More information about the PSTricks mailing list