[NTG-context] midaligned tabulate?

Willi Egger ntg-context@ntg.nl
Thu, 08 Jan 2004 09:03:39 +0100


Hi Patrick,

I would try to place this in the \placefloat environment

\placetable[here,middle][]
    {centered table}
    {\starttabulate
       your actual table ...
    \stoptabulate}

Cheers Willi

Patrick Gundlach wrote:

>Hi,
>
>I just wonder how to center a table.... 
>--------------------------------------------------
>\starttext
>
>\startalignment[middle]
>this is centered?
>\stopalignment
>
>\startalignment[middle]
>\starttabulate[|l|l|]
>\FL
>\NC Platz 1--12 \NC Block A\NC\NR
>\NC Platz 7--18 \NC Block B\NC\NR
>\NC Platz 13--24 \NC Block C\NC\NR
>\NC Ab Platz 19 \NC Block D\NC\NR
>\LL
>\stoptabulate
>\stopalignment
>\stoptext
>--------------------------------------------------
>
>
>Patrick
>  
>