I'm using a Mac and I have a problem with my TeXmaker. Everything works great with TeXmaker but I'm having problems with citations. My TeXmaker is linked with Mendeley software and I can see all of my citation keys in TeXmaker but whenever I want to cite something, my citation list doesn't show anything.
Take for example, in my friend's PC whenever they want to cite, they write the first letter of citation key, TeXmaker brings the whole name, but in my Mac it doesn't work.
I've updated all of my packages. Please help me.
\bibliography{nameofbibfile}to your document or\addbibresource{nameofbibfile.bib}to the preamble? (Packages are irrelevant here, this seems to be purely a Texmaker-problem.) – Torbjørn T. Aug 30 '12 at 13:06.texfile, do you have a line such as\bibliography{<name of .bib file>}or\addbibresource{<name of .bib file>.bib}? If so, try Edit --> Refresh Bibliography. – Torbjørn T. Aug 31 '12 at 10:21