I'm using BibTeX to create my bibliography with the final command
\bibliographystyle{mn2e}
\bibligraphy{biblio}
I'd like the entries to be footnotesize so I use
{\footnotesize
\bibliographystyle{mn2e}
\bibligraphy{biblio}}
but this also resizes the heading "Bibliography". How do I resize the text but not the heading? I realize one workaround is to compile the bibliography with BibTeX and put the \footnotesize command in the bibliography block. But can I automate this?
