How can I split a beamer bibliography across two slides?
\begin{frame}[allowframebreaks]
\bibliographystyle{apalike}
\bibliography{Biblio-Database}
\end{frame}
done. I found this here :O)
For people working with:
\frame{
bla bla
Content on the slide
bla bla
}
the [allowframebreaks]
has to be places like this:
\frame[allowframebreaks]{
\tiny\bibliography{Name of your Bibliographie}
\bibliographystyle{Your bibliographystyle}
}