-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Citr not parsing author surnames containing several words #35
Comments
Further digging reveals that behaviour is different when the surname starts with a lowercase letter than when it begins with an uppercase letter. For example, De Houwer imports to citr from zotero but de Houwer does not. Using two references of this author that are stored in my library using these two variants of the surname I looked at what Zotero does at export:
When the de begins with an upper case letter it is exported as a. |
Thanks for digging into this! I had a look at the latter example you posted. I saved the two references as a bib-file and also added them to my Zotero library (via import from clipboard). Using the current development version of To get a better idea of what's going on some additional diagnosing might help:
|
Sorry, I posted the wrong localhost-URL. The correct one is |
Thanks for the reply.
I'll add more once mactex has updated ... andy |
thanks |
Great! And thanks for the detailed reports. |
I'm working on a document that I worked on a few weeks ago and am getting errors that I didn't get a few weeks back (i.e. before the update to R 3.5.1.) I am using citr with zotero and the better bibtex plugin. When citr loads my library direct from zotero it fails to parse any reference that has an author surname containing more than one word. For example, I get a string or errors like this in the console:
The citations all have in common that the surname is made up of several words. For example, for these two the corresponding zotero export is:
So the first contains
{de Lijster}
as surname and the second{de Girolamo}
.If I save the above zotero export as a .bib file (see test.txt), reference it in the YAML header, fire up citr and disconnect it from zotero then citr reads the file perfectly. This suggests to me that the issue is to do with the way citr communicates with zotero and gets it to export so that it can load the database. I have literally no idea how that works though so I don't know whether this is a zotero issue, a BetterBibtex issue or a Citr issue. Any ideas of how to fix it or who I should be directing this at?
thanks
andy
The text was updated successfully, but these errors were encountered: