Use biblio-style when setting biblatex options
This commit is contained in:
parent
8d86ed2b52
commit
f4742780dc
2 changed files with 4 additions and 2 deletions
|
@ -89,7 +89,8 @@ $if(natbib)$
|
|||
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||
$endif$
|
||||
$if(biblatex)$
|
||||
\usepackage[$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
||||
\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex}
|
||||
$if(biblatexoptions)$\ExecuteBibliographyOptions{$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$}$endif$
|
||||
$for(bibliography)$
|
||||
\addbibresource{$bibliography$}
|
||||
$endfor$
|
||||
|
|
|
@ -97,7 +97,8 @@ $if(natbib)$
|
|||
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||
$endif$
|
||||
$if(biblatex)$
|
||||
\usepackage[$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
||||
\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex}
|
||||
$if(biblatexoptions)$\ExecuteBibliographyOptions{$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$}$endif$
|
||||
$for(bibliography)$
|
||||
\addbibresource{$bibliography$}
|
||||
$endfor$
|
||||
|
|
Loading…
Reference in a new issue