sile icon indicating copy to clipboard operation
sile copied to clipboard

Editor and translator names in bibliography are passed as raw text

Open Omikhleia opened this issue 2 months ago • 1 comments

Entry:

@book{Kill,
  author = "Kill, Bill",
  editor    = "Doe, John and Smith, Jane",
  translator = "Pumpernickel, William",
  title     = "Another Book Entry",
  address   = "London",
  year      = 2022,
}

Expected Chicago Manual of Style 16th edition reference according to its CSL:

Kill, Bill. Another Book Entry. Edited by John Doe and Jane Smith. Translated by William Pumpernickel. London, 2022.

Obtained:

Kill, Another Book Entry. Edited by Doe, John and Smith, Jane, Translated by Pumpernickel, William. London: 2022.

There are a number of issues here (notably on the author), but the one I am reporting here is the following: editors and translators are the direct raw bibtex entry as text, not parsed as a name list (split for reordering depending on the citation/reference style).

Omikhleia avatar Jun 09 '24 23:06 Omikhleia