1

I have a requirement to output the bibliography for a beamer over exactly two pages, no matter how many references (output will be infinitely zoomable .pdf).

\documentclass[8pt, xcolor=table]{beamer}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=apa]{biblatex}
\addbibresource{bibliography.bib}

\begin{document}

\begin{frame} \frametitle{Bibliography} \printbibliography \end{frame}

\end{document}

deanpwr
  • 11
  • You would need something like these answer: https://tex.stackexchange.com/questions/26002/fit-text-into-given-box-by-adjusting-the-fontsize to find the required font size. – David Purton Oct 23 '20 at 00:59

0 Answers0