Taco Hoekwater wrote:
> Aditya Mahajan wrote:
>
>> I do not understand why the second equation is numbered
>>
>
> It is a bug. \placeformula turns on formula number processing
> (\settrue \handleformulanumber), but it never resets it.
>
> I guess this could be done right at the end of each
Aditya Mahajan wrote:
> I do not understand why the second equation is numbered
It is a bug. \placeformula turns on formula number processing
(\settrue \handleformulanumber), but it never resets it.
I guess this could be done right at the end of each formula,
like so:
\unprotect
\def\dostopformu
I do not understand why the second equation is numbered
\starttext
\placeformula \startformula \startalign[n=2]
\NC a \NC = b \NR
\NC c \NC = d \NR[+]
\stopalign \stopformula
Some text to separate equations
\startformula
e = f
\stopformula
\stoptext
I can get rid o