I have a small (but bulky!) problem with LaTeX.
When I insert a figure, there is not only the figure which appears in the PDF output. Indeed, below or next to the figure in the PDF, it says the folder name, image, ... i.e. : "download \ image.jpg". Now, I want only the figure (and its title) in the PDF.
Here's what I wrote:
Code: Select all
\centering
\begin{figure}[hbtp]
\caption{titre}
\includegraphics[scale=0.5]{Downloads/dossier (3)/dossier/image.jpg}
\end{figure}
Thanks in advance !