ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug in matrices/alignment (LMTX)
@ 2020-11-14 19:10 Jairo A. del Rio
  2020-11-14 19:34 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Jairo A. del Rio @ 2020-11-14 19:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi everyone.
The following example works in ConTeXt MkIV but fails in ConTeXt LMTX:


\def\rgeq{\vcenter{\rotate[rotation=270]{$>$}}}

\definemathmatrix[void][left=,right=,simplecommand=voidmatrix]

\starttext

\startformula

\voidmatrix{%

G_{1,1}, >, G_{1,2}, >, G_{1,3}, >, G_{1,4}, \ldots, G_1;

\rgeq , , \rgeq , , \rgeq , , \rgeq , , \rgeq;

G_{2,1}, >, G_{2,2}, >, G_{2,3}, >, G_{2,4}, \ldots, G_2;

\rgeq , , \rgeq , , \rgeq , , \rgeq , , \rgeq;

G_{3,1}, >, G_{3,2}, >, G_{3,3}, >, G_{3,4}, \ldots, G_3;

, , , , , , , , \rgeq

}

\stopformula

\stoptext

In LMTX only the first column of rotated symbols appear. My ConTeXt version
is:

LuaTeX 2.08 20201103 + ConTeXt MkIV 2020.11.13 19:13

Thank you very much.

Best regards,

Jairo :)

[-- Attachment #1.2: Type: text/html, Size: 3770 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] 3+ messages in thread

* Re: Bug in matrices/alignment (LMTX)
  2020-11-14 19:10 Bug in matrices/alignment (LMTX) Jairo A. del Rio
@ 2020-11-14 19:34 ` Wolfgang Schuster
  2020-11-14 19:44   ` Jairo A. del Rio
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2020-11-14 19:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Jairo A. del Rio schrieb am 14.11.2020 um 20:10:
> Hi everyone.
> The following example works in ConTeXt MkIV but fails in ConTeXt LMTX:
> 
> \def\rgeq{\vcenter{\rotate[rotation=270]{$>$}}}
> 
> \definemathmatrix[void][left=,right=,simplecommand=voidmatrix]
> 
> \starttext
> 
> \startformula
> \voidmatrix{%
> G_{1,1}, >, G_{1,2}, >, G_{1,3}, >, G_{1,4}, \ldots, G_1;
> \rgeq , , \rgeq , , \rgeq , , \rgeq , , \rgeq;
> G_{2,1}, >, G_{2,2}, >, G_{2,3}, >, G_{2,4}, \ldots, G_2;
> \rgeq , , \rgeq , , \rgeq , , \rgeq , , \rgeq;
> G_{3,1}, >, G_{3,2}, >, G_{3,3}, >, G_{3,4}, \ldots, G_3;
> , , , , , , , , \rgeq
> }
> \stopformula
> 
> \stoptext
> 
> In LMTX only the first column of rotated symbols appear.

ConTeXt LMTX stopped at the first empty cell in a row.

\starttext

\def\docommand#1{(#1)}

\processcommalist[a,b,c]\docommand

\processcommalist[a,,c]\docommand

\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] 3+ messages in thread

* Re: Bug in matrices/alignment (LMTX)
  2020-11-14 19:34 ` Wolfgang Schuster
@ 2020-11-14 19:44   ` Jairo A. del Rio
  0 siblings, 0 replies; 3+ messages in thread
From: Jairo A. del Rio @ 2020-11-14 19:44 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


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

Nice. When I add empty braces ((}) the example works. Just curious: is that
a bug or expected behaviour?
Thank you a lot, Wolfgang.

Cordially,

Jairo :)

El sáb., 14 de nov. de 2020 a la(s) 14:34, Wolfgang Schuster (
wolfgang.schuster.lists@gmail.com) escribió:

> Jairo A. del Rio schrieb am 14.11.2020 um 20:10:
> > Hi everyone.
> > The following example works in ConTeXt MkIV but fails in ConTeXt LMTX:
> >
> > \def\rgeq{\vcenter{\rotate[rotation=270]{$>$}}}
> >
> > \definemathmatrix[void][left=,right=,simplecommand=voidmatrix]
> >
> > \starttext
> >
> > \startformula
> > \voidmatrix{%
> > G_{1,1}, >, G_{1,2}, >, G_{1,3}, >, G_{1,4}, \ldots, G_1;
> > \rgeq , , \rgeq , , \rgeq , , \rgeq , , \rgeq;
> > G_{2,1}, >, G_{2,2}, >, G_{2,3}, >, G_{2,4}, \ldots, G_2;
> > \rgeq , , \rgeq , , \rgeq , , \rgeq , , \rgeq;
> > G_{3,1}, >, G_{3,2}, >, G_{3,3}, >, G_{3,4}, \ldots, G_3;
> > , , , , , , , , \rgeq
> > }
> > \stopformula
> >
> > \stoptext
> >
> > In LMTX only the first column of rotated symbols appear.
>
> ConTeXt LMTX stopped at the first empty cell in a row.
>
> \starttext
>
> \def\docommand#1{(#1)}
>
> \processcommalist[a,b,c]\docommand
>
> \processcommalist[a,,c]\docommand
>
> \stoptext
>
> Wolfgang
>

[-- Attachment #1.2: Type: text/html, Size: 1784 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] 3+ messages in thread

end of thread, other threads:[~2020-11-14 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 19:10 Bug in matrices/alignment (LMTX) Jairo A. del Rio
2020-11-14 19:34 ` Wolfgang Schuster
2020-11-14 19:44   ` Jairo A. del Rio

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