diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-09 00:23:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-09 00:23:35 +0000 |
commit | d14d43e5ddfb2afc959bb130fc1de38d615d6dd6 (patch) | |
tree | 34a49735a9e6da5d5c43329655d1651c9d450673 /Master/texmf-dist/tex/latex/biblatex-chem | |
parent | db4b63b8fcc7e0f818d11deaf7e1e11afdd60c11 (diff) |
biblatex-chem 0.9e (8jun10)
git-svn-id: svn://tug.org/texlive/trunk@18827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem')
8 files changed, 15 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx index 4bb29e6d4d3..3495b062288 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-acs.bbx} -[2010/05/08 v0.9d biblatex bibliography style] +[2010/06/07 v0.9e biblatex bibliography style] \ExecuteBibliographyOptions{labelnumber,maxnames=15,urldate=long} @@ -132,7 +132,8 @@ % New and altered bibliography macros \renewbibmacro*{byholder}{% - \printtext[parens]{\printnames{holder}}} + \ifnameundef{holder}{} + {\printtext[parens]{\printnames{holder}}}} \newbibmacro*{chapter+pages}{% \printfield{chapter}% diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx index c7e9924d267..8ef4dc5ecff 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-angew.bbx} -[2010/05/08 v0.9d biblatex bibliography style] +[2010/06/07 v0.9e biblatex bibliography style] \ExecuteBibliographyOptions{labelnumber,maxnames=999} @@ -182,7 +182,8 @@ \renewbibmacro*{byholder}{% \setunit{\addspace}% - \printtext[parens]{\printnames{holder}}} + \ifnameundef{holder}{} + {\printtext[parens]{\printnames{holder}}}} \newbibmacro*{chapter+pages}{% \printfield{chapter}% diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx index ebc6bf96e5e..2641a2a6817 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-biochem.bbx} -[2010/05/08 v0.9d biblatex bibliography style] +[2010/06/07 v0.9e biblatex bibliography style] \ExecuteBibliographyOptions{labelnumber,maxnames=15,urldate=long,useprefix} @@ -128,7 +128,9 @@ % New and altered bibliography macros \renewbibmacro*{byholder}{% - \printtext[parens]{\printnames{holder}}} + \ifnameundef{holder} + {} + {\printtext[parens]{\printnames{holder}}}} \newbibmacro*{chapter+pages}{% \printfield{chapter}% 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 7f7460cabdd..41eef9b76b7 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/05/08 v0.9d biblatex bibliography style] +[2010/06/07 v0.9e biblatex bibliography style] \ExecuteBibliographyOptions{labelnumber,maxnames=999} diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx index 2e37ef8d76a..8c160bfd706 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-acs.cbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-acs.cbx} -[2010/05/08 v0.9d biblatex citation style] +[2010/06/07 v0.9e biblatex citation style] \RequireCitationStyle{numeric-comp} \ExecuteBibliographyOptions{% diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx index 0aebe55d596..f46463f115f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-angew.cbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-angew.cbx} -[2010/05/08 v0.9d biblatex citation style] +[2010/06/07 v0.9e biblatex citation style] \RequireCitationStyle{numeric-comp} \ExecuteBibliographyOptions{% diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx index 96af8618fc0..c1dfc6bbb9a 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-biochem.cbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-biochem.cbx} -[2010/05/08 v0.9d biblatex citation style] +[2010/06/07 v0.9e biblatex citation style] \RequireCitationStyle{numeric-comp} \ExecuteBibliographyOptions{sorting=none} diff --git a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx index d7e9d10007b..b41f8e16fd0 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chem/cbx/chem-rsc.cbx @@ -1,5 +1,5 @@ \ProvidesFile{chem-rsc.cbx} -[2010/05/08 v0.9d biblatex citation style] +[2010/06/07 v0.9e biblatex citation style] \RequireCitationStyle{numeric-comp} \ExecuteBibliographyOptions{% |