diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-science/science.bbx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-science/science.cbx | 4 |
2 files changed, 12 insertions, 7 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'. diff --git a/Master/texmf-dist/tex/latex/biblatex-science/science.cbx b/Master/texmf-dist/tex/latex/biblatex-science/science.cbx index 02fcfe8d482..f9e52d02bac 100644 --- a/Master/texmf-dist/tex/latex/biblatex-science/science.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-science/science.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{science.cbx}[2013/01/27 v1.1d biblatex citation style] +\ProvidesFile{science.cbx}[2016/03/10 v1.1e biblatex citation style] \RequireCitationStyle{numeric-comp} @@ -25,7 +25,7 @@ } %% -%% Copyright (C) 2010-2013 by +%% Copyright (C) 2010-2013,2016 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of |