Search found 2 matches

by rakhkovs
Tue Mar 31, 2009 4:01 pm
Forum: Graphics, Figures & Tables
Topic: pstricks error, please help
Replies: 2
Views: 2101

Re: pstricks error, please help

Thank you very much Thorsten,

The problem disappeared after I loaded pstricks-add package last.

Thank you for welcoming me on the board and a quick response,

Ilya
by rakhkovs
Tue Mar 31, 2009 2:44 am
Forum: Graphics, Figures & Tables
Topic: pstricks error, please help
Replies: 2
Views: 2101

pstricks error, please help

Hi,
Could you please help me.
I have a strange error when I'm using pscurve in the following code:

\usepackage{pstricks, pst-plot, pstricks-add, pst-node, pst-tree}

\begin{pspicture}(0,-1)
\psset{xunit=0.5mm, yunit=1mm}
\psline(1,1)(300,1)
\psbrace(1,10)(150,10){Disclose}
\end{pspicture}

When ...