[NTG-context] Table-bug in lmtx?

Wolfgang Schuster wolfgang.schuster.lists at gmail.com
Mon Mar 30 19:56:41 CEST 2020


Christian Prim schrieb am 30.03.2020 um 18:23:
> Hello list
> 
> following MWE gives a strange error "(interwoven alignment preambles are 
> not allowed)" when processed with lmtx:
> 
> \definetabletemplate[fosa][s0|xp(3.5cm)|lw(0.7cm)|xp(5cm)s2|lw(2.5cm)|]
> \starttext
> \starttable[fosa]
> \NC Cell 1 \NC\Use3[p(8cm)]{A longer cell}\NC\AR
> \MR
> \NC Cell 1 \NC Cell 2 \NC Cell 3 \NC Cell 4 \NC\AR
> \stoptable
> \stoptext
> 
> No problems in mkiv.
> I think Use3 is the problem, but I'm not sure...

No, the problem is when you set a width for a cell.

\starttext

\starttable[|w(3cm)|]
\NC Cell \NC\SR
\stoptable

\stoptext

Wolfgang


More information about the ntg-context mailing list