-
Notifications
You must be signed in to change notification settings - Fork 57
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
Relative path to bibliography does not work #34
Comments
The example you cite was actually not caused by a relative path, but rather the absence of a I'll look into the other issue and report back soon. |
I'm unable to reproduce the problem with relative paths in |
I tried reproducing it with a stand-alone Radix article, but there it works. However, I'm using it in the context of a blog, and there it seems to go wrong. I'm working on seeing whether I can make a reproducible example. |
Update: I think my problem was that I had no build the website yet, and that's why it went wrong! I think this issue can be closed now. |
Thanks for the reprex! It should still work when you haven't yet built the site so that is in fact a bug. Should be fixed here: rstudio/radix@47db5c4 |
When I specify a relative path to a .bib file, it doesn't work.
This works:
bibliography: library.bib
This does not work:
bibliography: ../../static/bib/library.bib
I do not get an error message, but it simply does not produce the citations. An illustration of this can be seen here: https://rstudio.github.io/radix/basics.html#citations. The citation there does not show, although it does show here: https://rstudio.github.io/radix/citations.html
The text was updated successfully, but these errors were encountered: