aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hodgson <twsh@users.noreply.github.com>2016-07-01 23:02:46 +0100
committerGitHub <noreply@github.com>2016-07-01 23:02:46 +0100
commit922f5c0bc6a8bc279464757c2a65898b178e976d (patch)
tree438e6df5325a5401e3ec2d3b40c7dd9fa41e5ead
parent9ce3d114126006b94583973f1cf00110e9d2e95b (diff)
downloadpandoc-922f5c0bc6a8bc279464757c2a65898b178e976d.tar.gz
Pass $biblatexoptions$ directly to biblatex
Addresses https://github.com/jgm/pandoc-templates/issues/201
-rw-r--r--default.latex3
1 files changed, 1 insertions, 2 deletions
diff --git a/default.latex b/default.latex
index 3d31a5731..4b371e12d 100644
--- a/default.latex
+++ b/default.latex
@@ -100,8 +100,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$