Graphics, Figures & Tablestable in a paper

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
miesam
Posts: 1
Joined: Mon Apr 16, 2018 9:54 am

table in a paper

Post by miesam »

Hi. I am fairly confused about putting a table in a paper (article). I have followed the usual instructions but the table seems to be always centered vertically on the page

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

table in a paper

Post by kaiserkarl13 »

The table environment, like the figure environment, will put its content on a new page if the content takes up more than a certain fraction of the page. The fraction is determined by \topfraction, \bottomfraction, \textfraction, and \floatpagefraction.

You can control the decision of where to put the table on the page by issuing [tbp] (default), [bp], or [htbp] as optional arguments to the table environment. However, this is rarely the desired behavior.
Post Reply