<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR><BR>&gt; From: pstricks-request@tug.org<BR>&gt; Subject: PSTricks Digest, Vol 67, Issue 6<BR>&gt; To: pstricks@tug.org<BR>&gt; Date: Mon, 4 Aug 2008 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. Less decimals than defined in axis (Hans Henrik Sievertsen)<BR>&gt; 2. Opacity problems with pst-solides3d, pstricks, and distiller<BR>&gt; (halbard7@aol.com)<BR>&gt; 3. Re: pstree (Br?ulio Coelho ?vila)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Sun, 3 Aug 2008 13:41:14 +0200<BR>&gt; From: "Hans Henrik Sievertsen" &lt;hhsievertsen@gmail.com&gt;<BR>&gt; Subject: [pstricks] Less decimals than defined in axis<BR>&gt; To: pstricks@tug.org<BR>&gt; Message-ID:<BR>&gt; &lt;251659cd0808030441m4206931ag10d9ee39805ec66@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset="iso-8859-1"<BR>&gt; <BR>&gt; Hi all,<BR>&gt; First of all, thanks for a great emaillist.<BR>&gt; I have a small problem. I try to make the following:<BR>&gt; \pspicture(0,0)(10,10)<BR>&gt; <BR>&gt; \psaxes[tickstyle=below,ticksize=4pt,yDecimals=3,Dy=0.03333333,dy=2cm,xAxis=false](10,0)(90,90)<BR>&gt; \endpspicture<BR>&gt; <BR>&gt; But because I'm defining Dy=0.03333333, I get eight decimals. Is it<BR>&gt; possible to get only two decimals?<BR>&gt; <BR>&gt; Regards,<BR>&gt; Hans<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://tug.org/pipermail/pstricks/attachments/20080803/1efc8f50/attachment-0001.html <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Sun, 03 Aug 2008 17:51:05 -0400<BR>&gt; From: halbard7@aol.com<BR>&gt; Subject: [pstricks] Opacity problems with pst-solides3d, pstricks, and<BR>&gt; distiller<BR>&gt; To: pstricks@tug.org<BR>&gt; Message-ID: &lt;8CAC3CA2A1C46F5-A00-8E7@FWM-D06.sysops.aol.com&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; Hello pstricksters,<BR>&gt; <BR>&gt; I'm trying to get transparency to work in a pdf document. Here is the code:<BR>&gt; <BR>&gt; ? \documentclass{article}<BR>&gt; ? \usepackage[distiller]{pstricks}<BR>&gt; ? \usepackage{pst-solides3d}<BR>&gt; <BR>&gt; ? \begin{document}<BR>&gt; <BR>&gt; ? \begin{pspicture}(5,5)<BR>&gt; ?? \psset{fillstyle=solid}<BR>&gt; ?? \psframe[fillcolor=red](0,1)(3,4)<BR>&gt; ?? \psframe[fillcolor=blue,opacity=0.3](2,2)(5,5)<BR>&gt; ?? \psframe[fillcolor=green,opacity=0.3](1,0)(4,3)<BR>&gt; ?? \pscircle[fillcolor=cyan,opacity=0.5](1.5,3.5){1.25}<BR>&gt; ? \end{pspicture}<BR>&gt; <BR>&gt; ? \psset{unit=0.5}<BR>&gt; ? \begin{pspicture}(-8,-8)(8,8)<BR>&gt; ?? \psSolid[object=cube,<BR>&gt; ??? fillcolor=cyan,<BR>&gt; ??? affinagecoeff=.5,<BR>&gt; ??? affinagerm,<BR>&gt; ??? fcolor=.7 setfillopacity Yellow,<BR>&gt; ??? hollow,<BR>&gt; ??? affinage=all,]<BR>&gt; <BR>&gt; ? \end{pspicture}<BR>&gt; <BR>&gt; Using ps2pdf I get transparency in the cube but not the other part. Using distiller I get transparency in the other part, but not the cube. This I can understand, because if the distiller option is used then setopacityalpha, inter alia, is redefined to do nothing by pstricks.pro under distiller. However, if I put the kludge<BR>&gt; <BR>&gt; ??? /.setopacityalpha { [ exch /ca exch dup /CA exch /SetTransparency pdfmark } bind def<BR>&gt; <BR>&gt; in a particular place in pst-solides3d.tex (at the end of \pst_at_def{optionssolides} to be exact) then I get transparency in both parts! This shows it must be possible to have transparency working for both packages under distiller. However, in the absence of more extensive testing this workaround does not strike me as robust.<BR>&gt; <BR>&gt; Incidentally, without the distiller option there is no transparency in either part, as expected (ps2pdf is unaffected.)<BR>&gt; <BR>&gt; To make pst-solides3d compatible with distiller is the problem. Any thoughts?<BR>&gt; <BR>&gt; Gerry Coombes<BR>&gt; <BR>&gt; ________________________________________________________________________<BR>&gt; AOL Email goes Mobile! You can now read your AOL Emails whilst on the move. Sign up for a free AOL Email account with unlimited storage today.<BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://tug.org/pipermail/pstricks/attachments/20080803/17a79a93/attachment-0001.html <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 3<BR>&gt; Date: Sun, 3 Aug 2008 19:01:16 -0300<BR>&gt; From: Br?ulio Coelho ?vila &lt;avila@ppgia.pucpr.br&gt;<BR>&gt; Subject: Re: [pstricks] pstree<BR>&gt; To: Graphics with PSTricks &lt;pstricks@tug.org&gt;<BR>&gt; Message-ID: &lt;5DB6C0C2-2800-4D6B-8455-DE1462F48713@ppgia.pucpr.br&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes<BR>&gt; <BR>&gt; Hi,<BR>&gt; <BR>&gt; I would like to thank Juergen Gilg, Herbert Voss, Matias Gerard and <BR>&gt; Denis Verg?s to send suggestions and solutions.<BR>&gt; <BR>&gt; Thanks,<BR>&gt; <BR>&gt; BCA<BR>&gt; <BR>&gt; On 02/08/2008, at 15:13, Br?ulio Coelho ?vila wrote:<BR>&gt; <BR>&gt; &gt; Hi,<BR>&gt; &gt;<BR>&gt; &gt; Can I create with pstree a figure as to which is attached?<BR>&gt; &gt; Does anyone have any suggestions?<BR>&gt; &gt;<BR>&gt; &gt; Thanks,<BR>&gt; &gt;<BR>&gt; &gt; BCA<BR>&gt; &gt;<BR>&gt; &gt; &lt;Picture 1.pdf&gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; PSTricks mailing list<BR>&gt; &gt; PSTricks@tug.org<BR>&gt; &gt; http://tug.org/mailman/listinfo/pstricks<BR>&gt; <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 67, Issue 6<BR>&gt; ***************************************<BR>Primeramente enviarles los saludos mas cordiales, tengo una inquietud y quisiera que me ayuden a poder entenderlo y es el siguiente.<BR>
anteriormente hice trabajos usando latex2e, instalando miktex, postcrip, y encontre algunos graficos que hicieron correr con PStricks&nbsp;e intente hacer correr con el software que cuento y algunos comandos no me lo reconoce, luego me entere que habia un software similar que el latex que es el latexdraw que hace interesantes graficos, que con el software que tengo tampoco puedo hacer correr, quisiera saber si es posible utilizar el software que tengo para hacer trabajos similares&nbsp;a los que realizan el PStricks y el latexdraw, si no&nbsp;se pudiera quisiera que me&nbsp;avisen donde lo puedo descargar porque me parecio bastante interesante los trabajos que se realizan con dichos softwares , agradeciendo de antemano su ayuda me despido. &nbsp;<BR><br /><hr />¡Sé solidario, haz clic! Por cada búsqueda que hagas desde Windows Live Search, estarás ayudando a los que más lo necesitan. <a href='http://messengertv.msn.com/mkt/es-es/default.htm' target='_new'>Messenger TV</a></body>
</html>