Added biblatex options
This commit is contained in:
parent
617e2af70c
commit
c695876718
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Reference in a new issue