On 14-1-2011 6:00, Aditya Mahajan wrote:
Hi,
I want to include a TABLE in a flow chart, but the table is shifted by an offset. Any ideas on how to get rid of the offset
\usemodule[chart]
\setupFLOWcharts[nx=1,ny=1,width=3cm,height=2cm]
\setupTABLE[each][each][height=1cm]
\startFLOWchart[test] \startFLOWcell \name{test} \location{1,1} \shape{action} \text {\bTABLE \bTR \bTD[width=3cm] One \eTD \eTR \bTR \bTD Two \eTD \eTR \eTABLE} \stopFLOWcell \stopFLOWchart
\starttext
\startTEXpage \FLOWchart[test] \stopTEXpage
\stoptext
for the moment use \bTD[width=\hsize] what you observe is an offset you can also try to wrap the table in \centerbox{...} (still a bit too high for the shape) I'll redo this module in a more mkiv-ish way ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------