Reply to comment

You can also use \itemsep and

You can also use \itemsep and \parskip to adjust the line spacing.

\begin{enumerate}
\itemsep 1pt
\parskip 0pt
\item First
\item Second
\item Third
\item \ldots
\end{enumerate}

Reply

The content of this field is kept private and will not be shown publicly.