Reply to comment

Change the standard itemize

This will change how the standard itemize and enumerate works and give both a smaller spacing.


\let\olditemize=\itemize
\def\itemize{
\olditemize
\setlength{\itemsep}{-1ex}
}
\let\oldenumerate=\enumerate
\def\enumerate{
\oldenumerate
\setlength{\itemsep}{-1ex}
}

Not my code, but i can't remember where i got it from.

Reply

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