Dear all, I have noticed a new problem in the \startalign environment recently. \startalign adds whitespace after the formula. If I remove the *\NR* from the last equation then the white space disappears. But I need to keep it for numbering the last equation. In any case, I thought that the last *\NR* is required in the *math align* environment. I remember getting errors for not including the last \NR when I was just starting out with ConTeXt. May be something has changed or my memory is not quite what I thought it was. Please let me know if I am making a silly mistake. Thank you for your time in advance. *MWE* \starttext¬ Some text before the equation.¬ \placeformula¬ \startformula \startalign¬ \NC a \NC= b\NR¬ \NC c \NC= d\NR[eq:trivial]¬ \stopalign \stopformula¬ Some text after the equation.¬ \stoptext¬ Regards, Devendra Ghate