On Tue Feb 03 22:08:39 2009, chong@seas.harvard.edu wrote:
Show quoted text> Hi,
> I think there is a bug in the pattern used to match author names, on
> line 141 of Author.pm. The expression \b([\w-]+) does not match surnames
> that contain, for example, an apostrophe, such as "O'Malley".
>
> Thanks for writing/maintaining this, it is very useful!
Hi Gerhard, hi Steve,
I'm also suffering from a related problem (but probably not exactly the
same as Steve). The following BibTeX entry sends the parser into an
endless loop:
@article{testkey,
year = {2008},
author = {A. Bar and L.M. M\"uller},
journal = {journal},
volume = {1},
number = {1},
pages = {1},
}
I'd really, really appreciate to get this issue fixed! I'd hate having
to write my own parser :(
Thanks for writing the parser!
Cheers,
Steffen