<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Myriad Pro">Dear list,<br>
<br>
please see the following example:<br>
<br>
\documentclass{article}<br>
\usepackage{pstricks,pstricks-add}<br>
\usepackage{esvect}<br>
\parindent=0pt<br>
\begin{document}<br>
\begin{pspicture}(-0.5,-0.5)(6,3)%\psgrid<br>
\psset{arrowscale=1.5}<br>
\cnode(0,0){0cm}{O}<br>
\cnode(4,0){0cm}{A}<br>
\cnode(6,2){0cm}{B}<br>
\cnode(2,2){0cm}{C}<br>
\ncline{-&gt;}{O}{B}<br>
\nbput[nrot=:U]{$\vv{b}+\vv{a}$}<br>
\naput[nrot=:U]{$\vv{a}+\vv{b}$}<br>
\ncline{-&gt;}{O}{A}<br>
\nbput{$\vv{b}$}<br>
\ncline{-&gt;}{O}{C}<br>
\naput{$\vv{a}$}<br>
\ncline{-&gt;}{A}{B}<br>
\nbput{$\vv{a}$}<br>
\ncline{-&gt;}{C}{B}<br>
\naput{$\vv{b}$}<br>
\end{pspicture}<br>
\end{document} <br>
<br>
Now as you see, three arrows end in the node B. That doesn't look too
amazing, although it is correct. I need to blow up the arrowsize, due
the document will be scaled down for print. When not blowing up the
arrowsize, the result looks better, but the arrows are almost not seen
in the scaled down document.<br>
<br>
Now how to make that look more aesthetic? Are there any conventions how
to handle such a case? For sure i could give a little nodesep to the
arrow lines, however then they do not really end in the node B...<br>
<br>
Thanks for any hints!<br>
<br>
Regards,<br>
<br>
Juergen<br>
</font>
<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>
 Websites  <a class="moz-txt-link-abbreviated" href="http://www.acrotex.net">www.acrotex.net</a>
           <a class="moz-txt-link-abbreviated" href="http://www.brueckenkurs-physik.de">www.brueckenkurs-physik.de</a>
           <a class="moz-txt-link-abbreviated" href="http://www.gilligan-online.de">www.gilligan-online.de</a>
</pre>
</body>
</html>