<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#ffffff">
Hello,<br>
<br>
first my minimal (or large) example :-)<br>
<br>
%%%%%%%%%%%%%%%%%<br>
<small>\documentclass[a4paper, 12pt]{article}<br>
\usepackage{pstricks-add}<br>
\begin{document}<br>
some text some text some text some text some text some text some text <br>
\[%<br>
\begin{psmatrix}[colsep=0.816cm, rowsep=1cm,mcol=c]<br>
   A  &amp;    &amp; B\\<br>
      &amp; C  &amp;<br>
\end{psmatrix}%<br>
\psset{nodesep=2pt, arrows=-&gt;}<br>
\everypsbox{\scriptstyle}<br>
\ncline{1,1}{1,3}\naput[labelsep=0.1]{f}<br>
\ncline{1,1}{2,2}\nbput[labelsep=0.1]{g}<br>
\ncline{1,3}{2,2}\naput[labelsep=0.1]{h}<br>
\]<br>
some text some text some text some text some text some text some text <br>
\[%<br>
\fbox{%<br>
\begin{psmatrix}[colsep=0.816cm, rowsep=1cm,mcol=c]<br>
   A  &amp;    &amp; B\\<br>
      &amp; C  &amp;<br>
\end{psmatrix}%<br>
}<br>
\psset{nodesep=2pt, arrows=-&gt;}<br>
\everypsbox{\scriptstyle}<br>
\ncline{1,1}{1,3}\naput[labelsep=0.1]{f}<br>
\ncline{1,1}{2,2}\nbput[labelsep=0.1]{g}<br>
\ncline{1,3}{2,2}\naput[labelsep=0.1]{h}<br>
\]<br>
some text some text some text some text some text some text some text <br>
\end{document}</small><br>
%%%%%%%%%%%%%%%%%<br>
<br>
In the second equation with the fbox you will see that the label "f" is
not in the calculation of the psmatrix-size.<br>
<br>
I found a workaround by \rule{0pt}{0.8cm} but for me it isn't the
solution.<br>
<br>
Is there a command that I have not found?<br>
<br>
regards<br>
Marco<br>
</body>
</html>