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