Merge pull request #203 from twsh/master
Pass $biblatexoptions$ directly to biblatex
This commit is contained in:
commit
019d6a2bd8
2 changed files with 2 additions and 4 deletions
|
@ -89,8 +89,7 @@ $if(natbib)$
|
|||
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||
$endif$
|
||||
$if(biblatex)$
|
||||
\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex}
|
||||
$if(biblatexoptions)$\ExecuteBibliographyOptions{$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$}$endif$
|
||||
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
||||
$for(bibliography)$
|
||||
\addbibresource{$bibliography$}
|
||||
$endfor$
|
||||
|
|
|
@ -100,8 +100,7 @@ $if(natbib)$
|
|||
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||
$endif$
|
||||
$if(biblatex)$
|
||||
\usepackage$if(biblio-style)$[style=$biblio-style$]$endif${biblatex}
|
||||
$if(biblatexoptions)$\ExecuteBibliographyOptions{$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$}$endif$
|
||||
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
||||
$for(bibliography)$
|
||||
\addbibresource{$bibliography$}
|
||||
$endfor$
|
||||
|
|
Loading…
Add table
Reference in a new issue