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$
|
$endif$
|
||||||
$if(natbib)$
|
$if(natbib)$
|
||||||
\usepackage{natbib}
|
\usepackage{natbib}
|
||||||
\bibliographystyle{plainnat}
|
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(biblatex)$
|
$if(biblatex)$
|
||||||
\usepackage{biblatex}
|
\usepackage{biblatex}
|
||||||
|
|
Loading…
Add table
Reference in a new issue