Graphics, Figures & TablesSingle-columned Table after two-columned Text

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
manojg
Posts: 24
Joined: Thu Apr 28, 2011 3:20 am

Single-columned Table after two-columned Text

Post by manojg »

Hi,

I am trying to put a one column table after two column text (in two-columned environment) on the same page, like this:

Code: Select all

text text ...................
text text ...................
\begin{table*}[htb]
\caption{}
\begin{tabular}{C{2cm} C{2cm} C{2cm} C{2cm} C{2.1cm} C{2.4cm}}
..........
..........
\end{tabular}
\end{table*}
where C is for center alignment, which I found on this forum somewhere.

Code: Select all

\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
The problem is: it forces the table to the next page. Two column text after one column table works fine.

Any suggestion?

Thanks.

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Re: Single-columned Table after two-columned Text

Post by cgnieder »

As far as I know that's a restriction of two-column documents you'll have to live with. I'm not completely sure, though. Maybe someone else can confirm it or correct me on this.

Regards
site moderator & package author
Post Reply