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.
\string~for denoting the home directory; but BibTeX doesn't work with spaces in file names. – egreg Mar 02 '13 at 11:13