Beamer template: put slide around bibliography with natbib or biblatex.
This commit is contained in:
parent
0bb5f9ba20
commit
4bdebc73b0
1 changed files with 5 additions and 1 deletions
|
@ -152,12 +152,16 @@ $else$
|
||||||
\renewcommand\refname{$biblio-title$}
|
\renewcommand\refname{$biblio-title$}
|
||||||
$endif$
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
|
\begin{frame}[allowframebreaks]{$biblio-title$}
|
||||||
\bibliography{$biblio-files$}
|
\bibliography{$biblio-files$}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
$endif$
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
$if(biblatex)$
|
$if(biblatex)$
|
||||||
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
|
\begin{frame}[allowframebreaks]{$biblio-title$}
|
||||||
|
\printbibliography[heading=none]
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
$endif$
|
$endif$
|
||||||
$for(include-after)$
|
$for(include-after)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue