当我编译时,我总是将标题作为左栏的一部分。我希望标题位于页面顶部,连接两栏。
谢谢
迭戈
答案1
它看起来应该是这样的:
\documentclass[journal]{IEEEtran}
% What ever packages you want to use here.
\begin{document}
\title{Dawn the Mission to Vesta and Ceres}
\author{Dustin~Smith}
% make the title area
\maketitle
%\begin{abstract}
%\boldmath
%The abstract goes here.
%\end{abstract}
\IEEEpeerreviewmaketitle
\section{Introduction}
Document
\end{document}