26 Sep
2008
26 Sep
'08
6:27 p.m.
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. shenchen ================= \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 \FR \HL \stoptables \stoptext =================