Paul A. Rubin wrote:
> You can do it list-by-list in the document body, or you can define a new
> environment in the preamble and then use ERT to start/end the
> environment (and to flag items).  I'm attaching a sample document.

A much simpler solution, which works generally, is to put this in the preamble 
(provided you have the enumitem package installed):

\usepackage{enumitem}
\setenumerate{parsep=0pt,itemsep=0pt,partopsep=0pt}

Read the enumtiem documentation for more possibilities.

Jürgen

Reply via email to