From 4bdebc73b0b2025cf01704e7e564088c34d8f86c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Oct 2013 14:29:08 -0700 Subject: [PATCH] Beamer template: put slide around bibliography with natbib or biblatex. --- default.beamer | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/default.beamer b/default.beamer index eb4ac8754..da081fae6 100644 --- a/default.beamer +++ b/default.beamer @@ -152,12 +152,16 @@ $else$ \renewcommand\refname{$biblio-title$} $endif$ $endif$ +\begin{frame}[allowframebreaks]{$biblio-title$} \bibliography{$biblio-files$} +\end{frame} $endif$ $endif$ $if(biblatex)$ -\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$ +\begin{frame}[allowframebreaks]{$biblio-title$} +\printbibliography[heading=none] +\end{frame} $endif$ $for(include-after)$