diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-11 23:39:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-11 23:39:27 +0000 |
commit | dbdc8b0e5fb32248da5a3b954f01c7df5c240ffb (patch) | |
tree | 34a560fa1d49d9cd7fa41f12917715b0d6bd60d1 /Master/texmf-dist/tex | |
parent | 0f01a2625108a01a43987bb54750b2c7816f851f (diff) |
biblatex-science (11mar16)
git-svn-id: svn://tug.org/texlive/trunk@40000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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 |