I'm using: biblatex 1.7.1; biber (0.9.6 I guess) and working on LyX on Kubuntu 12.04.
For example, I'm setting in my .bbx file the value to 6:
\ExecuteBibliographyOptions
{
maxbibnames = 6
}
But in the reference list the references aren't truncated after 6 names as I would expect but rather displays only 1 name + et al. (only for entries with more than 6 authors, of course). But if I set it to say maxbibnames =99 then I get the full list of authors.
The style I'm basing on calls for authoryear.bbx which truncates itself to the first name + et al. if there are more than 6 authors.
Why is that?
maxbibnames=6, minbibnames=6, but I'm not 100% sure (I don't use BibLaTeX at all). – tohecz Oct 10 '12 at 23:10