-
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
Referencing from entire zotero library, rather then exported library-user problem #70
Comments
Hmm, indeed, I think this may be related to It seems the addin does not correctly identify the bibliography file in the YAML front matter. Could you try installing |
Hi, Thanks for getting back to me. I don't actually mind where the references go, I just thought it was standard practice to have a bibliography file in the same folder as the rmd. I installed citr as you suggested, still no good, it comes up with an error message: I can load the zotero connection and synch library like that, but then it doesn't reference correctly. This is the first paper I'm writing in markdown so I'd like to get it right from the start. below is the copy of the rmd, I"m not sure how to add the bib-file? It says it isn't supported. Thanks so much for your help!
Just typing to try and reference. Lets try reference Wu et al 2013 ` |
Sorry for the late response. If you are still interested in debugging this, could you try and remove the white space prior to the bibliography field in the YAML front matter: bibliography: bibliography_HEB.bib rather than bibliography: bibliography_HEB.bib Also, remove this line: citation_package: citr
|
Hello, I have been having the same problem as GabriellaS-K when trying to use the RStudio citr Addin: it says bibliography files not found, and shows a blank space after "Bibliography files found in the YAML header". The odd thing is that it sometimes does work, and sometimes doesn't (sometimes within a single R session) and I have no idea why this might be happening. A few extra notes:
When I re-start an R session, the first time I try to cite, I get the message above that GabriellaS-K posted. The next time I try to do it, I get an error message in the R console:
Any clues as to what could be going wrong, or how to fix this? |
I was having the same issue with my Rmarkdown. Error: bib_file is not a character vector. By removing the white space as commented above and restarting RStudio I was able to get citr package to work. |
Hi,
I am a beginner with R/Rmarkdown, and have just downloaded the better-bibtex to use to reference from zotero, in Rmarkdown. I followed the really helpful setup instructions. However, each time I open R Markdown, and click 'addin', insert citation, a pop up appears (see attached picture)
Then if I connect and load zotero libraries, the references are from my entire zotero, rather than the exported bibliography I saved to the same directory as my markdown file.
YAML header looks like:
I must be doing something wrong! Sorry for such a basic question, would be grateful for any help!
I originally asked this at the backend and was told this was an issue with the front end :)
Thanks
The text was updated successfully, but these errors were encountered: