5 Nov
2009
5 Nov
'09
3:16 a.m.
On Thu, 5 Nov 2009, Chen Shen wrote:
I was using the following macro from Aditya's Mathalign "My Way".
It worked great with MkII and old versions of MkIV.
However, it failed in recent versions of MkIV (e.g. 2009.11.2).
Apparently, the \makesectionnumber and \rawreference macros have be removed.
I wonder if anyone can give pointers on how to fix this.
A cleaner way to achieve the same output is \starttext \startsubformulas[eq:sub] \placesubformula \startformula \startalign \NC a_1 x + b_1 y \NC = c_1 \NR[eq:1] \NC a_2 x + b_2 y \NC = c_2 \NR[eq:2] \stopalign \stopformula \stopsubformulas \stoptext but this seems to be broken in mkiv. Hans, any idea what is going wrong here? Aditya