On Sun, Jan 07, 2001 at 06:23:21PM +0200, Liad Blumrozen wrote:
> Hi lyx users,
> 
> How can I change the vertical space between entries of the bibtex
> section? I need to change the space between the bib entries, but do not
> change the vertical space in other parts of the document.
> In default, there is a line space which I want to ommit.

Put

\renewcommand{\@openbib@code}{\setlength{\itemsep}{0pt}}

in the preamble (this will work in the standard classes article/report/book).
You might need to put negative space instead of 0pt.

Reply via email to