References more than one page
Closed this issue · 1 comments
YimianDai commented
Thanks for your great work.
I am wondering how can I put references in more than one page. If I have 20 papers cited, currently all these references are in one frame and most of them are not visible.
Best wishes
pcafrica commented
Hi YimianDai,
thank you for using Focus!
It is already possible to split references over multiple frames using the [allowframebreaks]
option:
\begin{frame}[allowframebreaks]{References}
\printbibliography
\end{frame}
I hope this fixes your issue.
Best,
Pasquale