Hallo,

I forgot to really append the file I was speaking about.

> please try out the appended tex file. It uses pstricks to draw two small
> graphics. The first one works, while the second does not. The only
> difference between the two snippets is, that the second contains an
> additional \rput(1,1){Test}
>
> It is not that it does not work at all, but the image is cropped very
> strangely, so the output is worthless.
>
> Any hints how to correct or avoid this problem is appreciated.
>
> Thanks,
>   Armin Straub
\documentclass{article}
\usepackage{pstricks}

\begin{document}
Hallo

\begin{pspicture}(0cm,0cm)(2cm,2cm)
\psset{yunit=2cm}
\psset{xunit=2cm}
\psframe(0,0)(1,1)
\psline(0,0)(1,1)
\psline(0,1)(1,0)
% \rput(1,1){Test}
\end{pspicture} 

Next

\begin{pspicture}(0cm,0cm)(2cm,2cm)
\psset{yunit=2cm}
\psset{xunit=2cm}
\psframe(0,0)(1,1)
\psline(0,0)(1,1)
\psline(0,1)(1,0)
\rput(1,1){Test}
\end{pspicture} 

End
\end{document}
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to