[NTG-context] midaligned tabulate?
Hans Hagen
ntg-context@ntg.nl
Thu, 08 Jan 2004 09:36:04 +0100
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