当我在图形上添加标题时,对齐方式变为左对齐!为什么会发生这种情况以及如何解决?
我最近删除了该caption
包以应对标题字体大小发生的变化,但现在的问题是:字体大小正确但对齐方式为左(而不是居中)。ieee
\documentclass[conference]{IEEEtran}
\usepackage[pdftex]{graphicx}
\begin{document}
\begin{figure}[ht]
\centering
\includegraphics[width = 0.45 \textwidth]{final.jpg}
\caption{Some figure}
\end{figure}
\end{document}