I have two equations, each with a left part and a right part. The first equation has an extra-long left part, and the second equation has an extra-long right part.
I want to align the left part to the left margin and the right part to the right margin for each equation. This is what I have tried, but it is not working:
\begin{flalign} & \text{Short left} & \text{Very long right-hand side expression that extends far} && \\ & \text{Very long left-hand side expression that extends far} & \text{Short right} && \end{flalign} and the output:
As you can see, in the output, the length of each equation line extends far beyond the right margin (where the equation numbers are located).
I want the left part to start at the left margin and the right part to end at the right margin, on the same line with the equation number.
Please help :)



