While the cause of specific issue of the citation style is identified, I would still appreciate some help:
I want to use the chem-biochem.bbx style for the bibliograhy (with the modification mentioned above), but with the text citation style "author1 and author2" instead of "author1, author2". Can someone help me do that?
I tried setting the options for biblatex as
Code: Select all
citestyle=numeric-comp,
bibstyle=chem-biochem
but that did not help. Maybe the bibstyle somehow overrides the citestyle?
Any suggestions?
Edit: It seems the chem-biochem.cbx style file is simply a lightly modified version of numeric-comp cite style (it calls
\RequireCitationStyle{numeric-comp}
with the only apparent difference being the parenthesis type and the cite key being 'emphasized'). Yet, when I use the option
I still get "author1, author2". So I don't understand where this difference in the citation style is coming from! More reason to suspect the bibstyle instead?