Raphael Clifford wrote:
> I realise it's a slightly odd thing to do but I would like a
> bibliography on the end of my prosper presentation. At the moment
> there are two problems
>
> 1) It insists on having a slide title and then the word "references"
> 2) The font is much too large.
>
> How can I reduce the font size just for the bibliography?
There is something in the tips and tricks about changing the title of
the bibliography. As far as I can remember the 'solutions' are highly
dependent on the latex class.
FWIW, I have used this in the past for a doc written in the article
class.
%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{REFERENCES}}
In your case, I'd suggest '\renewcommand\refname{}', but, as I say,
this 'solution' may not work with prosper. Browse the tips and
tricks.
--
Angus