Pages and volume parse errors
ivomac opened this issue · 2 comments
ivomac commented
I'm moving here the issue typst/typst#210.
Compilation fails if the bibliography (.bib) file has an entry such as this:
@article{1,
title = {A},
number = {B4},
pages = {B97},
volume = {40-42},
price = {$76.60}
}
Parse errors due to letters ("B") in pages and "-" in volume. Also fails on price
with unexpected end of file due to the dollar. No error due to "B" in number.
I think this entry should be valid as I have official bib entries with ranges on volume
and letters on pages
.
reknih commented
The date field should also allow text