Possible Duplicate:
How to fix table position
I'm defining a table in my document like so...
\begin{table}
\caption{my table}
\centering
\begin{tabular}{c llll c c c c}
\hline
Stuff & \multicolumn {1}{ c }{ } & more Stuff
\end{tabular}
\label{table:nonlin}
\end{table}
The table itself is pretty big, takes up almost the entire page. I'm creating it between two blocks of text however when compiled into a pdf it appears to just "float" to the bottom of the document. Why is this happening? How do I correct it?
[htp]or[htbp], not[h]only. – egreg Nov 05 '11 at 13:54tp(but notb); adding the options avoids the warning. – egreg Nov 05 '11 at 14:01floatpackage provides theHspecifier for overriding float placement toHere. – Werner Nov 05 '11 at 15:50[htp]works perfectly if your tables must be at the beginning of a page (esp. of a journal paper). – Kadir May 31 '13 at 07:10