-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-Entries/Comments are not interpreted correctly #133
Comments
Additionally, although incompatible with bibtex, biber allows the LaTeX comment symbol @ARTICLE{bla,
author={Fartsy},
%title={Title},
} however bibtexparser simply ignores the character and creates a field |
I think we should probably support that better.
as well. The minimum is to add a note to the documentation. |
Right now having something like Supporting the former is quite trivial by extending characters allowed in field names (replace bibtexexpression.py#L145 by
|
Yes, supporting comments can really quickly lead to such issues :/ I'll try to have a deeper look at what Biber exactly does. |
Relevant parts for v2 extracted to its own issue: #372 |
According to btxdoc, Section 4, item 7, p. 13
However when you parse the following database
year
gets added to the entry likeThe text was updated successfully, but these errors were encountered: