diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-science/science.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-science/science.bbx | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-science/science.bbx b/Master/texmf-dist/tex/latex/biblatex-science/science.bbx index bb4fd580188..5901ba851bd 100644 --- a/Master/texmf-dist/tex/latex/biblatex-science/science.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-science/science.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{science.bbx}[2013/01/27 v1.1d biblatex bibliography style] +\ProvidesFile{science.bbx}[2016/03/10 v1.1e biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -22,7 +22,7 @@ % Alter settings that carry through from biblatex \ExecuteBibliographyOptions{ article-title = false , - firstinits , + giveninits , maxnames = 5 , maxcitenames = 2 , useprefix , @@ -30,7 +30,12 @@ % Modify the name format \DeclareNameFormat{default}{% - \usebibmacro{name:first-last}{#1}{#4}{#5}{#7}% + \nameparts{#1}% + \usebibmacro{name:given-family} + {\namepartfamily} + {\namepartgiveni} + {\namepartprefix} + {\namepartsuffix}% \usebibmacro{name:andothers}% } @@ -569,7 +574,7 @@ } %% -%% Copyright (C) 2010-2013 by +%% Copyright (C) 2010-2013,2016,2016 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of @@ -589,4 +594,4 @@ %% and the derived file biblatex-science.pdf. %% %% -%% End of file `science.bbx'.
\ No newline at end of file +%% End of file `science.bbx'. |