Text Formatting ⇒ Centering Table within a page
-
- Posts: 141
- Joined: Sun Jun 12, 2011 6:30 am
Centering Table within a page
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.
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
Usually vertical centering can be achieved by inserting
before and after. But it depends on your code, such as if you use a tabular environment or a table environment.
Stefan
Code: Select all
\vspace*{\fill}
Stefan
LaTeX.org admin