Skip to content

Editor and translator names in bibliography are passed as raw text #2052

@Omikhleia

Description

@Omikhleia

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).

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions