I'm trying to have an equation as the first line of one of my items in an enumerate environment.
Example:
\begin{enumerate}
\item \[ x \]
\end{enumerate}

I want the $x$ to have the same baseline as the 1., but it's appearing lower. How can I make the two line up properly?
$x$– Jan 20 '11 at 21:23