diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-23 00:23:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-23 00:23:22 +0000 |
commit | 4e5040e3f22afbee205156eb6e64b5e5002b088e (patch) | |
tree | 4dc8a9ad570c214ec578573afa76b1840613b85d /Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx | |
parent | bdea9ce1af1e711d925e2522f9b299f49c9a4afe (diff) |
biblatex-chem 1.0a (22dec10)
git-svn-id: svn://tug.org/texlive/trunk@20829 c570f23f-e606-0410-a88d-b1316a301751
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 |