20 Sep
2008
20 Sep
'08
9:09 p.m.
Hi, Something seems to be wrong with placements of comments in flowcharts. For exmaple, consider a short version of an example from the wiki. \usemodule[chart] \startFLOWchart \startFLOWcell \name{1} \location{1,1} \shape{44} \connection[rl] {2} \comment[t]{top} \comment[b]{bottom} \stopFLOWcell \startFLOWcell \name {2} \location {2,1} \text {Test} \stopFLOWcell \stopFLOWchart \starttext \FLOWchart \stoptext Top and bottom captions are not placed at all, both in mkiv and mkii. Aditya