Could you please help me.
I have a strange error when I'm using pscurve in the following code:
Code: Select all
\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}
! missing number, treated as zero
I have just updated my pstricks-add package, so this not an issue.
Thank you very much, Ilya