ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* flowcharts and text labels
@ 2008-11-13 13:17 Wolfgang Schuster
  0 siblings, 0 replies; only message in thread
From: Wolfgang Schuster @ 2008-11-13 13:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-13 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-13 13:17 flowcharts and text labels Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).