Win7, installed MikeTex (with auto-installed package setting) and using TexMaker for editing, and installed JabRef for creating bib-files.
So I have created a .bib file with several entries, and put it in the same directory as my .tex file. And yet when I try to generate the reference list by invoking /cite{...}, the result list it is empty, and there was warning of:
I also tried /nocite to find the whole list but to no avail.LaTeX Warning: Citation `Duffie2001' on page 1 undefined on input line 8.
No file foo.bbl.
I read some of the older posts here with similar problem and I used the MWA, foo.tex to try to work with it. And I encountered similar problem.
I have also read that for everytime the .bib is read into the TexMaker, an aux file will be introduced with the citation appended to it. And indeed there is such file, but I still can't generate .bbl file. Please help.
I noticed that aux files are not allowed here on forum. So I will put it in quote, here is the .aux file that's generated:
I have attached several files(MWA that was used here before, log file, and the bib file)\relax
\citation{Duffie2001}
\bibstyle{plain}
\bibdata{foo}
Here is the screen-cap of the setting and quick-build screen:
http://i.imgur.com/A4YtB.png
http://i.imgur.com/fCWYu.png
(the image size are too big, so I hyperlinked them as url instead of img)