Graphics, Figures & Tablesforce table* appear in the specific section

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
avrakas
Posts: 2
Joined: Mon May 18, 2009 3:56 pm

force table* appear in the specific section

Post by avrakas »

I'm using
\begin{table*}[t] ... \end{table*} to place a table within a two-column format (IEEE) paper so that it takes the space of both columns. The problem is that the table appears after the next \section starts. Is it possible to force it appear at the top of the page before a new section starts?

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

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

force table* appear in the specific section

Post by localghost »

Try a certain list of placement parameters.

Code: Select all

\begin{table*}[!ht]
  % table contents
\end{table*}

Best regards and welcome to the board
Thorsten
Post Reply