-
Notifications
You must be signed in to change notification settings - Fork 38
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
[FEAT] Improve informativeness of "characters of junk seen at toplevel" warnings #488
Comments
We have very limited things we can do with this because we use an ancient C library for parsing |
Thanks. The temp files was indeed automatically removed. The @article{knuth:1984,
title = {Literate Programming},
author = {Donald E. Knuth},
journal = {The Computer Journal},
volume = {27},
number = {2},
pages = {97--111},
year = {1984},
publisher = {Oxford University Press},
}
@inproceedings{lesk:1977,
title = {Computer Typesetting of Technical Journals on {UNIX}},
author = {Michael Lesk and Brian Kernighan},
booktitle = {Proceedings of American Federation of Information Processing Societies: 1977 National Computer Conference},
pages = {879--888},
year = {1977},
address = {Dallas, Texas},
}
The "junk" character ( |
This is quite hard to fix because |
Ok, thanks for the heads up. Feel free to close this feature request as "won't fix" or similar or leave it open for future reference in case the C library gets update later down the road. |
Transitioning from bibtex to biber, I experience some warnings related to "spurious" comments or characters in bib files. bibtex was not complaining about it. I understand why the warnings are being issued and would like to address them. However, I found it extremely difficult to track down where the warnings were coming from when dealing with large bibtex files. Ideally, the warning message would indicate the line number in the bibtex file and even highlight the offending character.
Below is a minimal reproducing example (running
biber --tool
on the bibtex file directly also shows the warning):leading to the following warning
The text was updated successfully, but these errors were encountered: