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$}
|
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(biblatex)$
|
$if(biblatex)$
|
||||||
\usepackage{biblatex}
|
\usepackage[$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
||||||
$for(bibliography)$
|
$for(bibliography)$
|
||||||
\addbibresource{$bibliography$}
|
\addbibresource{$bibliography$}
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
Loading…
Add table
Reference in a new issue