[pstricks] combine psTextFrame

Marco Daniel marcodaniel1807 at googlemail.com
Wed Jun 24 21:34:36 CEST 2009


Hello,

I want to create an environment like beamerboxrounded. So I want to use 
pstricks. In the following code you see the problem. The second 
psTextFrame do not have the right upper corners.
 Do you have any idea?

I would also use an other idea?

Thanks
Marco
%%%
\documentclass[12pt]{article}
\usepackage{calc}

\usepackage{pstricks-add} combine


\begin{document}
\begin{pspicture}(0,0)(10,10)
 \psTextFrame[framearc=0.2,linewidth=2pt,linecolor=red,fillstyle=solid,fillcolor=yellow](1,1)(9,8){Text}
 \psTextFrame[linestyle=none,fillstyle=solid,fillcolor=orange](1,8)(9,7){\"Uberschrift}
\end{pspicture}
\end{document}
%%%


More information about the PSTricks mailing list