Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{itemize}
\item \begin{align}
10&=2+2+2+2+2\\
&=3+3+3+1
\end{align}
\end{itemize}
\end{document}
Is there any way to prevent that?
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{itemize}
\item \begin{align}
10&=2+2+2+2+2\\
&=3+3+3+1
\end{align}
\end{itemize}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
aligned
environment in inline math mode.Code: Select all
\begin{itemize}
\item $\begin{aligned}[t]
10&=2+2+2+2+2\\
&=3+3+3+1
\end{aligned}$
\end{itemize}
NEW: TikZ book now 40% off at Amazon.com for a short time.