[pstricks] Very, very first question
Herbert Voss
LaTeX at zedat.fu-berlin.de
Wed May 4 13:36:53 CEST 2005
Pablo Malavolta wrote:
> I have the LaTeX graphics companion book and I want to do some
> graphisc in a document, so I tried this:
>
> \begin{pspicture}
> (0,0)(3,2)\showgrid
> \pscircle(1,1){1}\pscircle (1,1){2}
> \end{pspicture}
read the docs carefully ....
\begin{pspicture}(0,0)(3,2)
\psgrid
\pscircle(1,1){1}\pscircle (1,1){2}
\end{pspicture}
And subscribe to the list, if you want to get all answers
Herbert
More information about the PSTricks
mailing list