Beamer template: put slide around bibliography with natbib or biblatex.

This commit is contained in:
John MacFarlane 2013-10-21 14:29:08 -07:00
parent 0bb5f9ba20
commit 4bdebc73b0

View file

@ -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)$