<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Myriad Pro">Dear Marco,<br>
<br>
something like that?<br>
<br>
\documentclass[12pt]{article}<br>
\usepackage{calc}<br>
<br>
\usepackage{pstricks-add} <br>
\begin{document}<br>
\begin{pspicture}(0,0)(10,10)<br>
\begin{psclip}<br>
{\psTextFrame[framearc=0.2,linewidth=2pt,linecolor=red,fillstyle=solid,fillcolor=yellow](1,1)(9,8){Text}<br>
}<br>
\psTextFrame[linestyle=none,fillstyle=solid,fillcolor=orange](1,8)(9,7){\"Uberschrift}<br>
\end{psclip}<br>
\psframe[framearc=0.2,linewidth=2pt,linecolor=red](1,1)(9,8)<br>
\end{pspicture}<br>
\end{document} <br>
<br>
Hope that helps!<br>
<br>
Regards,<br>
<br>
Juergen<br>
</font><br>
Marco Daniel wrote:
<blockquote cite="mid:4A427FCC.2040505@googlemail.com" type="cite">Hello,
  <br>
  <br>
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.
  <br>
Do you have any idea?
  <br>
  <br>
I would also use an other idea?
  <br>
  <br>
Thanks
  <br>
Marco
  <br>
%%%
  <br>
\documentclass[12pt]{article}
  <br>
\usepackage{calc}
  <br>
  <br>
\usepackage{pstricks-add} combine
  <br>
  <br>
  <br>
\begin{document}
  <br>
\begin{pspicture}(0,0)(10,10)
  <br>
\psTextFrame[framearc=0.2,linewidth=2pt,linecolor=red,fillstyle=solid,fillcolor=yellow](1,1)(9,8){Text}
  <br>
\psTextFrame[linestyle=none,fillstyle=solid,fillcolor=orange](1,8)(9,7){\"Uberschrift}
  <br>
\end{pspicture}
  <br>
\end{document}
  <br>
%%%
  <br>
_______________________________________________
  <br>
PSTricks mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
  <br>
<a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/pstricks">http://tug.org/mailman/listinfo/pstricks</a>
  <br>
  <br>
  <br>
</blockquote>
<br>
<pre class="moz-signature" cols="65">-- 
 J&uuml;rgen Gilg
 Austr. 59
 70376 Stuttgart
-------------------------------------
 Tel       0711.59 27 88
 e-Mail    <a class="moz-txt-link-abbreviated" href="mailto:gilg@acrotex.net">gilg@acrotex.net</a>

</pre>
</body>
</html>