[Tex/LaTex] IEEEtran class: How to center the title using the two columns option

ieeetran

When I compile, I always get the title as part of the left column. I'd like the title to be on the top of the page, bridging across the two columns.

Thanks

Diego

Best Answer

It should look something like this:

\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}

enter image description here