I am trying to insert images into my document. The compiler I'm using is overleaf. My code is
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[scale=0.5]{images/graph 1.png}
\end{document}
which gives this
How do I get rid of the 1.png

"graph 1.png". See How to include graphics with spaces in their path? – Werner Dec 01 '20 at 19:03"graph 1", keep the.pngout of the quotes) but check your overleaf project is using texlive 2020, you should ot need the quotes in current latex. – David Carlisle Dec 01 '20 at 19:14