LB wrote: > I'm using document class "book(mwbk)" with Lyx 1.4.1 on Win XP. The latex > forces the bibliography to start on a new page, as it supposed to do. > However, I would like to have the bibliography to start immediately after > the text. I have tried different, but not all, bibliography styles with > no success. My citation style is default (I'm not sure whether that > changes anything).
This is controlled by the class. One solution is to redefine the thebibliography environment from mwbk.cls (it uses \chapter*, which inserts the pagebreak). Another workaround might be to select "sectionated bibliography" from Document->Bibliography, because the bibtopic package suppresses the heading by default. Jürgen
