Hi Adrian,
You can use the bibfont command if you are using natbib package. Just
add this ERT command before your bibliography tag.
\newcommand{\bibfont}{\fontsize{9}{12}\selectfont}
The first number is the size and the second is the baseline skip. I'm
assuming you are using 12pt font for the rest of the document. Note
that you can also play with the spacing between citations in your
bibliography section with the bibsep command.
\renewcommand{\bibsep}{0pt}
Cheers,
-Brian
On Nov 27, 2007, at 8:22 PM, Adrian Peter wrote:
Hello,
I am writing a conference paper in Lyx and would like my
bibliography to be
in 9pt font. Is there any way to specify this in the Lyx
document? Is
there some ERT command I place before and after the 'BibTeX Generated
Bibliography' tag? Thank you in advance for the help.
Adrian