monperrus / bibtexbrowser

Beautiful publication lists with bibtex and PHP (standalone or in Wordpress)
http://www.monperrus.net/martin/bibtexbrowser/
84 stars 54 forks source link

bug in parsing of author fields #61

Closed matthiasroth closed 8 years ago

matthiasroth commented 8 years ago

An example for a problematic BibTeX field is "author = {Meyer, Heribert and {Advanced Air and Ground Research Team}},"

Bibtexbrowser returns e.g. "Meyer H, Air A, Team GR". It seems like the curly braces for making a block are completely ignored here and words are treated like names.

The entry should be interpreted like "Mayer H, Advanced Air and Ground Research Team", i.e. everything in the braced block should stay like it is.