Skip to content

month name unenclosed by braces is fine for BibTeX but results in "undefinedString" error  #248

@cpbl

Description

@cpbl

The following fails with "UndefinedString": 'jul':


import bibtexparser

ss="""
@inproceedings{tmp,
	title = {Comparison of the accuracy of {OpenStreetMap} for {Ireland} with {Google} {Maps} and {Bing} {Maps}},
	author = {Ciepluch, Blalej and Jacob, Ricky and Mooney, Peter and Winstanley, Adam},
	month = jul,
	year = {2010},
}
"""

with open('test.foo', 'w') as bibfile:
    bibfile.write(ss)


with open('test.foo') as bibtex_file:
    bib_database = bibtexparser.load(bibtex_file)

print(bib_database.entries)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions