When #cite(form: "prose") a book with editors but no authors, it display only year #253
Open
1 task done
Labels
bug
Something isn't working
Description
If a bib info of a book contains only editor names but not author names (author names are available for book chapters in other bib entries), when
form: "prose"
, Typst will not use editor names in place of author names and display only year.This behaviour is different when
form: "normal"
, where Typst will display both editor names and year.For example, with this bib info:
#cite(<bovens_real_2010>, form: "prose")
will display "(2010)".#cite(<bovens_real_2010>, form: "normal")
will display "(Bovens et al., 2010)".#cite(<bovens_real_2010>, form: "author")
will display "".form: "editor"
option.Expected behaviour
#cite(<bovens_real_2010>, form: "prose")
displays "Bovens et al. (2010)".Reproduction URL
No response
Operating system
Web app
Typst version
The text was updated successfully, but these errors were encountered: