I have a problem with insert of a figure to an article. The following is what I used.
Code: Select all
\begin{figure}[h]
\centering
\includegraphics{XXX.jpg}
\caption{XXXXXXX}
\label{fig:XXX}
\end{figure}
Or maybe there is something wrong with the usage of includegraphics. Please let me know.
Does anyone have idea to remove it?
Thanks in advance