in the first version of my Thesis, I put the references at the end of each Chapter (which were called by \include{.../...}), and I had no problems with the citations.
I'm now asked to bring all the references in one final Chapter. I've then collected all of them in a single .bib file which is called by:
Code: Select all
\include{.../results}
\include{.../Conclusions}
\bibliographystyle{IEEEtran}
\bibliography{references}
when I compile it, the references are correctely listed in one chapter at the end of the Thesis, but in the text I always get a [?] instead of the citation number. It does not matter how many time I run bibtex, it is always like that.
I'm using TeXnicCenter.
Do you have some suggestions?
regards
Mauri