diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-07-01 15:13:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 15:13:19 -0700 |
commit | 019d6a2bd84ad75dcf9d629561c87794a2f39656 (patch) | |
tree | 438e6df5325a5401e3ec2d3b40c7dd9fa41e5ead /default.latex | |
parent | ba3a8f742371f9e9f04100d0e61638cf65fd6ceb (diff) | |
parent | 922f5c0bc6a8bc279464757c2a65898b178e976d (diff) | |
download | pandoc-019d6a2bd84ad75dcf9d629561c87794a2f39656.tar.gz |
Merge pull request #203 from twsh/master
Pass $biblatexoptions$ directly to biblatex
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 3 |
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$ |