Re: [NTG-context] Align ignored in definemathmatrix ?

2007-07-26 Thread Aditya Mahajan
Quoting [EMAIL PROTECTED]:

 Hi,

 It seems that \definemathmatrix is ignoring the align options.
 I defined a new math matrix \startmycases
 and compared the alignment of the columns with \startalign.
 In the \startmycases the alignment has no effect but it should work
 according to mathalign.pdf document.

 I am using ConTeXt  ver: 2007.04.17 12:51 MKII  fmt: 2007.7.10  int:
 english/english


Your example works correctly on my  machine and live.contextgarden.net 
(both using ver:2007.07.25).

I do not think that anything related to matrix changed between April and now.

Aditya

 \definemathmatrix[mycases][left={\left\{\,},right={\,\right.}]
 \starttext
 Ignoring the alignment ??
 \startformula
 \startmycases[align={left, middle, middle, middle}]
 \NC aaa\NC b\NC \NC d\NR
 \NC a\NC bbb\NC c\NC ddd\NR
 \stopmycases
 \stopformula
 Alignment obeyed.
 \startformula
 \startalign[n=4,align={left, middle, middle, middle}]
 \NC aaa\NC b\NC \NC d\NR
 \NC a\NC bbb\NC c\NC ddd\NR
 \stopalign
 \stopformula
 \stoptext

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


[NTG-context] Align ignored in definemathmatrix ?

2007-07-26 Thread w . neimeijer
Hi,

It seems that \definemathmatrix is ignoring the align options.
I defined a new math matrix \startmycases
and compared the alignment of the columns with \startalign.
In the \startmycases the alignment has no effect but it should work
according to mathalign.pdf document.

I am using ConTeXt  ver: 2007.04.17 12:51 MKII  fmt: 2007.7.10  int:
english/english

TIA
Wim

\definemathmatrix[mycases][left={\left\{\,},right={\,\right.}]
\starttext
Ignoring the alignment ??
\startformula
\startmycases[align={left, middle, middle, middle}]
 \NC aaa\NC b\NC \NC d\NR
 \NC a\NC bbb\NC c\NC ddd\NR
\stopmycases
\stopformula
Alignment obeyed.
\startformula
 \startalign[n=4,align={left, middle, middle, middle}]
 \NC aaa\NC b\NC \NC d\NR
 \NC a\NC bbb\NC c\NC ddd\NR
 \stopalign
\stopformula
\stoptext


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