Open nichtich opened 5 years ago
Interesting, both are fatal errors in BibLaTeX while natbib fails gracefully. Is the lack of key in the second example intended?
@article(foo=bar)
is actually interpreted with foo=bar
as the key based on my tests. The new parser should cover that (as well as custom fields and parentheses). Missing keys as in the first example might be a bit more difficult.
Some valid BibTeX entries (requires #43/#56):
@foo{}
(arbitrary entry type, missing key)@article(foo=bar)
(parenthesis, custom field)