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