[pstricks] arrow position

Manjusha Joshi msj at bprim.org
Wed Jul 20 13:28:00 CEST 2005


> > Like instead of ---->   I want to change --->----
> > Here is the code in which I would like to change it.
>
> have a look at pstricks-add
Yes! It works now on my pc. (needs new versions!)
But the arrow with curve is not clear as arrows with line.
What will be the reason?
I am sending output as well as code.
Thanks
Manjusha
-----------------------------------------------------------------------------------
\documentclass[a4paper,10pt]{article}
\usepackage{pstricks,pst-node,pst-tree,pstricks-add} 

\begin{document}
$
\psmatrix[colsep=2.5cm,rowsep=2.5cm,mnode=circle]
A&B\\
C&D
\psset{arrowscale=3}
\psset{ArrowInside=->,nodesep=1pt}
%\everypsbox{\small}
\ncline{1,1}{1,2}^{2}
\ncline{1,1}{2,1}<{1}
\ncline{2,1}{2,2}_{3}
\ncline{2,2}{1,2}>{1}
\psset{ArrowInsidePos=0.3}
\ncline{1,2}{2,1}^{4}
\ncline{2,2}{1,1}>[npos=.7]{1}
\ncarc[arcangle=-50,border=1pt]{1,2}{1,1}^{9}
\endpsmatrix
$
\end{document}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: figabcd.ps
Type: application/postscript
Size: 84565 bytes
Desc: not available
Url : http://tug.org/pipermail/pstricks/attachments/20050720/fc42aa80/attachment.ps 


More information about the PSTricks mailing list