You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quotation marks are valid delimiters for the start and end of a value in BibTeX, as are curly brackets. In fact, the Wikipedia example for BibTeX uses quotes. However, the parse_lines method fail to parse these quotes correctly. Quotes are incorrectly added to the Title and to the Authors names, etc.
The text was updated successfully, but these errors were encountered:
xopoc14
pushed a commit
to xopoc14/bibtexparser
that referenced
this issue
Aug 4, 2021
Quotation marks are valid delimiters for the start and end of a value in BibTeX, as are curly brackets. In fact, the Wikipedia example for BibTeX uses quotes. However, the parse_lines method fail to parse these quotes correctly. Quotes are incorrectly added to the Title and to the Authors names, etc.
The text was updated successfully, but these errors were encountered: