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