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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to