ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Centering tabulate env. using \setuptabulate
@ 2014-05-13  3:28 Devendra Ghate
  2014-05-13  5:03 ` Mikael P. Sundqvist
  0 siblings, 1 reply; 18+ messages in thread
From: Devendra Ghate @ 2014-05-13  3:28 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-05-28 20:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-13  3:28 Centering tabulate env. using \setuptabulate Devendra Ghate
2014-05-13  5:03 ` Mikael P. Sundqvist
2014-05-13  7:22   ` Procházka Lukáš Ing. - Pontex s. r. o.
2014-05-13  7:30     ` Mikael P. Sundqvist
2014-05-13  8:36       ` Otared Kavian
2014-05-13  8:49         ` Mikael P. Sundqvist
2014-05-13  9:00           ` Mikael P. Sundqvist
2014-05-13 10:23       ` Wolfgang Schuster
2014-05-23  2:17         ` Robert Zydenbos
2014-05-23  3:05           ` Wolfgang Schuster
2014-05-27  8:57             ` Robert Zydenbos
2014-05-27 13:37               ` Wolfgang Schuster
2014-05-28  8:46                 ` Robert Zydenbos
2014-05-28 11:51                   ` Hans Hagen
2014-05-28 18:25                     ` Robert Zydenbos
2014-05-28 20:10                       ` Hans Hagen
2014-05-28 20:33                         ` Robert Zydenbos
2014-05-28 13:53                   ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).