Osvaldo Fornaro wrote:
> I need to reduce the space between items in a list. I put at first in ERT
> in the first item of the list
> \setlength{\itemsep}{newlength}
try negative values. for me
\setlength\itemsep{-0.5ex}
in a enumerate/itemize environment works well (placed at the end of the first
item.
Juergen.
