On 2010-05-20, RIchard Heck wrote:
> On 05/20/2010 02:33 AM, Yannick Fournier wrote:
>> One more question I forgot to ask:
>> How do you reduce the vertical space, in itemize and enumerate listings,
>> between the first item and the preceeding paragraph? I tried the following
>> preamble commands with success only between item lines:
...
Do you use vertical space to separate paragraphs?
There is a LyX bug.
Workaround: in Document>Settings>Text
Format>Paragaph Separator select
(*) Indent
and in the LaTeX preamble write
\usepackage{parskip}.
Otherwise, search for "enumitem" on wiki.lyx.org.
Günter