ambs / Text-BibTeX

Text::BibTeX
6 stars 9 forks source link

month field should support month abbrevs #5

Closed ambs closed 8 years ago

ambs commented 10 years ago

Accordingly with an RT ticket, we should parse correctly lines like:

    month = aug,

without any quotes. So, for the 12 months.

@plk, do you have some time to dig how to support this in the generated parser?

ambs commented 10 years ago

Just to make @danaj aware of this ticket (hope is the correct Dana Jacobsen)

plk commented 10 years ago

Hmm, I thought it already supported this - the months like this are just macros which expand to the month names. Does this not work?

ambs commented 8 years ago

Text::BibTeX::Bib defines them. But I'll move them to the main module, as there they are more useful.

ambs commented 8 years ago

Moved them: 87bd076 @plk, please let me know if this causes any kind of trouble with biber!