On Tue, 8 Jan 2002, Herbert Voss wrote:
> Jan Warnking wrote:
>
> >
> > I attached a very short example .lyx file (basically containing only a
> > citation reference and the BibTeX references), as well as the
> > corresponding .bib file.
>
>
> try a \usepackage{natbib} in the preamble
This does indeed solve the problem of too long lines, but the natbib style
of citation references does not seem to be what I need.
Without natbib, I got:
text [Author, year, Author, year] text
with natbib I get:
text Author (year); Author (year) text
I would like to preserve the brackets around citations.
Jan