Dear list,
I would like to include text on the same line as a formula.
The text needs to be left-aligned and the formula needs to be mid-aligned (as per normal).
I’ve tried various solutions from the mathalign MyWay but have not succeeded to get the desired result sofar.
Below a M-Not-WE. Clearly, the formula is not positioned correctly yet.
Who can help me out?
Regards,
Jan Willem
\starttext
\setupformulas[align=flushleft]
\startformula
\startalign[n=2,align={left,middle}]
\NC \text{Text1} \NC E = mc^2 \NR
\NC \text{Text2} \NC E = mc^2 \NR
\stopalign
\stopformula
\stoptext