hayagriva icon indicating copy to clipboard operation
hayagriva copied to clipboard

Authors are not included in book reference

Open ramojus opened this issue 2 years ago • 1 comments

If I have a book reference in .bib file like this:

@book{programmingBC19AL,
  author={Marije Brummel and David A. Studebaker and Christopher D. Studebaker},
  title={Programming Microsoft Dynamics 365 Business Central},
  edition={6},
  chapter={Introduction to Business Central},
  eil={AL programming language},
  year=2019,
}

typst with default citation style (IEEE) renders the reference like this: image Zotero with IEEE style renders the reference like this: image

From my experimentation, it seems like the author variable is empty in csl if used for book type reference.

ramojus avatar Dec 21 '23 12:12 ramojus

My further experimentation shows that this only happens when chapter is set in .bib file.

ramojus avatar Jan 21 '24 07:01 ramojus