diff options
author | Thomas Hodgson <twsh@users.noreply.github.com> | 2015-11-16 11:23:59 +0000 |
---|---|---|
committer | Thomas Hodgson <hello@twshodgson.net> | 2015-12-15 14:18:51 +0000 |
commit | 8d86ed2b5243901b0b014ce587a67bd68ad72eb6 (patch) | |
tree | 5469dad13867ff151240a77efab08afc2fa9445a /default.latex | |
parent | c695876718a9af7cff9bce1473089d97860dff13 (diff) | |
download | pandoc-8d86ed2b5243901b0b014ce587a67bd68ad72eb6.tar.gz |
Added biblatex options
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.latex b/default.latex index 51e8fde7b..ef79b33b2 100644 --- a/default.latex +++ b/default.latex @@ -97,7 +97,7 @@ $if(natbib)$ \bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$} $endif$ $if(biblatex)$ -\usepackage{biblatex} +\usepackage[$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex} $for(bibliography)$ \addbibresource{$bibliography$} $endfor$ |