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

BibTeX month is not in a valid format #131

Closed mc1098 closed 2 years ago

mc1098 commented 2 years ago

Currently seb is producing a bibliography with month fields that use full month names surrounded by curly braces, whereas the correct format should be a shortened name without braces:

Current:

  month = {January},

Correct:

  month = jan,

For the time being this can be a check based on the field name, but a better long term strategy might be to have different types to represent date, numbers, and text and allow formats to compose a field value based on the type.