I have 5 tables and a section after them. After creation of an output file I have two tables on one page, then a section and last 3 tables on next page.
What I want to achieve is to put tables and section below them.
\begin{table}[ht]\footnotesize
\centering
\begin{tabular}{|ll|}
......
\end{tabular}
\label{tab:result}
\end{table}
\section{Section below tables}
\usepackage[section]{placeins}and\FloatBarrierand tables are in fact above section. The side effect is that last 3 tables that have only one row each, take whole page... Do you have any idea how to avoid this? – pixel Oct 29 '10 at 20:37\FloatBarrierin the places you don't want the floats to cross without using the[section]option. But without an example of what's going wrong, I can't really say. – TH. Oct 30 '10 at 02:16