I would like to write some text flushed at right of equations :
Code: Select all
equation1 first comment in text
equation2 and 3 second comment
Code: Select all
\begin{eqnarray*}
equation1 \hfill\text{first comment in text}\\
equation2 and 3 \hfill\text{second comment}
\end{eqnarray*}
Any help?
I tried to understand how equations numbers are put at right, but the code looks too complex for me...
Thx