aboutsummaryrefslogtreecommitdiff
path: root/default.latex
diff options
context:
space:
mode:
authorThomas Hodgson <hello@twshodgson.net>2015-12-15 10:57:37 +0000
committerThomas Hodgson <hello@twshodgson.net>2015-12-15 14:18:51 +0000
commitf4742780dc91919d04f6f6a99bad9d3cc4a6346e (patch)
tree461fb65b99f1a39474366f741e19d8c366b7ee62 /default.latex
parent8d86ed2b5243901b0b014ce587a67bd68ad72eb6 (diff)
downloadpandoc-f4742780dc91919d04f6f6a99bad9d3cc4a6346e.tar.gz
Use biblio-style when setting biblatex options
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.latex b/default.latex
index ef79b33b2..331ae70e2 100644
--- a/default.latex
+++ b/default.latex
@@ -97,7 +97,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$