On Tue, May 13, 2014 at 10:36 AM, Otared Kavian <ota...@gmail.com> wrote:
> 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

I think this agrees (with what I meant). Do you know how how to do
this with \startplacetable and \stopplacetable?

\startplacetable%[force,none]
\starttabulate[|r|l|]
\HL
\NC I want this table \NC aligned in the center.\NR
\HL
\stoptabulate
\stopplacetable

gives a "Table 1" below the table. And uncommenting the [force,none]
part does not seem to help...

/Mikael
___________________________________________________________________________________
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