On Tue, 17 May 2011, Taco Hoekwater wrote:

Hi Hans/ Aditya,

With the latest beta, \startmatrix's final \NR creates a
superfluous line, resulting in ugly output:

Bugfix:

In \dodefinemathmatrix, change

   \setuvalue{\e!stop #1}{\dostopmathmatrix}%

to

   \setvalue{\e!stop #1}{\dostopmathmatrix}%

If someone wants to correct this in a working document, add

\let\stopmatrix\dostopmathmatrix

somewhere before \starttext

\starttext
\startformula
\startmatrix[left={\left(\,},right={\,\right)}]
\NC 0 \NR
\NC 0 \NR
\NC 0 \NR % removing this fixes the output
\stopmatrix
\stopformula
\stoptext

I don't know why \setuvalue gives an extra space. Hopefully, you or Hans will be able to figure that out.

Aditya
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to