aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hodgson <twsh@users.noreply.github.com>2015-11-16 11:23:10 +0000
committerThomas Hodgson <hello@twshodgson.net>2015-12-15 14:18:51 +0000
commitc695876718a9af7cff9bce1473089d97860dff13 (patch)
tree338cc3192b86879d6d0a6ba0b7c4008d9057f15a
parent617e2af70c7d429a44d3b116d49d4b05840059e9 (diff)
downloadpandoc-c695876718a9af7cff9bce1473089d97860dff13.tar.gz
Added biblatex options
-rw-r--r--default.beamer2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.beamer b/default.beamer
index f0a266c7e..8617374d5 100644
--- a/default.beamer
+++ b/default.beamer
@@ -89,7 +89,7 @@ $if(natbib)$
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
$endif$
$if(biblatex)$
-\usepackage{biblatex}
+\usepackage[$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
$for(bibliography)$
\addbibresource{$bibliography$}
$endfor$