Dear pstricks users,<br><br>I am linking nodes with ncangle connections inside a psmatrix environment, inside a psframebox. <br><br>However, the connections are not taken into account in the calculation of the framebox and the connections go outside the framebox. <br>
<br>Here is the code:<br><br>\documentclass{article}<br>\usepackage{pstricks}<br>\usepackage{pstricks-add}<br><br>\begin{document}<br><br>\begin{figure}[p]<br>\psframebox[linearc=0.5,cornersize=absolute]{<br>  \begin{psmatrix}[rowsep=2.,colsep=2.]<br>
      [name=H] A & & [name=WW] B \\<br>    & [name=WW2H] C & \\<br>  \end{psmatrix}<br><br>  \ncangle[angleA=270,angleB=270]{->}{H}{WW2H} \ncput*[npos=0.5]{1}<br>}<br>\end{figure}<br>\end{document}<br><br>
Any hint, <br><br>cedo<br>