PDA

View Full Version : Alignment Problem in Latex


S_David
May25-09, 06:45 PM
Hello,
How to write the equations in Latex right-aligned?
regards

las3rjock
May25-09, 06:51 PM
Does
\begin{flushright}
$your equation goes here$
\end{flushright}
accomplish what you want?

S_David
May25-09, 07:04 PM
Does
\begin{flushright}
$your equation goes here$
\end{flushright}
accomplish what you want?

Not actually, because I am using
\begin{eqnarray}
Body
\end{eqnarray}