[NTG-context] flowcharts and text labels
Wolfgang Schuster
schuster.wolfgang at googlemail.com
Thu Nov 13 14:17:58 CET 2008
Hi,
is there is something in the flowchart package to position text on
the line in the same way as I did in my example without \clap like
e.g. \label[cb]{...}.
\usemodule[chart]
\starttext
\startFLOWchart[test]
\setupFLOWcharts
[nx=3,
ny=1,
height=4\bodyfontsize,
width=8\bodyfontsize]
\startFLOWcell
\name{one}
\location{1,1}
\text{One}
\connect[bb]{two}
\stopFLOWcell
\startFLOWcell
\shape{none}
\location{2,1}
\label[b]{\clap{Text centered and above the line}}
\stopFLOWcell
\startFLOWcell
\name{two}
\location{3,1}
\text{Two}
\stopFLOWcell
\stopFLOWchart
\FLOWchart[test]
\stoptext
Wolfgang
More information about the ntg-context
mailing list