2

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)
moewe
  • 175,683
  • What is the problem to share the original bibliography? – m0nhawk Jun 18 '15 at 08:39
  • It's way larger (400 kb) and contains more references than it needs to. I could split it, but don't know how automatically using this new-fangled pandoc-citeproc system. – RobinLovelace Jun 18 '15 at 10:20
  • Since you write in .Rmd you can use the following R-function to clean up your bib-file: https://tex.stackexchange.com/a/603466/ – Johannes Titz Jul 02 '21 at 07:13

0 Answers0