27 Sep
2008
27 Sep
'08
8:24 a.m.
On Sat, 27 Sep 2008, Chen Shen wrote:
Hi all,
The following simple table doesn't work right under mkiv. The baseline of the paragraph (2nd) column is much lower than other columns. The same code works fine under mkii. "\showstructs" shows the difference between the two, but I wasn't too sure how this should be fixed. Thank you.
I do not know if this helps or not, but you have a syntax mistake. See below
\starttext
\starttables[|lw(1cm)|lp(5cm)|lw(2cm)|] \HL \NC 101 \NC This is ConTeXts oldest table module. It uses the same formatting as Tabulate (see Tables Overview). \NC haha
There should be a \NC here.
\FR \HL \stoptables
\stoptext
Aditya