Search code examples
latex

Eliminate space before \begin{itemize}


In Latex, how do I eliminate the space inserted before itemize?

\begin{itemize} % produces lots of vertical space
\item ...
\item ...
\end{itemize}

Solution

  • Try \vspace{-5mm} before the itemize.