Search found 1 match

by panard
Mon Mar 23, 2009 7:58 pm
Forum: Math & Science
Topic: eqnarray*: writing text aligned right from equations
Replies: 1
Views: 23560

eqnarray*: writing text aligned right from equations

Hello,

I would like to write some text flushed at right of equations :


equation1 first comment in text
equation2 and 3 second comment


I tried something like

\begin{eqnarray*}
equation1 \hfill\text{first comment in text}\\
equation2 and 3 \hfill\text{second comment}
\end{eqnarray*}

but it ...