Classically maxcitenames in biblatex is set to something like \usepackage[maxcitenames=2,style=authoryear]{biblatex} to get the following citations:
- One author name if there is only one author
- Two author names if there are two authors
- Two author names + et.al if there are more than two authors
Is there a way to modify maxcitenames in a way that I get
- One author name if there is only one author
- Two author names if there are two authors
- First author name + et.al if there are more than two authors
This would require to count how many authors are in an bib-entry and decide which of the three cases is applicable.
I am happy to hack a bit myself if someone can give me at least a starting point. Handling author lists in biblatex does not seem trivial to me.
