inukshuk/citeproc-ruby

MLA8 sorting does not work correctly in some circumstances

Closed this issue · 1 comments

The modern-language-association-8th-edition style sorts by author, and then title. However, the author has a substitution of title. The style has the the title quoted in some circumstances.

When citeproc-ruby is doing the sort comparison, it is rendering author as a string to use in the sorting comparison. For sources with only a title and container-title the author is then rendered as "title" which messes up the string comparison due to the leading ".

Submitted pull request #43 for this