diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-11 23:39:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-11 23:39:01 +0000 |
commit | fd4a6ee1f0fde44164748ea2f8f012253ecb0565 (patch) | |
tree | 794064e8f04cf0a46f2ec66f8634299c6ca0ebe1 /Master/texmf-dist/tex/latex/biblatex-nature | |
parent | eccaf49bf43b378417abe68f1c830c995d5be8ba (diff) |
biblatex-nature (11mar16)
git-svn-id: svn://tug.org/texlive/trunk@39998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-nature')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx | 4 |
2 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx b/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx index 26fd279e8b1..f032c9e379e 100644 --- a/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-nature/nature.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{nature.bbx}[2013/05/20 v1.2e biblatex bibliography style] +\ProvidesFile{nature.bbx}[2016/03/10 v1.2f 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{ articletitle , - firstinits , + giveninits , maxnames = 5 , maxcitenames = 2 , punctfont , @@ -31,7 +31,12 @@ % Modify the name format \DeclareNameFormat{default}{% - \usebibmacro{name:last-first}{#1}{#4}{#5}{#7}% + \nameparts{#1}% + \usebibmacro{name:family-given} + {\namepartfamily} + {\namepartgiveni} + {\namepartprefix} + {\namepartsuffix}% \usebibmacro{name:andothers}% } @@ -633,7 +638,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 @@ -653,4 +658,4 @@ %% and the derived file biblatex-nature.pdf. %% %% -%% End of file `nature.bbx'.
\ No newline at end of file +%% End of file `nature.bbx'. diff --git a/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx b/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx index fa578c4ab5c..9648e83f0b2 100644 --- a/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-nature/nature.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{nature.cbx}[2013/05/20 v1.2e biblatex citation style] +\ProvidesFile{nature.cbx}[2016/03/10 v1.2f biblatex citation style] \RequireCitationStyle{numeric-comp} @@ -19,7 +19,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 |