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

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to