I am using LaTeX, and I have a large table in my report, the height of table is a little more than half of the paper. all the text after the table will go to the next page, and in this page just the table remain and a lot of space after and before the table!
migrated from stackoverflow.com Mar 18 '11 at 13:41
|
This line will solve your problem:
If it is a double column paper, you may need this instead/as well:
|
||||
|
|
|
Your table is too large to fit onto a normal page of text and is therefore placed on a "float page", i.e. a page which only contains material from If you want to place such a large table on a normal page you can either modify the appropriate settings (see How can I get the figures not to be pushed to the end of the document?). Increasing the |
||||
|
|

tabularinside atableenvironment or something different? – Martin Scharrer♦ Mar 18 '11 at 14:04