I am writing a research paper using LaTeX.
I have certain images to insert. Now when we observe the images from the research paper, they have the following format:
image
its caption
I am trying to replicate this using the following code
\begin{figure}[h]
\centering
\includegraphics[width=.75\linewidth]{E:/Arifah/MS/thesis/final thesis report/Component Based Software Development.png}
\caption{Component Based Software Development}
\end{figure}
However, the format that I am getting is
the path of image
image
caption
Now, how do I remove the path?