LaTeX template: Added biblio-style
variable.
This commit is contained in:
parent
24dab8e06e
commit
120bed772b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ $if(geometry)$
|
|||
$endif$
|
||||
$if(natbib)$
|
||||
\usepackage{natbib}
|
||||
\bibliographystyle{plainnat}
|
||||
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||
$endif$
|
||||
$if(biblatex)$
|
||||
\usepackage{biblatex}
|
||||
|
|
Loading…
Reference in a new issue