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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply