-
Notifications
You must be signed in to change notification settings - Fork 8
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
Parsing breaks on JabRef comments #22
Comments
Yeah probably, the
|
I would assume the definition in |
This updates the yacc file and parser to recognise the special @comment entry type. https://maverick.inria.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary.html#comment
This updates the yacc file and parser to recognise the special @comment entry type. https://maverick.inria.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary.html#comment
My apologies for not getting back to you earlier. I assumed Github would notify me about updates here, seems not to be the case for commits mentioning an issue (or I overlooked it). Tested the new release and can confirm it works for me. |
JabRef for managing BibTeX-libraries can add special settings in
@Comment
-Entries at the end of the file, e.g.@Comment{jabref-meta: databaseType:biblatex;}
.Parsing these breaks with an error
unknown string variable: jabref-meta:
. While these entries of course are not valid BibTeX, shouldn't comments be accepted "as is"?The text was updated successfully, but these errors were encountered: