diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx index 43a6a46eeba..a3965106168 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-rsc.bbx} -[2010/11/20 v1.0 biblatex bibliography style] +[2010/12/22 v1.0a biblatex bibliography style] \ExecuteBibliographyOptions{labelnumber,maxnames=999} @@ -264,6 +264,18 @@ {\usebibmacro{maintitle}}% \newunit} +\renewbibmacro*{name:andothers}{% + \ifboolexpr{ + test {\ifnumequal{\value{listcount}}{\value{liststop}}} + and + test \ifmorenames + } + {\ifnumgreater{\value{liststop}}{1} + {\finalandcomma} + {}% + \andothersdelim\mkbibemph{\bibstring{andothers}}} + {}} + \newbibmacro*{organization+location+year}{% \printlist{organization}% \newunit |