1

I want to change the path of my .bib file to be in a separate location, so instead of writing this:

\bibliography{refh}

I want it to be on any other location like this:

\bibliography{~//Deakin/My~Papers/refh}

Note: I'm a mac user so if anyone could please assist me.

lockstep
  • 250,273
Tak
  • 2,346
  • 4
  • 20
  • 33
  • Welcome to TeX.sx! You can use relativ paths. See: http://tex.stackexchange.com/questions/29172/link-to-file-in-the-parent-folder or http://tex.stackexchange.com/questions/6805/bib-library-file-in-a-different-directory-how-to-use-mendeley-centralised-b – Marco Daniel Mar 02 '13 at 11:04
  • 2
    You can use \string~ for denoting the home directory; but BibTeX doesn't work with spaces in file names. – egreg Mar 02 '13 at 11:13
  • Thanks for all the comments. Marco gave me the correct answer found here http://tex.stackexchange.com/questions/29172/link-to-file-in-the-parent-folder, Thanks Marco – Tak Mar 02 '13 at 11:30

0 Answers0