mc1098 / ci601

Command line tool for searching and editing bibliographic entries to a supported format file. [Uni work]
MIT License
0 stars 0 forks source link

Fix `crossref` support in BibTeX Format #138

Closed mc1098 closed 2 years ago

mc1098 commented 2 years ago

biblatex lazily resolves crossref fields and so when converting to seb models the raw crossref field would be used instead of resolving this field to include the other data.

biblatex also transforms title from a book entry into booktitle for an inbook crossref even though the booktitle is not correct for inbook entries.