LaTeX template: Added biblio-style variable.

This commit is contained in:
John MacFarlane 2013-07-20 10:51:18 -07:00
parent 24dab8e06e
commit 120bed772b

View file

@ -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}