I have a .Rmd file that contains references like [@smoreda2013spatiotemporal]. Works great. The problem is that it's referencing a giant .bib file, making the document less portable.
How to make it portable? So far I see 3 options, each of which as a disadvantage:
- Type references manually (time consuming)
- Create a separate .bib file with only citations used (I don't know how to automate this without a .aux file though)
- Integrate the references somehow in the document (no idea if that's possible)