2011/4/19 Procházka Lukáš Ing. - Pontex s. r. o. <[email protected]>:
> Hello,
>
> why this code doesn't give a centered table?
>
> ---
>
> \starttext
> \startalignment[middle]
> \dontleavehmode
> \starttable[|c|c|c|]
> \HL
> \VL a \VL b \VL c \VL\AR
> \HL
> \VL a \VL b \VL c \VL\AR
> \HL
> \stoptable
> \stopalignment
> \stoptext
>
> ---
>
> How to achieve it?
>
> Thanks in advance.
>
> Kind regards,
\starttext
\startalignment[middle]
\dontleavehmode
\input knuth
\centerline{
\starttable[|c|c|c|]
\HL
\VL a \VL b \VL c \VL\AR
\HL
\VL a \VL b \VL c \VL\AR
\HL
\stoptable}
\stopalignment
\stoptext
--
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________