Text FormattingCentering Table within a page

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
latexhelp1
Posts: 141
Joined: Sun Jun 12, 2011 6:30 am

Centering Table within a page

Post by latexhelp1 »

Currently I have a table on a page by itself. It appears on the top of the page. How could I make it appear in the middle of the page?
Last edited by latexhelp1 on Sat Jan 14, 2012 8:07 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Centering Table within a page

Post by Stefan Kottwitz »

Usually vertical centering can be achieved by inserting

Code: Select all

\vspace*{\fill}
before and after. But it depends on your code, such as if you use a tabular environment or a table environment.

Stefan
LaTeX.org admin
Post Reply