![](https://secure.gravatar.com/avatar/dbfd0b336a5b4c42b7a8335233ed4f41.jpg?s=120&d=mm&r=g)
13 May
2014
13 May
'14
5:28 a.m.
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