[latex] enumerate list colliding with equation array

  • Context: LaTeX 
  • Thread starter Thread starter Ai52487963
  • Start date Start date
  • Tags Tags
    Array Latex List
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 6K views
Ai52487963
Messages
111
Reaction score
0
So I have a list like

\begin{enumerate}

\item asdfasdfasdf

\item asdfasdfasdf

\item \begin{align} equation here \end{align}

\end{enumerate}

I want to put an equation array to center and give some space around the equation, otherwise it looks all cluttered. I keep getting errors saying that the enumerate is being ended by the end of the equation array.

Is there a different way to put an equation array inside an enumerated one? Should I just use some centering tags for the equation instead?
 
Physics news on Phys.org
Works for me. I tested this in a LaTeX document and right here:

[tex] \begin{enumerate}<br /> \item asdfasdfasdf<br /> \item asdfasdfasdf<br /> \item \begin{align} E=mc^2 \end{align}<br /> \end{enumerate}[/tex]