Graphics, Figures & TablesIEEEtran | Table in two-columned Document

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
zenitis
Posts: 1
Joined: Wed Apr 25, 2012 11:53 pm

IEEEtran | Table in two-columned Document

Post by zenitis »

I want to create a table, in a two column style page (IEEEtran) which will range in both columns. Any idea about this issue? I use the below code.

Code: Select all

\begin{table}[h]
\caption{A second table}
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|}
\hline
\multicolumn{1}{|c|}{\raisebox{-1.50ex}[0cm][0cm]{\!Method\!}}
& \multicolumn{1}{|c|}{Mean}
& \multicolumn{1}{|c|}{Best}
& \multicolumn{1}{|c|}{Mean}
& \multicolumn{1}{|c|}{Maximum}
& \multicolumn{1}{|c|}{Minimum} 
& \multicolumn{1}{|c|}{Minimum} \\
& time & time & cost & cost & cost & cost\\ \hline
A      &  $928.36$  &  $926.20$  &   &  &  &  \\ \hline
B      &  $646.16$  &  $644.28$  &   &  &  &  \\ \hline
C      &  $1056.8$  &  $1054.2$  &   &  &  &  \\ \hline
D      &  $632.67$  &  $630.36$  &   &  &  &  \\ \hline
\end{tabular}
\label{table-tab2}
\end{center}
\end{table}
Any idea about this??
Last edited by localghost on Thu Apr 26, 2012 11:34 am, edited 2 times in total.

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

IEEEtran | Table in two-columned Document

Post by localghost »

I think Subsection D of Section X in the IEEEtran manual (p. 10ff) gives explicit information about this issue.


Best regards and welcome to the board
Thorsten
Post Reply