aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-10-21 14:29:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-10-21 14:29:08 -0700
commit4bdebc73b0b2025cf01704e7e564088c34d8f86c (patch)
tree9917460b85a5bc6c3749faa5cfe1aa8a75e6c302
parent0bb5f9ba204ea242e361c264f019490ead1cf313 (diff)
downloadpandoc-4bdebc73b0b2025cf01704e7e564088c34d8f86c.tar.gz
Beamer template: put slide around bibliography with natbib or biblatex.
-rw-r--r--default.beamer6
1 files changed, 5 insertions, 1 deletions
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)$