First, I exported my references list from EndNote X7 using 'BibTeX Export' and saved the text file as 'first_paper.bib'. Then I included the following code into my TeX file.
\newpage
% BibTeX users please use one of
%\bibliographystyle{spbasic} % basic style, author-year citations
\bibliographystyle{spmpsci} % mathematics and physical sciences
%\bibliographystyle{spphys} % APS-like style for physics
\bibliography{first_paper} % name your BibTeX data base
This code is included in the template TeX file provided by the journal and I only edited the database name to 'first_paper'. This 'first_paper.bib' file is located at the same folder as the TeX file.
I complied this code twice but I can't find References section in the final PDF file. What's wrong with this?
bibtex. Your editor should have a button to do this. Dopdflatex+bibtex+pdflatex+pdflatex– Sigur Sep 03 '14 at 01:50bibfile or cite some new, run again. – Sigur Sep 03 '14 at 01:54