diff options
Diffstat (limited to 'default.beamer')
-rw-r--r-- | default.beamer | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.beamer b/default.beamer index ccd0862d1..191903c95 100644 --- a/default.beamer +++ b/default.beamer @@ -89,8 +89,7 @@ $if(natbib)$ \bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$} $endif$ $if(biblatex)$ -\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex} -$if(biblatexoptions)$\ExecuteBibliographyOptions{$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$}$endif$ +\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex} $for(bibliography)$ \addbibresource{$bibliography$} $endfor$ |