I am using JabRef to organize my literature. But I want to keep the literature (.bib) file in a directory other than my LaTeX working directory. When I have the *.bib file in the same directory it works fine but after moving it to another directory and specifying the place of the bib file it doesn't work.
Code: Select all
\bibliographystyle{plain}
\bibliography{MyName/projects/My Documentations/Bibliography files/Quellettttt}
Thank you,
MH