Im a using beamer and my bibliogrpahy is too long to fit on one single frame.
My code is very simple :
\begin{frame}%[allowframebreaks=0.9]
\section*{Bibliographie}
\nocite{*}
\printbibliography
\end{frame}
I could use [allowframebreak=0.9] option, for example, to divide it in three frames, but that is not what I want : I would like the text to get smaller so that it fits on one frame. So my case is not this one nor this one.
Beamer's manual (speaks about bibtex, and not biblatex) gives me this great answer :
The environment must be placed inside a frame. If the bibliography does not fit on one frame, you should split it (create a new frame and a second
thebibliographyenvironment) or use theallowframebreaksoption. Even better, you should reconsider whether it is a good idea to present so many references. (p.101)
Thank you, but I've reconsidered it, and I think it's a good idea. At least, I want to see if it's still readable when reduced before my decision to split it or reduce it.
I've tried something like {\tiny \printbibliography} but it doesn't work.
Can someone help ? Thank you.


I also hope that such a command would allow me to adjust the text's size to the frame's size, in other cases.
– Malo Jun 07 '15 at 13:26