Problem in disambiguation and strange behaviour in style editor

Hi to all
I would need to disambiguate names through a suffix letter.
Having a book by John Doe in 2005 and another by Jane Doe also in 2005, I would need to have them called (Doe 2005a,2005b)

Using
<citation et-al-min="3" et-al-use-first="1"
disambiguate-add-year-suffix="true" collapse="year"
year-suffix-delimiter=", " after-collapse-delimiter="&#160;; ">


I get (Doe 2005, 2005) in citation but Doe 2005a [...] Doe 2005b in bibliography

If I change to collapse="year-suffix"
I get (Doe 2005, [CSL STYLE ERROR: reference with no printed form.]) in the editor style, while both are books.

Csl file is on Github

Thanks for any help
  • Solved: there was a <text variable="year-suffix" prefix=" "/> line in the bibliography layout. So it was a normal behaviour...
Sign In or Register to comment.