Text FormattingProblem with abstract using IEEEtran conference document class

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Alfa04
Posts: 2
Joined: Sun Nov 13, 2016 1:43 am

Problem with abstract using IEEEtran conference document class

Post by Alfa04 »

Hi,

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
When I write, the abstract is still on the left side.

Thank you for your help.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Problem with abstract using IEEEtran conference document class

Post by Johannes_B »

Hi alfa,

can you make your code compilable please? That way we can help you much much faster, because you present a very very specific problem. It is also much easier given the huge amount of diferent document classes and packages. A short description of what is needed can be found in How to create a minimal working example.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply