On Mon, 24 Feb 2003, roy nicolas wrote: | Does anybody know how to change the size of the vertical space between | items in an "itemize" environnement ?
you can use this command on preamble...
\let\olditemize=\itemize
\def\itemize{\olditemize\setlength{\itemsep}{-0.5ex}}
\let\oldenumerate=\enumerate
\def\enumerate{\oldenumerate\setlength{\itemsep}{-0.5ex}}
change the values of -0.5ex to desired values
Wayan
