I have several tables and some of them are long tables. LaTeX displays them in different order than I want.
Say, I would like to order them as
table 1
table 2
table 3(longtable)
table 4
table 5
table 6(long table)
But LaTeX orders it like
table 1
table 2
table 3(longtable)
table 6(long table)
table 4
table 5
How can I force the order as I want?