8 Jan
2004
8 Jan
'04
8:36 a.m.
At 09:03 08/01/2004, you wrote:
Hi Patrick,
I would try to place this in the \placefloat environment
\placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate}
or: \definefloat[centered][table] \setupfloat[centered][default={none}] \starttext \input ward \placecentered {just a comment} {\starttabulate[|l|l|] \NC test \NC test \NC \NR \stoptabulate} \input tufte \setuptabulate[margin=3cm] \starttabulate[|l|l|] \NC test \NC test \NC \NR \stoptabulate \input davis \stoptext