ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Table-bug in lmtx?
@ 2020-03-30 16:23 Christian Prim
  2020-03-30 17:56 ` Wolfgang Schuster
  2020-03-30 20:44 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Prim @ 2020-03-30 16:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 460 bytes --]

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...

Many thanks for your help
Christian

[-- Attachment #1.2: Type: text/html, Size: 639 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Table-bug in lmtx?
  2020-03-30 16:23 Table-bug in lmtx? Christian Prim
@ 2020-03-30 17:56 ` Wolfgang Schuster
  2020-03-30 20:44 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2020-03-30 17:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Christian Prim

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
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Table-bug in lmtx?
  2020-03-30 16:23 Table-bug in lmtx? Christian Prim
  2020-03-30 17:56 ` Wolfgang Schuster
@ 2020-03-30 20:44 ` Hans Hagen
  2020-03-31 13:07   ` Christian Prim
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2020-03-30 20:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Christian Prim

On 3/30/2020 6:23 PM, Christian Prim wrote:
> 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...
I found the issue (in the engine) ... tomorrow I'll upload a new one.

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Table-bug in lmtx?
  2020-03-30 20:44 ` Hans Hagen
@ 2020-03-31 13:07   ` Christian Prim
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Prim @ 2020-03-31 13:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1650 bytes --]

Hello Hans

many thanks for the fix!

Christian

Am Mo., 30. März 2020 um 22:45 Uhr schrieb Hans Hagen <j.hagen@xs4all.nl>:

> On 3/30/2020 6:23 PM, Christian Prim wrote:
> > 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...
> I found the issue (in the engine) ... tomorrow I'll upload a new one.
>
> Hans
>
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2744 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-31 13:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 16:23 Table-bug in lmtx? Christian Prim
2020-03-30 17:56 ` Wolfgang Schuster
2020-03-30 20:44 ` Hans Hagen
2020-03-31 13:07   ` Christian Prim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).