semprag / biblatex-sp-unified

An opinionated biblatex implementation of the Unified Stylesheet for Linguistics Journals
LaTeX Project Public License v1.3c
39 stars 12 forks source link

Multiple editors not abbreviated #17

Closed chbrown closed 8 years ago

chbrown commented 8 years ago

For an @inproceedings entry, if there are a lot of editors (like 3+) in the editor = {...} field, they should be abbreviated with "et al."

But if you use a literal "et al." the resulting "(ed.)" isn't accurate; it should be "(eds.)", as it is when there are multiple editor names.

fintelkai commented 8 years ago

The correct way to deal with this is to set the max{bib|cite}names options when calling biblatex. sp.cls calls biblatex with these options: maxcitenames=3, maxbibnames=99. This truncates in-text citations to the first three authors, but in the bibliography all (well up to 99) authors/editors are listed. If we want to truncate long author/editor lists in the bibliography as well, we would just set maxbibnames to something palatable (3?). As soon as one does this, "et al. (eds.)" should appear as desired.

I think we should list all editors or none. The documentation of biblatex-sp-unified includes this:

NB: The examples included with the Unified Style Sheet do not include the editors of the CLS proceedings volume. We agree with this practice, since the names of editors of such proceedings are often hard to get hold of.