summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chem/bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chem/bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-acs.bbx5
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-angew.bbx5
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-biochem.bbx6
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chem/bbx/chem-rsc.bbx2
4 files changed, 11 insertions, 7 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}