Search found 2 matches

by fareastmovement
Wed Dec 07, 2011 5:12 pm
Forum: Math & Science
Topic: Prevent Line Break between List Item and aligned Equations
Replies: 4
Views: 4342

Prevent Line Break between List Item and aligned Equations

How to prevent new line between item and equation/align?

Code: Select all

\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{enumerate}
\item
\begin{align*}
a&=1+1\\
&=2
\end{align*}
\end{enumerate} 
\end{document} 
Thank you ;)