I am writing a LaTeX document with the apacite and graphicx package. The issue is when I include an image either using figure with an enclosed \includegraphics or \includegraphics by itself it shows the image with the file name to the side.
For example:
--------------
| |
| BOX 1 |
---------------
Error1.jpg
I do not want it to write Error1.jpg. Would show the image but it seems I do not have enough rep.
This is an example tex file to show the error (with Windows XP, using Miktex 2.8).
\documentclass[man]{apa}
\usepackage{apacite}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\begin{document}
\includegraphics{Example Error1.jpg}
\begin{figure}[htb]
\includegraphics{Example Error1.jpg}
\caption{This is the caption of the figure.}
\label{fig:fig2}
\end{figure}
\end{document}
\includegraphics{"Example Error1".jpg}– Jun 23 '15 at 03:40bla 001.png,bla 002.png,bla 003.png, etc) – user134593 Dec 10 '18 at 11:27