Myriam Abramson wrote:
> > I have to format the spacing and the font of the bibtex generated
> > bibliography. Any hints? I didn't find exactly what I needed in the
> > Tips&Tricks page.
>
> I mean I have to reformat just the font and spacing of the title
> "Bibliography" not the items.

Which class? The bibliography title is hardcoded as section* in article and as 
chapter* in book.

A quick and dirty solution is to "disable" the environment. E.g. in book 
class, write with ERT just before the BibTeX inset:

\def\chapter*#1{}
(article: \def\section*#1{})

Then can set you own title manually, but you also have to set pagebreak and, 
if you need, \thispagestyle{plain} for the first page.

Regards,
J�rgen.

Reply via email to