Text
Figure
Table
Text
But Latex is not letting me do that.The tables are always pushed to the end and text up. How do I say I have the figure HERE and table HERE:
Text
Text
Figure
Table
Code: Select all
Text (Page 1.)
\begin{figure}
\end{figure} % The figure appears on Page 2
\input{tables/table10} % This table should appear on Page 3 but refuses to do so and slips to page 4. Grrrr...!
Text (should appear on Page 4 but is pushed by the Table to page 1. :-(
For the table file the code is:
\begin{table}[ht]
\caption{}
\begin{tabular}{c c c c c c}
...
\end{tabular}
\end{center}
\end{table}
Please help!!