ropensci / bibtex

bibtex parser for R
https://docs.ropensci.org/bibtex/
35 stars 12 forks source link

Also parse AND-joned list of author names (fix #18) #22

Closed katrinleinweber closed 3 years ago

katrinleinweber commented 4 years ago

Besides this fix, I have a problem with author = {LastName1, LastName2, LastName3}-type of lists. Would adding |, into the ()-group solve this?

katrinleinweber commented 4 years ago

We could also switch to perl = TRUE & use ?i in rx. I'm just not sure where exactly it needs to go. Maybe into its own parentheses like (?i)(and|AND)?!?

statzhero commented 2 years ago

I suspect this needs to be extended to other fields such as editor. See my comment for the patch 01a77a6b58da8b6e1ba75539fdd9c239fbf26dfd.