<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Once again Herbert thanks a lot<br><br>&gt; From: pstricks-request@tug.org<br>&gt; Subject: PSTricks Digest, Vol 76, Issue 27<br>&gt; To: pstricks@tug.org<br>&gt; Date: Fri, 22 May 2009 12:00:02 +0200<br>&gt; <br>&gt; Send PSTricks mailing list submissions to<br>&gt;         pstricks@tug.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://tug.org/mailman/listinfo/pstricks<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         pstricks-request@tug.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         pstricks-owner@tug.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of PSTricks digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. pstricks-add: Undefined control sequence. \resetOptions<br>&gt;       (Michel Vo?kuhle)<br>&gt;    2. Re: pstricks-add: Undefined control sequence.        \resetOptions<br>&gt;       (Herbert Voss)<br>&gt;    3. Problem with pst-map2d (Venustiano Soancatl Aguilar)<br>&gt;    4. Re: pstricks-add: Undefined control        sequence.        \resetOptions<br>&gt;       (Michel Vo?kuhle)<br>&gt;    5. Re: Problem with pst-map2d (Antoine Pairet)<br>&gt;    6. Re: Problem with pst-map2d (Herbert Voss)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Thu, 21 May 2009 21:38:09 +0200<br>&gt; From: Michel Vo?kuhle &lt;m.vosskuhle@uni-muenster.de&gt;<br>&gt; Subject: [pstricks] pstricks-add: Undefined control sequence.<br>&gt;         \resetOptions<br>&gt; To: pstricks@tug.org<br>&gt; Message-ID: &lt;4A15ADA1.3040901@uni-muenster.de&gt;<br>&gt; Content-Type: text/plain; charset=UTF-8<br>&gt; <br>&gt; Dear All,<br>&gt; <br>&gt; I encountered a Problem when trying to use a new Version of the<br>&gt; pstricks-add package.<br>&gt; <br>&gt; I downloaded all the newest pstricks and pstricks-related packages from<br>&gt; ctan, including<br>&gt; <br>&gt; color.cfg, dvips.def, keyval.tex, minimal.cls, missfont.log,<br>&gt; multido.sty, multido.tex, pst-3d.sty, pst-3d.tex, pst-fp.tex,<br>&gt; pst-math.pro, pst-math.sty, pst-math.tex, pst-node.tex,<br>&gt; pst-plot.tex, pst-xkey.sty, pst-xkey.tex, pstricks-add.sty,<br>&gt; pstricks-add.tex, pstricks.con, pstricks.sty, pstricks.tex, xcolor.sty,<br>&gt; xkeyval.sty, xkeyval.tex<br>&gt; <br>&gt; (in fact I needed to decompress pst-3d first) and put them in one folder<br>&gt; together with the following tex-file<br>&gt; <br>&gt; ===========================================================<br>&gt; \documentclass{minimal}<br>&gt; <br>&gt; \usepackage{pstricks-add}<br>&gt; <br>&gt; \begin{document}<br>&gt; <br>&gt; \end{document}<br>&gt; ===========================================================<br>&gt; <br>&gt; But when I try to run latex over this file I get<br>&gt; <br>&gt; ===========================================================<br>&gt; michel@debian:~/test$ latex test.tex<br>&gt; This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)<br>&gt;  %&amp;-line parsing enabled.<br>&gt; entering extended mode<br>&gt; (./test.tex<br>&gt; LaTeX2e &lt;2005/12/01&gt;<br>&gt; Babel &lt;v3.8h&gt; and hyphenation patterns for english, usenglishmax,<br>&gt; dumylang, noh<br>&gt; yphenation, german, ngerman, loaded.<br>&gt; (./minimal.cls<br>&gt; Document Class: minimal 2001/05/25 Standard LaTeX minimal class<br>&gt; ) (./pstricks-add.sty (./pstricks.sty (./pstricks.tex<br>&gt; `PSTricks' v1.27  &lt;2009/01/25&gt; (tvz)<br>&gt; (./pstricks.con)) (./xcolor.sty (./color.cfg) (./dvips.def)))<br>&gt; (./pstricks-add.tex (./pst-plot.tex (./multido.tex  v1.41, 2004/05/18 &lt;tvz&gt;)<br>&gt;  v1.03, 2008/11/24) (./pst-node.tex  v1.01, 2008/11/26) (./pst-3d.tex<br>&gt; (./pst-xkey.tex (./xkeyval.sty (./xkeyval.tex (./keyval.tex))))<br>&gt; `PST-3d' v1.00, 2005/09/03 (tvz)) (./pst-fp.tex<br>&gt; `pst-fp' v0.02, 2009/04/02 (hv)) (./pst-math.tex `pst-math' v0.21 , (CJ,hv))<br>&gt; `pstricks-add' v3.32, 2009/05/11 (dr,hv)<br>&gt; ! Undefined control sequence.<br>&gt; \resetOptions ...\pst@linetype {0}\pstScalePoints<br>&gt;                                                   (1,1){}{}\psset<br>&gt; [pstricks-...<br>&gt; l.4152 \resetOptions<br>&gt; <br>&gt; ?<br>&gt; ===========================================================<br>&gt; <br>&gt; Am I doing something wrong? When searching on the internet (and in the<br>&gt; archives of this list) I found similar errors. But the problem was<br>&gt; always an outdated installation of another package (either pstricks or<br>&gt; xkeyval). Now after putting all these files directly from ctan into the<br>&gt; folder I think this can't be the problem, can it?<br>&gt; <br>&gt; Thanks for your help in advance.<br>&gt; <br>&gt; Sincerely,<br>&gt; <br>&gt; Michel Vo?kuhle<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Thu, 21 May 2009 22:21:35 +0200<br>&gt; From: Herbert Voss &lt;Herbert.Voss@FU-Berlin.DE&gt;<br>&gt; Subject: Re: [pstricks] pstricks-add: Undefined control sequence.<br>&gt;         \resetOptions<br>&gt; To: Graphics with PSTricks &lt;pstricks@tug.org&gt;<br>&gt; Message-ID: &lt;4A15B7CF.8020800@FU-Berlin.DE&gt;<br>&gt; Content-Type: text/plain; charset=UTF-8<br>&gt; <br>&gt; Michel Vo?kuhle schrieb:<br>&gt; <br>&gt; &gt; I encountered a Problem when trying to use a new Version of the<br>&gt; &gt; pstricks-add package.<br>&gt; <br>&gt; I suppose it is my mistake ..<br>&gt; go into pstricks-add.tex and search  for \pstScalePoints<br>&gt; and delete the \iffalse ... \fi around this macro. It's<br>&gt; at lines 2391 ...<br>&gt; <br>&gt; I'll upload a new version to CTAN if it helps<br>&gt; <br>&gt; Herbert<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Thu, 21 May 2009 17:53:19 -0500<br>&gt; From: Venustiano Soancatl Aguilar &lt;vsoancatl@hotmail.com&gt;<br>&gt; Subject: [pstricks] Problem with pst-map2d<br>&gt; To: &lt;pstricks@tug.org&gt;<br>&gt; Message-ID: &lt;SNT116-W2275FCD75651C4A6DCFB4FB0590@phx.gbl&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; <br>&gt; I try to compile the next code<br>&gt; <br>&gt; \documentclass{article}<br>&gt; \usepackage{pst-all}<br>&gt; \usepackage{pst-map2d}<br>&gt; <br>&gt; \begin{document}<br>&gt;     \psset{linewidth=0.75\pslinewidth}<br>&gt;     {\psset{xunit=0.5,yunit=0.5}<br>&gt;     \begin{pspicture}*(-9,-9)(10,9)<br>&gt;         \psframe*[linecolor=ocean](-9,-9)(10,9)<br>&gt;         \psframe(-9,-9)(10,9)<br>&gt;         \WorldMap[maillage=false]<br>&gt;     \end{pspicture}}<br>&gt; \end{document}<br>&gt; <br>&gt; but I get the next error <br>&gt; <br>&gt; *****<br>&gt; *****     PStoPDF output: <br>&gt; *****     cd '/media/disk/cursos/latex/pstricks/pst-map23d/examples'<br>&gt; *****     ps2pdf 'world.ps' 'world.pdf'<br>&gt; *****<br>&gt; Error: /undefinedfilename in --run--<br>&gt; Operand stack:<br>&gt;    (river1.dat)   (r)<br>&gt; Execution stack:<br>&gt;    %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   1905   1   3   %oparray_pop   1904   1   3   %oparray_pop   1888   1   3   %oparray_pop   1771   1   3   %oparray_pop   --nostringval--   %errorexec_pop   .runexec2   --nostringval--   --nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --nostringval--   1905   1   6   %oparray_pop   --nostringval--<br>&gt; Dictionary stack:<br>&gt;    --dict:1151/1684(ro)(G)--   --dict:0/20(G)--   --dict:104/200(L)--   --dict:175/300(L)--   --dict:38/200(L)--   --dict:115/200(L)--<br>&gt; Current allocation mode is local<br>&gt; Last OS error: 2<br>&gt; Current file position is 106082<br>&gt; GPL Ghostscript 8.61: Unrecoverable error, exit code 1<br>&gt; <br>&gt; Is there anything I can do. Thanks in advance..<br>&gt; <br>&gt; _________________________________________________________________<br>&gt; Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!<br>&gt; http://spaces.live.com/spacesapi.aspx?wx_action=create&amp;wx_url=/friends.aspx&amp;mkt=en-us<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://tug.org/pipermail/pstricks/attachments/20090521/ee1306aa/attachment-0001.html <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 4<br>&gt; Date: Thu, 21 May 2009 23:51:22 +0200<br>&gt; From: Michel Vo?kuhle &lt;m.vosskuhle@uni-muenster.de&gt;<br>&gt; Subject: Re: [pstricks] pstricks-add: Undefined control        sequence.<br>&gt;         \resetOptions<br>&gt; To: Graphics with PSTricks &lt;pstricks@tug.org&gt;<br>&gt; Message-ID: &lt;4A15CCDA.4050904@uni-muenster.de&gt;<br>&gt; Content-Type: text/plain; charset=UTF-8<br>&gt; <br>&gt; Dear Herbert,<br>&gt; <br>&gt; Herbert Voss schrieb:<br>&gt; &gt; go into pstricks-add.tex and search  for \pstScalePoints<br>&gt; &gt; and delete the \iffalse ... \fi around this macro. It's<br>&gt; &gt; at lines 2391 ...<br>&gt; <br>&gt; This worked great. I didn't encounter any further problems after<br>&gt; deleting those two lines.<br>&gt; <br>&gt; Thanks a lot for the really fast help.<br>&gt; <br>&gt; Yours sincerely,<br>&gt; <br>&gt; Michel<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 5<br>&gt; Date: Fri, 22 May 2009 08:48:43 +0200<br>&gt; From: Antoine Pairet &lt;lists@pairet.be&gt;<br>&gt; Subject: Re: [pstricks] Problem with pst-map2d<br>&gt; To: Graphics with PSTricks &lt;pstricks@tug.org&gt;<br>&gt; Message-ID: &lt;1242974923.3483.5.camel@portant&gt;<br>&gt; Content-Type: text/plain<br>&gt; <br>&gt; Hi!<br>&gt; I tried here and had a similar error... Moreover I also had an error due<br>&gt; to the "ocean" color which I needed to remove. <br>&gt; <br>&gt; On Thu, 2009-05-21 at 17:53 -0500, Venustiano Soancatl Aguilar wrote:<br>&gt; &gt; Error: /undefinedfilename in --run--<br>&gt; &gt; Operand stack:<br>&gt; &gt;    (river1.dat)   (r)<br>&gt; &gt; Execution stack:<br>&gt; &gt;    %interp_exit   .runexec2   --nostringval--   --nostringval--<br>&gt; &gt; --nostringval--   2   %stopped_push   --nostringval--<br>&gt; &gt; --nostringval--   --nostringval--   false   1   %stopped_push   1905<br>&gt; &gt; 1   3   %oparray_pop   1904   1   3   %oparray_pop   1888   1   3   %<br>&gt; &gt; oparray_pop   1771   1   3   %oparray_pop   --nostringval--   %<br>&gt; &gt; errorexec_pop   .runexec2   --nostringval--   --nostringval--<br>&gt; &gt; --nostringval--   2   %stopped_push   --nostringval--<br>&gt; &gt; --nostringval--   1905   1   6   %oparray_pop   --nostringval--<br>&gt; &gt; Dictionary stack:<br>&gt; &gt;    --dict:1151/1684(ro)(G)--   --dict:0/20(G)--   --dict:104/200(L)--<br>&gt; &gt; --dict:175/300(L)--   --dict:38/200(L)--   --dict:115/200(L)--<br>&gt; &gt; Current allocation mode is local<br>&gt; &gt; Last OS error: 2<br>&gt; &gt; Current file position is 106082<br>&gt; &gt; GPL Ghostscript 8.61: Unrecoverable error, exit code 1<br>&gt; &gt; <br>&gt; &gt; Is there anything I can do. Thanks in advance..<br>&gt; <br>&gt; I tried to add the pstricks-add package, but I experienced a similar<br>&gt; error:<br>&gt; <br>&gt; Error: /undefinedfilename in --run--<br>&gt; Operand stack:<br>&gt;    (data/river.dat)   (r)<br>&gt; Execution stack:<br>&gt;    %interp_exit   .runexec2   --nostringval--   --nostringval--<br>&gt; --nostringval--   2   %stopped_push   --nostringval--   --nostringval--<br>&gt; --nostringval--   false   1   %stopped_push   1862   1   3   %<br>&gt; oparray_pop   1861   1   3   %oparray_pop   1845   1   3   %oparray_pop<br>&gt; 1739   1   3   %oparray_pop   --nostringval--   %<br>&gt; errorexec_pop   .runexec2   --nostringval--   --nostringval--<br>&gt; --nostringval--   2   %stopped_push   --nostringval--   1862   1   6   %<br>&gt; oparray_pop   --nostringval--<br>&gt; Dictionary stack:<br>&gt;    --dict:1151/1684(ro)(G)--   --dict:0/20(G)--   --dict:81/200(L)--<br>&gt; --dict:175/300(L)--   --dict:38/200(L)--   --dict:116/200(L)--<br>&gt; Current allocation mode is local<br>&gt; Last OS error: 2<br>&gt; Current file position is 130586<br>&gt; GPL Ghostscript 8.64: Unrecoverable error, exit code 1<br>&gt; <br>&gt; regards,<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 6<br>&gt; Date: Fri, 22 May 2009 09:10:05 +0200<br>&gt; From: Herbert Voss &lt;Herbert.Voss@FU-Berlin.DE&gt;<br>&gt; Subject: Re: [pstricks] Problem with pst-map2d<br>&gt; To: Graphics with PSTricks &lt;pstricks@tug.org&gt;<br>&gt; Message-ID: &lt;4A164FCD.3020905@FU-Berlin.DE&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1<br>&gt; <br>&gt; Venustiano Soancatl Aguilar schrieb:<br>&gt; &gt; I try to compile the next code<br>&gt; &gt; <br>&gt; &gt; \documentclass{article}<br>&gt; &gt; \usepackage{pst-all}<br>&gt; &gt; \usepackage{pst-map2d}<br>&gt; &gt; <br>&gt; &gt; \begin{document}<br>&gt; &gt;     \psset{linewidth=0.75\pslinewidth}<br>&gt; &gt;     {\psset{xunit=0.5,yunit=0.5}<br>&gt; &gt;     \begin{pspicture}*(-9,-9)(10,9)<br>&gt; &gt;         \psframe*[linecolor=ocean](-9,-9)(10,9)<br>&gt; &gt;         \psframe(-9,-9)(10,9)<br>&gt; &gt;         \WorldMap[maillage=false]<br>&gt; &gt;     \end{pspicture}}<br>&gt; &gt; \end{document}<br>&gt; &gt; <br>&gt; &gt; but I get the next error <br>&gt; &gt; <br>&gt; &gt; *****<br>&gt; &gt; *****     PStoPDF output: <br>&gt; &gt; *****     cd '/media/disk/cursos/latex/pstricks/pst-map23d/examples'<br>&gt; &gt; *****     ps2pdf 'world.ps' 'world.pdf'<br>&gt; &gt; *****<br>&gt; &gt; Error: /undefinedfilename in --run--<br>&gt; &gt; Operand stack:<br>&gt; &gt;    (river1.dat)   (r)<br>&gt; <br>&gt; <br>&gt; there are two important facts in usinf pst-geo:<br>&gt; - you have to define the correct path for the data files<br>&gt;   psset{data=...}<br>&gt; - you have to run ps2pdf -dNOSAFER ....<br>&gt; <br>&gt; <br>&gt; Herbert<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; PSTricks mailing list<br>&gt; PSTricks@tug.org<br>&gt; http://tug.org/mailman/listinfo/pstricks<br>&gt; <br>&gt; <br>&gt; End of PSTricks Digest, Vol 76, Issue 27<br>&gt; ****************************************<br><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>