Hi,
if i am drawing just a psframe, i will get a picture of this frame. Putting something in this frame will make the frame disappear in the picture.


\begin{figure}
\pspicture(0,0)(2,2)
\psframe(0,0)(2,2)
\endpspicture
\end{figure}

This works fine, as expected.

\begin{figure}
\pspicture(0,0)(2,2)
\psframe(0,0)(2,2)
\rput(1,1){C}
\endpspicture
\end{figure}

Now only the character c ist in the picture, the frame has disappeared -- been cropped? Is there a switch to keep the whole pstricks-image?

Thanks,
Bernd



_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to