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$}
|
||||
$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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue