- #1
- 1,367
- 61
Hello,
How to write the equations in Latex right-aligned?
regards
How to write the equations in Latex right-aligned?
regards
\begin{flushright}
$your equation goes here$
\end{flushright}
Doesaccomplish what you want?Code:\begin{flushright} $your equation goes here$ \end{flushright}
\begin{eqnarray}
Body
\end{eqnarray}