On Tue, May 13, 2014 at 10:36 AM, Otared Kavian
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