ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to center a table horizontally?
@ 2010-11-17 12:49 Lukas Prochazka
  2010-11-17 12:58 ` Peter Münster
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Prochazka @ 2010-11-17 12:49 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

Hello all,

this must be a really basic question, but I cannot find out the answer.

I'm creating a table, but I cannot center it horizontally:

---
\starttext
  \startalignment[center]
    \dontleavehmode

    \starttable[|c|]
      \NC CCC \NC\NR
    \stoptable
  \stopalignment
\stoptext
---

The code I used above works e.g. with pictures, so even if I'm using the \dontleavehmode "trick", the table is still flushed left (see the attachments).

So is there a way how to center tables created by \starttable and \starttabulate horizontally?

Thank you in advance.

Best regards,

Lukas

[-- Attachment #2: t-CenTab.mkiv --]
[-- Type: application/octet-stream, Size: 151 bytes --]

\starttext
  \startalignment[center]
    \dontleavehmode

    \starttable[|c|]
      \NC CCC \NC\NR
    \stoptable
  \stopalignment
\stoptext

[-- Attachment #3: t-CenTab.pdf --]
[-- Type: application/pdf, Size: 4651 bytes --]

[-- Attachment #4: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 2+ messages in thread

* Re: How to center a table horizontally?
  2010-11-17 12:49 How to center a table horizontally? Lukas Prochazka
@ 2010-11-17 12:58 ` Peter Münster
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Münster @ 2010-11-17 12:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Nov 17 2010, Lukas Prochazka wrote:

> I'm creating a table, but I cannot center it horizontally:
> 
> ---
> \starttext
>   \startalignment[center]
>     \dontleavehmode
> 
>     \starttable[|c|]
>       \NC CCC \NC\NR
>     \stoptable
>   \stopalignment
> \stoptext
> ---

I can't explain, what happens, but a \vbox helps:

\starttext
  \startalignment[middle]
    \dontleavehmode
    \vbox{%
      \starttable[|c|]
        \NC CCC \NC\NR
      \stoptable
    }
  \stopalignment
\stoptext

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/
___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2010-11-17 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-17 12:49 How to center a table horizontally? Lukas Prochazka
2010-11-17 12:58 ` Peter Münster

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).