I am using the template of the my department. Here is the part of the latex code:
...
\chapter{Conclusion}
\input{conclusion.tex}
% References in Bibtex format goes into below indicated file with .bib extension
\bibliography{thesis_references}
% You can use full name of authors, however most likely some of the Bibtex entries you will find, will use abbreviated first names
% If you don't want to correct each of them by hand, you can use abbreviated style for all of the references
\bibliographystyle{abbrv}
\appendix
%
% If you are a Ph.D. Student you need to insert a CV at the end of you thesis
% Check vita.tex for a simple CV template in Latex
\input{vita.tex}
\end{document}
I added the all chapters creating the different .tex files and using the input comment. I don't want to change the template dramatically but need to add references. How can I fix the problem? Thanks
thesis_references.bib(note the ".bib" extension). In addition, please tell us if you have any\citeinstructions in any parts of the main body of your dissertation. Finally, assuming (say) that the main tex file is calledmain.tex, do tell us if you run latex main, bibatex main, followed by latex main twice more. – Mico Dec 24 '17 at 23:30.bib.JabRefcan help you do it without syntax errors. – Bernard Dec 24 '17 at 23:32