I expect follow MWE to produce a centered table. But it does not.
Am I making any obvious mistake.

---------------
\definetabulate[centeredTable][|r|l|]
\setuptabulate
   [centeredTable]
   [align={middle}]
\starttext
   \startcenteredTable
     \HL
     \NC I want this table \NC aligned in the center.\NR
     \HL
   \stopcenteredTable
\stoptext
----------------

This also *doesn't* work.

---------------
\setuptabulate
   [align={middle}]
\starttext
   \starttabulate[|r|l|]
     \HL
     \NC I want this table \NC aligned in the center.\NR
     \HL
   \stoptabulate
\stoptext
----------------



--
Devendra Ghate
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________

Reply via email to