在 下\documentclass[conference]{IEEEtran}
,每当我在图形下添加标题时,标题正下方都会打印文本“图形”。在 下不会发生这种\documentclass{article}
情况。运行以下代码,我遇到了问题:
\documentclass[conference]{IEEEtran}
\usepackage{graphicx,caption}
\begin{document}
\begin{figure}
\includegraphics{figures/saturation}
\caption{Caption here.}
\end{figure}
\end{document}
以下是该问题的屏幕截图:
这是建议的格式这里. 任何帮助都值得感激。