I have created a .bib file using Jabref. Now I placed this file in the same folder where all my other latex fles are present. I am adding the reference to this .bib file using this:
\section*{References}
\bibliographystyle{elsarticle-num}
\bibliography{jab}
I am compiling my latex code on WinEdt but afterwards the file generated does not contain any references. Reference part is just blank.
Please guide me in this regard.
bibtex? – Ian Thompson Jul 28 '14 at 07:16\nocite{*}(plus latex, bibtex, latex, latex) which lists everything from the.bibfile. – daleif Jul 28 '14 at 07:20\nocite{*}can be anywhere in the document. The important thing is thelatex,bibtex,latex,latex(at least when you have normal citations, like\cite– daleif Jul 28 '14 at 07:40