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:02:46 +01:00 committed by GitHub
parent 9ce3d11412
commit 922f5c0bc6

View file

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