Graphics, Figures & TablesIEEEtran and centering threeparttable

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
aros
Posts: 2
Joined: Fri Mar 12, 2010 9:19 am

IEEEtran and centering threeparttable

Post by aros »

Hi,

I am writing a paper/article for a conference using IEEEtran. In this document I have a threeparttable that goes over both of the columns. However I dont manage to center it.
Here is the table:

\begin{center}
\begin{threeparttable}
\caption{....}
\label{....}
\centering
\scriptsize
\begin{tabular}{ | l | c | c | c | c | c | c |} \hline
... my table...
\end{tabular}
\begin{tablenotes}
\scriptsize
\begin{tabular} {p{4cm} p{10cm}}
....my tablenotes...
\end{tabular}
\end{tablenotes}
\end{threeparttable}
\end{center}

\begin{center} and \centering do not work as it just centers the table in the first column but no centered in the page.

can someone help me?

Ana

Recommended reading 2024:

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

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

Post Reply