Closed thomashirtz closed 2 years ago
Andreas from Paperpile here. We export "month" as BibTeX macro names and not as strings, since that will expand to the right string for current language settings when compiling BibTeX. I am afraid there is nothing we can do on our side, since this is valid BibTeX.
Andreas from Paperpile here. We export "month" as BibTeX macro names and not as strings, since that will expand to the right string for current language settings when compiling BibTeX. I am afraid there is nothing we can do on our side, since this is valid BibTeX.
Sorry about targeting paperpile, I didn't know it was the standard before your message 🙈
I just saw that it is the same issue as https://github.com/sciunto-org/python-bibtexparser/issues/280
Some users of my repository are using paperpile to get bib files. However there is an issue because the months doesn't include quotes, which breaks the bibtexparser import. example :
error:
Code:
Is there a way to fix that or sanitize that ? Or I need to do a report to paperpile and errors needs to be dealt with manually ?