How can I get an enumerate inside an align environment? I want something like this:
%...
\begin{enumerate}
\item test123
\begin{align*}
\item x^2 & \text{ bla}\\
\item x^3 & \text{ bla2}\\
\end{align*}
\end{enumerate}
%...
Is that possible?
|
Apparently you can use an
The first |
|||||
|
|
you are using the unnumbered
|
||||
|
|
alignenvironments (which was just answered recently and the solution is to usealigned)? Perhaps a slightly expanded MWE would clarify things. Also, it is generally preferable to to have fully compilable examples as opposed to code snippets. – Peter Grill Feb 7 '12 at 18:13align? – Peter Grill Feb 7 '12 at 18:18\intertextcommand that's part of theamsmathpackage (the same package that also defines the display-math environmentsalign,gather,multline,split,aligned, and a few more). You won't be able to able to use anenumerate-style group in the argument of\intertext, but it may be what you really need. – Mico Feb 7 '12 at 18:28