<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">Blagodarq, ama e za daskali po profesionalna podgotowka.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR><BR>&nbsp;</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: "pstricks-request@tug.org" &lt;pstricks-request@tug.org&gt;<BR>To: pstricks@tug.org<BR>Sent: Thursday, June 19, 2008 12:45:48 AM<BR>Subject: PSTricks Digest, Vol 65, Issue 22<BR><BR>Send PSTricks mailing list submissions to<BR>&nbsp;&nbsp;&nbsp; <A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A><BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>&nbsp;&nbsp;&nbsp; <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>&nbsp;&nbsp;&nbsp; <A href="mailto:pstricks-request@tug.org" ymailto="mailto:pstricks-request@tug.org">pstricks-request@tug.org</A><BR><BR>You can reach the person managing the list at<BR>&nbsp;&nbsp;&nbsp; <A href="mailto:pstricks-owner@tug.org"
 ymailto="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>&nbsp; 1. Re: Testing a number (John Smith)<BR>&nbsp; 2. Re: conceptual question for pst-optexp (Christoph Bersch)<BR>&nbsp; 3. Re: conceptual question for pst-optexp (Herbert Voss)<BR>&nbsp; 4. Re: [Fwd: CTAN package update: pst-func] (Jean-C?me Charpentier)<BR>&nbsp; 5. \psDEBUG in pstricks-add (John Smith)<BR>&nbsp; 6. Re: \psDEBUG in pstricks-add (Herbert Voss)<BR>&nbsp; 7. Re: \psDEBUG in pstricks-add (Christoph Bersch)<BR>&nbsp; 8. Re: \psDEBUG in pstricks-add (John Smith)<BR>&nbsp; 9. pst-solides3d (Herbert Voss)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Wed, 18 Jun 2008 10:26:43 +0000<BR>From: John Smith &lt;<A href="mailto:chessfan123@hotmail.com"
 ymailto="mailto:chessfan123@hotmail.com">chessfan123@hotmail.com</A>&gt;<BR>Subject: Re: [pstricks] Testing a number<BR>To: Graphics with PSTricks &lt;<A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:BAY125-W4B97125F629A0C8F88045F8AB0@phx.gbl" ymailto="mailto:BAY125-W4B97125F629A0C8F88045F8AB0@phx.gbl">BAY125-W4B97125F629A0C8F88045F8AB0@phx.gbl</A>&gt;<BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR><BR><BR>To answer my own question, this works.<BR><BR>\def\test#1{\FPifzero{#1} 0 \else \testp{#1} \fi}\def\testp#1{\FPifpos{#1} 1 \else -1 \fi}It looks like FP has trouble with nested tests.<BR><BR><BR><BR>From: <A href="mailto:chessfan123@hotmail.comTo" ymailto="mailto:chessfan123@hotmail.comTo">chessfan123@hotmail.comTo</A>: <A href="mailto:pstricks@tug.orgDate" ymailto="mailto:pstricks@tug.orgDate">pstricks@tug.orgDate</A>: Wed, 18 Jun 2008 07:19:21 +0000Subject: Re:
 [pstricks] Testing a number<BR><BR><BR>Herbert&gt; Date: Wed, 18 Jun 2008 08:47:23 +0200&gt; From: <A href="mailto:Herbert.Voss@FU-Berlin.DE" ymailto="mailto:Herbert.Voss@FU-Berlin.DE">Herbert.Voss@FU-Berlin.DE</A>&gt; To: <A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt; Subject: Re: [pstricks] Testing a number&gt; &gt; John Smith schrieb:&gt; &gt; Is there a way to test is a number is zero, positive or negative? I tried this using the FP package as follows.&gt; &gt; &gt; &gt; \def\test#1{\FPifzero{#1} 0 \else \FPifpos{#1} 1 \else -1 \fi \fi}&gt; &gt; &gt; &gt; It works if the number is positive or negative but gives a Tex error about an extra \fi if the input is zero.&gt; &gt; giv an example in which case do you need such a test. I want the macro to return numbers as follows. \test{0} -&gt; 0\test{1.234} -&gt; 1\test{-1.234} -&gt; -1 I need to know the sign of the number because it influences whether I draw a
 vector (if number is not equal to zero) and in which direction it points. Thanks.<BR><BR><A href="http://www.hotmail.com/" target=_blank>Hotmail</A> on your mobile. Never miss another e-mail with <BR>_________________________________________________________________<BR>Never miss another e-mail with Hotmail on your mobile.<BR><A href="http://www.livelife.ninemsn.com.au/article.aspx?id=343869" target=_blank>http://www.livelife.ninemsn.com.au/article.aspx?id=343869</A><BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: <A href="http://tug.org/pipermail/pstricks/attachments/20080618/5986bd18/attachment-0001.html" target=_blank>http://tug.org/pipermail/pstricks/attachments/20080618/5986bd18/attachment-0001.html</A> <BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Wed, 18 Jun 2008 13:13:13 +0200<BR>From: Christoph Bersch &lt;<A href="mailto:usenet@bersch.net"
 ymailto="mailto:usenet@bersch.net">usenet@bersch.net</A>&gt;<BR>Subject: Re: [pstricks] conceptual question for pst-optexp<BR>To: Graphics with PSTricks &lt;<A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:4858EDC9.3090309@bersch.net" ymailto="mailto:4858EDC9.3090309@bersch.net">4858EDC9.3090309@bersch.net</A>&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>Herbert Voss schrieb:<BR>&gt; Christoph schrieb:<BR>&gt;&nbsp; &gt; Referring to this and to simplify the access to these nodes I want to<BR>&gt;&nbsp; &gt; define a macro that connects two components:<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt; \optBeam{compname1}{compname2}<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt; This is no problem, but I was thinking that it would be nice to allow<BR>&gt;&nbsp; &gt; using a node or coordinate pair instead of one compname:<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt;
 \optBeam{(0,1)}{compname2}<BR>&gt;&nbsp; &gt; or<BR>&gt;&nbsp; &gt; \optBeam{compname1}{(4,4)}<BR>&gt;&nbsp; &gt;<BR>&gt;&nbsp; &gt; would then connect a node with a component. How can I implement such a<BR>&gt;&nbsp; &gt; macro. My TeX knowledge is still somewhat limited, so I need some help<BR>&gt;&nbsp; &gt; on how to do this best :-)<BR>&gt; <BR>&gt; this is way how pst-node works. Look for \ncline as an example.<BR>&gt; With SpecialCoor all types are checked.<BR><BR>Hmm, the following small example does not work. It compiles but it does <BR>not draw the line<BR><BR>\listfiles<BR>\documentclass{article}<BR>\usepackage{pst-node}<BR>\SpecialCoor<BR>\begin{document}<BR>\begin{pspicture}(2,2)<BR>\ncline{0,0}{1,1}<BR>\end{pspicture}<BR>\end{document}<BR><BR>The files I use are the most recent ones:<BR><BR>&nbsp; *File List*<BR>&nbsp; article.cls&nbsp; &nbsp; 2005/09/16 v1.4f Standard LaTeX document class<BR>&nbsp; size10.clo&nbsp; &nbsp; 2005/09/16 v1.4f
 Standard LaTeX file (size option)<BR>pst-node.sty&nbsp; &nbsp; 2006/01/01 package wrapper for pst-node.tex<BR>pstricks.sty&nbsp; &nbsp; 2008/01/24 v0.37 LaTeX wrapper for `PSTricks' (RN,HV)<BR>pstricks.tex&nbsp; &nbsp; 2008/06/17 v1.24 `PSTricks' (tvz)<BR>&nbsp; xcolor.sty&nbsp; &nbsp; 2005/12/21 v2.09 LaTeX color extensions (UK)<BR>&nbsp; &nbsp; color.cfg&nbsp; &nbsp; 2007/01/18 v1.5 color configuration of teTeX/TeXLive<BR>&nbsp; &nbsp; dvips.def&nbsp; &nbsp; 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)<BR>pst-node.tex&nbsp; &nbsp; 2000/11/09 97 patch 11 `pst-node' (tvz)<BR>&nbsp; ***********<BR><BR>Do you know what is going wrong there?<BR><BR>Thank you,<BR>Christoph<BR><BR><BR>------------------------------<BR><BR>Message: 3<BR>Date: Wed, 18 Jun 2008 13:43:26 +0200<BR>From: Herbert Voss &lt;<A href="mailto:Herbert.Voss@FU-Berlin.DE" ymailto="mailto:Herbert.Voss@FU-Berlin.DE">Herbert.Voss@FU-Berlin.DE</A>&gt;<BR>Subject: Re: [pstricks] conceptual
 question for pst-optexp<BR>To: Graphics with PSTricks &lt;<A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:4858F4DE.5090500@FU-Berlin.DE" ymailto="mailto:4858F4DE.5090500@FU-Berlin.DE">4858F4DE.5090500@FU-Berlin.DE</A>&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>Christoph Bersch schrieb:<BR><BR>&gt;&gt; this is way how pst-node works. Look for \ncline as an example.<BR>&gt;&gt; With SpecialCoor all types are checked.<BR>&gt; <BR>&gt; Hmm, the following small example does not work. It compiles but it does <BR>&gt; not draw the line<BR><BR>&gt; Do you know what is going wrong there?<BR><BR>sorry I thought of \pcline but ...<BR>With a little modification ist is
 possible:<BR><BR>\listfiles<BR>\documentclass{article}<BR>\usepackage{pst-node}<BR>\makeatletter<BR>\def\NCLine{\pst@object{NCLine}}<BR>\def\NCLine@i{\check@arrow{\NCLine@ii}}<BR>\def\NCLine@ii#1#2{%<BR>&nbsp; \pst@getcoor{#1}\pst@tempA<BR>&nbsp; \pst@getcoor{#2}\pst@tempB<BR>&nbsp; \begingroup<BR>&nbsp; \use@par<BR>&nbsp; \psline(!\pst@tempA\space \tx@UserCoor)(!\pst@tempB\space <BR>\tx@UserCoor)<BR>&nbsp; \endgroup<BR>}<BR>\makeatother<BR>\SpecialCoor<BR>\begin{document}<BR><BR>\begin{pspicture}[showgrid=true](2,2)<BR>\pnode(2,2){A}<BR>\NCLine[arrows=-&gt;]{0,0}{A}<BR>\NCLine{&lt;-}{0,1}{A}<BR>\end{pspicture}<BR><BR>\end{document}<BR><BR><BR>Herbert<BR><BR><BR>------------------------------<BR><BR>Message: 4<BR>Date: Wed, 18 Jun 2008 14:21:31 +0200<BR>From: Jean-C?me Charpentier &nbsp;&nbsp;&nbsp; &lt;<A href="mailto:jean-come.charpentier@wanadoo.fr" ymailto="mailto:jean-come.charpentier@wanadoo.fr">jean-come.charpentier@wanadoo.fr</A>&gt;<BR>Subject:
 Re: [pstricks] [Fwd: CTAN package update: pst-func]<BR>To: Graphics with PSTricks &lt;<A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:4858FDCB.8080106@wanadoo.fr" ymailto="mailto:4858FDCB.8080106@wanadoo.fr">4858FDCB.8080106@wanadoo.fr</A>&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1<BR><BR>Herbert Voss a ?crit :<BR>&gt; with thanks to jean-C\"ome Charpentier for Thomae's function...<BR><BR>With more thanks to Herbert than to Jean-C?me!<BR><BR>BTW Jean-C?me is Jean-C\^ome, not Jean-C\"ome :-)<BR><BR>&nbsp; Jean-C?me (then) Charpentier<BR><BR><BR><BR>------------------------------<BR><BR>Message: 5<BR>Date: Thu, 19 Jun 2008 06:40:58 +0000<BR>From: John Smith &lt;<A href="mailto:chessfan123@hotmail.com" ymailto="mailto:chessfan123@hotmail.com">chessfan123@hotmail.com</A>&gt;<BR>Subject: [pstricks] \psDEBUG in pstricks-add<BR>To: &lt;<A href="mailto:pstricks@tug.org"
 ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:BAY125-W4113AB87BFB12E36CCD896F8AA0@phx.gbl" ymailto="mailto:BAY125-W4113AB87BFB12E36CCD896F8AA0@phx.gbl">BAY125-W4113AB87BFB12E36CCD896F8AA0@phx.gbl</A>&gt;<BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR><BR>The lastest pstricks-add (2008-06-06) has this macro in it but it is not defined and hence produces an error.<BR><BR>Is there a way to fix this?<BR><BR>Thanks.<BR>_________________________________________________________________<BR>Never miss another e-mail with Hotmail on your mobile.<BR><A href="http://www.livelife.ninemsn.com.au/article.aspx?id=343869" target=_blank>http://www.livelife.ninemsn.com.au/article.aspx?id=343869</A><BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: <A href="http://tug.org/pipermail/pstricks/attachments/20080619/c0e8ce38/attachment-0001.html"
 target=_blank>http://tug.org/pipermail/pstricks/attachments/20080619/c0e8ce38/attachment-0001.html</A> <BR><BR>------------------------------<BR><BR>Message: 6<BR>Date: Thu, 19 Jun 2008 09:12:18 +0200<BR>From: Herbert Voss &lt;<A href="mailto:Herbert.Voss@FU-Berlin.DE" ymailto="mailto:Herbert.Voss@FU-Berlin.DE">Herbert.Voss@FU-Berlin.DE</A>&gt;<BR>Subject: Re: [pstricks] \psDEBUG in pstricks-add<BR>To: Graphics with PSTricks &lt;<A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:485A06D2.5050209@FU-Berlin.DE" ymailto="mailto:485A06D2.5050209@FU-Berlin.DE">485A06D2.5050209@FU-Berlin.DE</A>&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>John Smith schrieb:<BR>&gt; The lastest pstricks-add (2008-06-06) has this macro in it but it is not defined and hence produces an error.<BR>&gt;&nbsp; <BR>&gt; Is there a way to fix this?<BR><BR>was my fault, forgot to
 update pstricks.tex, which defines \psDEBUG<BR><A href="http://www.ctan.org/get/graphics/pstricks/base/generic/pstricks.tex" target=_blank>http://www.ctan.org/get/graphics/pstricks/base/generic/pstricks.tex</A><BR><BR>Herbert<BR><BR><BR>------------------------------<BR><BR>Message: 7<BR>Date: Thu, 19 Jun 2008 09:14:20 +0200<BR>From: Christoph Bersch &lt;<A href="mailto:usenet@bersch.net" ymailto="mailto:usenet@bersch.net">usenet@bersch.net</A>&gt;<BR>Subject: Re: [pstricks] \psDEBUG in pstricks-add<BR>To: Graphics with PSTricks &lt;<A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:485A074C.5040407@bersch.net" ymailto="mailto:485A074C.5040407@bersch.net">485A074C.5040407@bersch.net</A>&gt;<BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>John Smith schrieb:<BR>&gt; The lastest pstricks-add (2008-06-06) has this macro in it but it is not <BR>&gt; defined
 and hence produces an error.<BR><BR>the \psDEBUG macro is defined in the latest pstricks version 1.24 <BR>(17.6.2008)<BR><BR>Christoph<BR><BR><BR>------------------------------<BR><BR>Message: 8<BR>Date: Thu, 19 Jun 2008 07:15:10 +0000<BR>From: John Smith &lt;<A href="mailto:chessfan123@hotmail.com" ymailto="mailto:chessfan123@hotmail.com">chessfan123@hotmail.com</A>&gt;<BR>Subject: Re: [pstricks] \psDEBUG in pstricks-add<BR>To: Graphics with PSTricks &lt;<A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:BAY125-W114F5C37F4951E37F196D6F8AA0@phx.gbl" ymailto="mailto:BAY125-W114F5C37F4951E37F196D6F8AA0@phx.gbl">BAY125-W114F5C37F4951E37F196D6F8AA0@phx.gbl</A>&gt;<BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR><BR>Thanks Herbert.&gt; Date: Thu, 19 Jun 2008 09:12:18 +0200&gt; From: <A href="mailto:Herbert.Voss@FU-Berlin.DE"
 ymailto="mailto:Herbert.Voss@FU-Berlin.DE">Herbert.Voss@FU-Berlin.DE</A>&gt; To: <A href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt; Subject: Re: [pstricks] \psDEBUG in pstricks-add&gt; &gt; John Smith schrieb:&gt; &gt; The lastest pstricks-add (2008-06-06) has this macro in it but it is not defined and hence produces an error.&gt; &gt; &gt; &gt; Is there a way to fix this?&gt; &gt; was my fault, forgot to update pstricks.tex, which defines \psDEBUG&gt; <A href="http://www.ctan.org/get/graphics/pstricks/base/generic/pstricks.tex" target=_blank>http://www.ctan.org/get/graphics/pstricks/base/generic/pstricks.tex</A>&gt; &gt; Herbert&gt; _______________________________________________&gt; PSTricks mailing list&gt; <A href="mailto:PSTricks@tug.org" ymailto="mailto:PSTricks@tug.org">PSTricks@tug.org</A>&gt; <A href="http://tug.org/mailman/listinfo/pstricks"
 target=_blank>http://tug.org/mailman/listinfo/pstricks</A><BR>_________________________________________________________________<BR>Never miss another e-mail with Hotmail on your mobile.<BR><A href="http://www.livelife.ninemsn.com.au/article.aspx?id=343869" target=_blank>http://www.livelife.ninemsn.com.au/article.aspx?id=343869</A><BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: <A href="http://tug.org/pipermail/pstricks/attachments/20080619/cde5750a/attachment-0001.html" target=_blank>http://tug.org/pipermail/pstricks/attachments/20080619/cde5750a/attachment-0001.html</A> <BR><BR>------------------------------<BR><BR>Message: 9<BR>Date: Thu, 19 Jun 2008 09:45:42 +0200<BR>From: Herbert Voss &lt;<A href="mailto:Herbert.Voss@FU-Berlin.DE" ymailto="mailto:Herbert.Voss@FU-Berlin.DE">Herbert.Voss@FU-Berlin.DE</A>&gt;<BR>Subject: [pstricks] pst-solides3d<BR>To: Graphics with PSTricks &lt;<A
 href="mailto:pstricks@tug.org" ymailto="mailto:pstricks@tug.org">pstricks@tug.org</A>&gt;<BR>Message-ID: &lt;<A href="mailto:485A0EA6.80401@FU-Berlin.DE" ymailto="mailto:485A0EA6.80401@FU-Berlin.DE">485A0EA6.80401@FU-Berlin.DE</A>&gt;<BR>Content-Type: text/plain; charset="utf-8"<BR><BR>Hi all,<BR>pstricks-add definies the macro \psPie (see pp 8-9 of<BR><A href="http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pstricks-add/pstricks-add-doc.pdf" target=_blank>http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pstricks-add/pstricks-add-doc.pdf</A><BR>I tried this also for three dimensional pies, but<BR>pst-3dplot doesn't support hidden surfaces, which makes<BR>it impossible to define a pie which can have single<BR>outraged parts. A simple example is attached, which works<BR>in fact of only two pieces. The macro is called as<BR><BR>\psPie[&lt;options&gt;]%<BR>&nbsp; {comma separated value list}% the data<BR>&nbsp; {comma separated value
 list}% outraged pieces<BR>&nbsp; {radius}<BR><BR>for the options see the documentation. However, I think<BR>it must be possible to have a 3d solution with pst-solides3d<BR>with \psPieIIID and the same syntax. Can you provide such<BR>a macro?<BR><BR>Herbert<BR>-------------- next part --------------<BR>A non-text attachment was scrubbed...<BR>Name: pie0.png<BR>Type: image/png<BR>Size: 2197 bytes<BR>Desc: not available<BR>Url : <A href="http://tug.org/pipermail/pstricks/attachments/20080619/577e15b6/attachment.png" target=_blank>http://tug.org/pipermail/pstricks/attachments/20080619/577e15b6/attachment.png</A> <BR><BR>------------------------------<BR><BR>_______________________________________________<BR>PSTricks mailing list<BR><A href="mailto:PSTricks@tug.org" ymailto="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>End of PSTricks
 Digest, Vol 65, Issue 22<BR>****************************************<BR></DIV></div><br>

      </body></html>