I am using the document class conference IEEEtran. I have been trying to center the abstract, since it shows up on the left column. The instructions in the "IEEEtran_HOWTO" say to use the command
\IEEEtitleabstractindextext
to avoid this problem, but it doesnt work. I presume I am the one doing something wrong, since I am new to Latex.This is what I have written on the code:
Code: Select all
\IEEEtitleabstractindextext
\maketitle
\IEEEtitleabstractindextext{
\begin{abstract}
blah blah
\end{abstract}
}
\IEEEdisplaynontitleabstractindextext
Thank you for your help.