What is the best way to reduce the space generated just before the second item?
\documentclass{article}
\begin{document}
\begin{enumerate}
\item Item 1
\item \begin{equation}\label{eq:1} x=1 \end{equation}
\item Look at \eqref{eq:1}
\end{enumerate}
\end{document}
So that the item number is on the same line as the equation. I know I can use inline math ($x=1$) but then I cannot reference the equation in the last item.
EDIT: Made a minimal example
\documentclasscommand, has a minimal preamble and then\begin{document}...\end{document}. Unless the problem is a compilation error, the code should compile and be as small as possible to demonstrate your problem. This makes it much easier for people to help you --- and much ore likely that they will! – Feb 22 '16 at 13:43\vpace{-2mm}. – Feb 22 '16 at 13:44\labelwould refer to the item number. – David Carlisle Feb 22 '16 at 13:44