Pass $biblatexoptions$ directly to biblatex

Addresses https://github.com/jgm/pandoc-templates/issues/201
This commit is contained in:
Thomas Hodgson 2016-07-01 23:01:09 +01:00 committed by GitHub
parent ba3a8f7423
commit 9ce3d11412

View file

@ -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$