I am a beginner in LaTeX. I used the LaTeX example to insert a figure in my thesis. Here is the code:
\begin{figure}[ht]
\centering
\includegraphics[width=\textwidth]{figs/#####.jpg}
\vspace{0in}
\caption{#####}
\end{figure}
I think the code should only generate one caption below the figure.
However, I got two captions with my figure. The form is like:
#####.jpg
(The figure itself looks fine)
Fig1.1 #####
Anyone had this problem in the past? How could I get rid of the top #####.jpg?
\usepackage{grffile}? – Mario S. E. Oct 26 '13 at 08:52\documentclass{...}and ending with\end{document}. – Fran Oct 26 '13 at 12:04grffile, notgriffile. – Torbjørn T. Oct 28 '13 at 06:40