Search code examples
latexoverleaf

Latex - Image displaying text instead of image


Here is my code:

\begin{center}
\includegraphics[scale=0.5]{image_135.png}
\end{center}

Here is what shows up:

text displayed instead of image

I'm not sure if it is important, but I use Overleaf as an editor.


Solution

  • Change the compile mode from fast to normal:

    enter image description here