Eliminate space before \begin{itemize}

latex

Solution

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

Problem

In Latex, how do I eliminate the space inserted before itemize? ``` \begin{itemize} % produces lots of vertical space \item ... \item ... \end{itemize} ```

Original source