bug in mkiv - paragraph column in tables
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 =================
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.
do you use the latest version of luatex/mkiv? ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Fri, Sep 26, 2008 at 7:17 PM, Hans Hagen
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.
do you use the latest version of luatex/mkiv?
hmm it looks good with MtxRun | main context file: /opt/luatex/minimals-beta/tex/texmf-context/tex/context/base/context.tex MtxRun | current version: 2008.09.24 18:41 This is LuaTeX, Version snapshot-0.28.0-2008071500 but not with MtxRun | main context file: /opt/luatex/minimals-beta/tex/texmf-context/tex/context/base/context.tex MtxRun | current version: 2008.09.24 18:41 This is LuaTeX, Version snapshot-0.29.0-2008071816 -- luigi
I am using :
This is LuaTeX, Version snapshot-0.29.0-2008072211
ConTeXt ver: 2008.09.21 22:31 MKIV fmt: 2008.9.22 int: english/english
MtxRun | current version: 2008.09.21 22:31
Also tried the example on context live, with no luck.
shenchen
On Sat, Sep 27, 2008 at 1:17 AM, Hans Hagen
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.
do you use the latest version of luatex/mkiv?
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
Am 26.09.2008 um 19:43 schrieb Chen Shen:
I am using : This is LuaTeX, Version snapshot-0.29.0-2008072211 ConTeXt ver: 2008.09.21 22:31 MKIV fmt: 2008.9.22 int: english/ english MtxRun | current version: 2008.09.21 22:31
Also tried the example on context live, with no luck.
You need the svn-version. This is LuaTeX, Version snapshot-0.29.1-2008092620, build Wolfgang
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
participants (5)
-
Aditya Mahajan
-
Chen Shen
-
Hans Hagen
-
luigi scarso
-
Wolfgang Schuster