I've my latex file as,
% !TeX spellcheck = <none>
\documentclass[12pt]{book}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{relsize}
\usepackage{array}
\usepackage{float}
\usepackage{multirow}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{textcomp}
\usepackage[left=3cm,right=2cm,top=3cm,bottom=2cm]{geometry}
\usepackage{fancyhdr}
\fancyhf{}
\cfoot{\thepage}
\pagestyle{fancy}
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4}
\usepackage{tikz}
\usepackage{epigraph}
\usepackage{lipsum}
\usepackage{natbib}
%%\usepackage{biblatex}
%%\usepackage{bibtex}
\usepackage{hyperref}
\usepackage{filecontents}
\begin{document}
%titlepage
\thispagestyle{empty}
\begin{center}
%University logo
\includegraphics[width=0.6\linewidth]{qau3.jpg}
\par
\vspace{1cm}
%Thesis title
{\LARGE{\textbf{Study of the Production of the Drell-Yan Cross-Section in $\mu^{-}\mu^{+}$ channel with $\sqrt{s} = 13 \;\; TeV$ using $2016$ CMS Data}\par}}
\vspace{1cm}
{\LARGE $\odot-\odot-\odot-\odot-\odot-\odot-\odot-\odot-\odot-\odot-\odot-\odot-\odot-\odot$}
\newline\newline\newline
%Author's name
\textbf{{{ \underline{{\large Author:} Muhammad Jamshid}}}}
\hfill
\textbf{{{ \underline{{\large Supervisor:} Shamona Fawad Qazi}}}} \\
{\normalsize { mjamshid@phys.qau.edu.pk}}
\hfill
{\normalsize { shamona@phys.qau.edu.pk}}
\newline \newline
%Degree
{\large A thesis submitted for the partial fulfillment of degree of master of philosophy (M.Phil) in the department of physics, Quaid-I-Azam university, Islamabad\par}
%Date
{\Large September 2020}
\end{center}
\clearpage
\newpage
\chapter{Abstract}
\input{Abstract}
\chapter{Aknowledgement}
\input{Aknowledgement}
\chapter{Declaration}
\input{Declaration}
\chapter{Dedication to}
\input{Dedication}
\tableofcontents
\chapter{Introduction to the Standard Model}
\input{chapter 11}
\chapter{Relativistic Particle Kinematics}
\input{chapter 12}
\chapter{Accelerators and Colliders Experiments}
\input{chapter 13}
\chapter{Structure of Hadrons in QCD}
\input{chapter 14}
\chapter{Anaylsis and Results}
\input{chapter 15}
\chapter*{Conclusions}
\bibliography{References}
\bibliographystyle{thesisstyle}
\end{document}
But when I try to run it, I get "?" instead of citation number the bibliography does not compile and I get the following error......
I found no \bibdata command---while reading file My Thesis.aux
I found no \bibstyle command---while reading file My Thesis.aux
(There were 2 error messages)
Process exited with error(s)
Can anyone help how can I fix this problem.....???
References.bibandthesisstye.bstare in the search path of BibTeX? – Mico Oct 21 '20 at 08:05