[pstricks] need help at flowchart

Herbert Voss LaTeX at zedat.fu-berlin.de
Tue May 22 08:21:52 CEST 2007


Alexander Kloppenburg wrote:
> The reason is that the lines need his own Columns, so that every connection
> needs his own Columns. 
> I'd like to make connection betweens more then one decision. 
> In my matrix must for every line create a new Place. 
> Some of this line overwrites other line. 
> When I make for every Connection a new place, than grow the diagram over all
> range.
>
>   
use \pcline and the offset key

Herbert


\documentclass[a4paper]{article}
\usepackage{pst-node}
\SpecialCoor
\parindent=0pt
\pagestyle{empty}
\begin{document}

\begin{psmatrix}
[name=A]A & B & [name=C]C\\
D & E & [name=F]F
\end{psmatrix}
\ncline{A}{2,1}\ncline{C}{2,3}
\pcline[offset=-20pt,nodesep=0pt,linecolor=red](A)(C)
\pcline[offset=30pt,nodesep=0pt,linecolor=red](C)(F)

\end{document}





More information about the PSTricks mailing list