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

\documentclass{...}and ending with\end{document}. – Marco Daniel Jun 27 '13 at 18:18