-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I only use biber, never bibtex, and frequently make use of TeX-like comments (%
and anything up to the end of line) just anywhere:
% outside of an entry
@book{ book,
% inside, separate line
author = "John Doe" % inside, after a field
}
biber is ok with that, bibtex-ruby crashes just like bibtex would. I usually strip comments before parsing the database:
BibTeX.parse(File.read(bib_path).gsub(/%.+?$/, ''))
My question is: do you find it desirable to handle bibtex-incomplatible biber-style comments in the gem? (Another question would be how - silently and always? optionally?) Or do you prefer to support only standard bibtex features?
Metadata
Metadata
Assignees
Labels
No labels