Solve Your Latex Alignment Problem | Tips for Right-Aligned Equations

  • Context: LaTeX 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    alignment Latex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
EngWiPy
Messages
1,361
Reaction score
61
Hello,
How to write the equations in Latex right-aligned?
regards
 
Physics news on Phys.org
Does
Code:
\begin{flushright}
    $your equation goes here$
\end{flushright}
accomplish what you want?
 
las3rjock said:
Does
Code:
\begin{flushright}
    $your equation goes here$
\end{flushright}
accomplish what you want?

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