Added biblatex options

This commit is contained in:
Thomas Hodgson 2015-11-16 11:23:59 +00:00 committed by Thomas Hodgson
parent c695876718
commit 8d86ed2b52

View file

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