diff options
author | Thomas Hodgson <hello@twshodgson.net> | 2015-12-15 10:57:37 +0000 |
---|---|---|
committer | Thomas Hodgson <hello@twshodgson.net> | 2015-12-15 14:18:51 +0000 |
commit | f4742780dc91919d04f6f6a99bad9d3cc4a6346e (patch) | |
tree | 461fb65b99f1a39474366f741e19d8c366b7ee62 /default.beamer | |
parent | 8d86ed2b5243901b0b014ce587a67bd68ad72eb6 (diff) | |
download | pandoc-f4742780dc91919d04f6f6a99bad9d3cc4a6346e.tar.gz |
Use biblio-style when setting biblatex options
Diffstat (limited to 'default.beamer')
-rw-r--r-- | default.beamer | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.beamer b/default.beamer index 8617374d5..4e414ba26 100644 --- a/default.beamer +++ b/default.beamer @@ -89,7 +89,8 @@ $if(natbib)$ \bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$} $endif$ $if(biblatex)$ -\usepackage[$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex} +\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex} +$if(biblatexoptions)$\ExecuteBibliographyOptions{$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$}$endif$ $for(bibliography)$ \addbibresource{$bibliography$} $endfor$ |