aboutsummaryrefslogtreecommitdiff
path: root/default.latex
diff options
context:
space:
mode:
authorThomas Hodgson <twsh@users.noreply.github.com>2015-11-16 11:23:59 +0000
committerThomas Hodgson <hello@twshodgson.net>2015-12-15 14:18:51 +0000
commit8d86ed2b5243901b0b014ce587a67bd68ad72eb6 (patch)
tree5469dad13867ff151240a77efab08afc2fa9445a /default.latex
parentc695876718a9af7cff9bce1473089d97860dff13 (diff)
downloadpandoc-8d86ed2b5243901b0b014ce587a67bd68ad72eb6.tar.gz
Added biblatex options
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex2
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$