双栏图形的居中标题

双栏图形的居中标题

我正在 IEEEtran 课程 (Michael Shell) 上写一篇论文。我有一张适合两列的图。但标题是左对齐的。我该如何将标题居中?我们应该将 IEEEtran 课程的标题居中吗?MWE 如下

\documentclass[journal]{IEEEtran}
\usepackage[pdftex]{graphicx}
\begin{document}
\begin{figure*}[!t]
    \centering
    \includegraphics[width=5in]{myfig2.png}
    \caption{Simulink model }
    \label{fig_sim}
\end{figure*}
\end{document}  

相关内容