Added biblatex options

This commit is contained in:
Thomas Hodgson 2015-11-16 11:23:10 +00:00 committed by Thomas Hodgson
parent 617e2af70c
commit c695876718

View file

@ -89,7 +89,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$