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

> On Tue, May 13, 2014 at 9:22 AM, Procházka Lukáš Ing. - Pontex s. r.
> o. <l...@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 via email to