<div dir="ltr"><div>Dear Herbert:<br><br>Could you please help me out?<br><br></div><div>I downloaded your attachment to see if it would run on my debian linux system.<br><br></div><div>But it does not work.<br><br></div><div>
It gives me the document but with the figure not correct.<br><br></div><div>I am attaching the log file and a console log file because pdflatex gives an error to the console that does not appear in the log file.<br><br></div>
<div>From the top of the log file, you can see I am using TexLive 2013 (debian).<br><br></div><div>I want this to work because I use pstricks a lot.<br><br></div><div>Kind regards,<br><br></div><div>angelo <br></div><div>
<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 10, 2013 at 2:25 PM,  <span dir="ltr"><<a href="mailto:pstricks-request@tug.org" target="_blank">pstricks-request@tug.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send PSTricks mailing list submissions to<br>
        <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of PSTricks digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. pst-pdf (Patrice M?GRET)<br>
   2. Re: pst-pdf (Herbert Voss)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 10 Jul 2013 15:50:09 +0000<br>
From: Patrice M?GRET <<a href="mailto:Patrice.MEGRET@umons.ac.be">Patrice.MEGRET@umons.ac.be</a>><br>
To: "<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>" <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>><br>
Subject: [pstricks] pst-pdf<br>
Message-ID:<br>
        <<a href="mailto:8EAD3A11C751924B9AB951FA32FD86EB04C05D29@EXCHANGEDB4.umons.ac.be">8EAD3A11C751924B9AB951FA32FD86EB04C05D29@EXCHANGEDB4.umons.ac.be</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Dear Herbert,<br>
Dear all,<br>
<br>
I have to extract eps figures for an article and I use pst-pdf.<br>
<br>
It worked fine on the example but I always get an error in my file (see attached sample code) at the latex compilation.<br>
I cannot figure the trouble here. Can you help me?<br>
<br>
Best regards,<br>
<br>
Patrice<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://tug.org/pipermail/pstricks/attachments/20130710/509799d2/attachment-0001.html" target="_blank">http://tug.org/pipermail/pstricks/attachments/20130710/509799d2/attachment-0001.html</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: Document-TeX 1.tex<br>
Type: application/x-tex<br>
Size: 3285 bytes<br>
Desc: Document-TeX 1.tex<br>
URL: <<a href="http://tug.org/pipermail/pstricks/attachments/20130710/509799d2/attachment-0001.tex" target="_blank">http://tug.org/pipermail/pstricks/attachments/20130710/509799d2/attachment-0001.tex</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 10 Jul 2013 20:18:15 +0200<br>
From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
To: <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>><br>
Subject: Re: [pstricks] pst-pdf<br>
Message-ID: <51DDA567.50605@FU-Berlin.DE><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
Am 10.07.2013 17:50, schrieb Patrice M?GRET:<br>
<br>
> I have to extract eps figures for an article and I use pst-pdf.<br>
><br>
> It worked fine on the example but I always get an error in my file (see<br>
> attached sample code) at the latex compilation.<br>
><br>
> I cannot figure the trouble here. Can you help me?<br>
<br>
Patrice,<br>
you should use auto-pst-pdf, it has some advantages.<br>
But you must have filenames without spaces in the name.<br>
Only the pspicture environment ist scanned by the<br>
package if you use the psgraph environment then put<br>
it into<br>
<br>
\begin{postscript}<br>
\psset{...}<br>
\begin{psgraph}...<br>
...<br>
\ned{psgraph}<br>
\end{postscript}<br>
<br>
Attached my version which runs fine with<br>
pdflatex --shell-escape Document-TeX1.tex<br>
<br>
best<br>
Herbert<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: Document-TeX1.tex<br>
Type: text/x-tex<br>
Size: 3271 bytes<br>
Desc: not available<br>
URL: <<a href="http://tug.org/pipermail/pstricks/attachments/20130710/2e4ccdc9/attachment.bin" target="_blank">http://tug.org/pipermail/pstricks/attachments/20130710/2e4ccdc9/attachment.bin</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: Document-TeX1.pdf<br>
Type: application/pdf<br>
Size: 89125 bytes<br>
Desc: not available<br>
URL: <<a href="http://tug.org/pipermail/pstricks/attachments/20130710/2e4ccdc9/attachment.pdf" target="_blank">http://tug.org/pipermail/pstricks/attachments/20130710/2e4ccdc9/attachment.pdf</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
<br>
<br>
------------------------------<br>
<br>
End of PSTricks Digest, Vol 126, Issue 5<br>
****************************************<br>
</blockquote></div><br></div>