
Search found 2 matches
- Wed Dec 07, 2011 9:11 pm
- Forum: Math & Science
- Topic: Prevent Line Break between List Item and aligned Equations
- Replies: 4
- Views: 4342
Re: Prevent Line Break between List Item and aligned Equatio
Thank You So Much! It worked well. 

- 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?
Thank you 
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{enumerate}
\item
\begin{align*}
a&=1+1\\
&=2
\end{align*}
\end{enumerate}
\end{document}
