ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Centering tabulate env. using \setuptabulate
Date: Tue, 13 May 2014 09:36:56 +0100	[thread overview]
Message-ID: <DD815450-ED4B-49B0-B58A-1B4FA276D467@gmail.com> (raw)
In-Reply-To: <CAHy-LL_gb3eT6PKoB-YDF7jzig4KZraRWoP56tDg-+oUA1OzMA@mail.gmail.com>


On 13 mai 2014, at 08:30, Mikael P. Sundqvist <mickep@gmail.com> wrote:

> On Tue, May 13, 2014 at 9:22 AM, Procházka Lukáš Ing. - Pontex s. r.
> o. <LPr@pontex.cz> wrote:
>> ... Wikified:
>> http://wiki.contextgarden.net/Tabulate#Horizontal_centering_table_on_the_page
>> 
>> Lukas
> 
> I realized that the second none is not needed. It is sufficient with
> empty {} (or they could include any text). I updated the wiki.

Actually the « none » in 
	\placetable[force,none] 
means you don’t want a caption and the first braces enclose the caption, while the second braces enclose what is going to be « placed »: compare

\placetable[force]{This is a centered tabulation}{
\starttabulate[|r|l|]
\HL
\NC I want this table \NC aligned in the center.\NR
\HL
\stoptabulate}

with

\placetable[force,none]{This is a centered tabulation}{
\starttabulate[|r|l|]
\HL
\NC I want this table \NC aligned in the center.\NR
\HL
\stoptabulate}

Best regards: OK
___________________________________________________________________________________
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	other threads:[~2014-05-13  8:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-13  3:28 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DD815450-ED4B-49B0-B58A-1B4FA276D467@gmail.com \
    --to=otared@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).