- #1
Ai52487963
- 115
- 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?
\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?