I am writing my thesis in chapter format and I have written each chapter separately. Something like shown in code.
\documentclass[12pt]{report}
\begin{document}
\include{chapter1}
\include{chapter2}
\end{document}
Now I want to write bibliography in same format I do not want to write bibliography entries in my main file.Rather I want to write them in separate bib file then include in my main file. I am not able to do so. I am using TexStudio and bibliography file is also showing extension .tex
Please tell how to write bibliography file and how to include that file in main file.
\bibliography{test.bib}? See possibly this – Moriambar May 10 '17 at 18:20biblatex– Skillmon May 10 '17 at 20:03