In my LaTeX file, the name of the image appeared. May I know how can I remove it?
Thank you very much.
My code is as follows:
\documentclass[12pt,a4paper]{report}
%%%%%%%%
\usepackage{geometry}
\usepackage{graphicx}
%%%%%%%%%%%
%%%%%%%%%%%%
\begin{document}
%%%
\begin{figure}[h]
\includegraphics{Albert Einstein.jpg}
\caption{Relationship between graphs}
\label{fig1}
\end{figure}
\end{document}
[h], latex usually warns about that and changes it to[ht]but[htp]is better – David Carlisle Jan 13 '19 at 09:38