On Wed, Dec 04, 2002 at 02:20:52PM +0100, Michael Jaeger wrote:
> Thanks you, unfortunately this is not exactly what I wanted to do.
> According to Herbert's advice I should use ERT for the lists to get a user
> defined \itemsep which is not handy for me. I'm looking for a solution where
> I can use the standard LyX list-environments _and_ have the possibility to
> define my own \itemsep-length. Any suggestion for this?
To reduce the length in all enumerate lists, add the following to the
preamble.
\let\oldenumerate=\enumerate
\def\enumerate{\oldenumerate%
\setlength{\itemsep}{0pt}\setlength{\parsep}{0pt}}
The same can be done for itemize lists.