<br>Hello Everyone,<br>I was wondering if it is currently possible to draw using transparency effects with pstricks, so I googled it and found this document:<br><a href="http://perce.de/LaTeX/pstricks/pst-news2007.pdf">http://perce.de/LaTeX/pstricks/pst-news2007.pdf
</a><br><br>This document (from november/2007) describes an exemple with the &quot;opacity&quot; option. I copied and pasted the exemple to my latex document. My current latex document is:<br><br>\documentclass{amsart}<br>
\usepackage{graphicx}<br>\usepackage{pst-all}<br><br>\begin{document}<br><br>\title{Title}%<br>\author{Diego}%<br><br>\section{Seção}<br><br>\begin{pspicture}(5,5)<br>2 \psset{fillstyle=solid}<br>3 \psframe[fillcolor=red](0,1)(3,4)
<br>4 \psframe[fillcolor=blue,opacity=0.7](2,2)(5,5)<br>5 \psframe[fillcolor=green,opacity=0.7](1,0)(4,3)<br>6 \pscircle[fillcolor=cyan,<br>7 opacity=0.5](1.5,3.5){1.25}<br>8 \end{pspicture}&nbsp; &nbsp;<br><br>\end{document}<br><br>
<br><br>But When i tried to compile it&nbsp; I got an error message:<br>! Package xkeyval Error: `7opacity&#39; undefined in families `,pst-3d,pstgrad,pst-coil,pst-eps,pst-fill&#39;.<br>&nbsp;<br>Can anyone tell me where it went wrong?
<br>Thank you<br>Diego<br>