I have content in the following format:
Section -> subsection -> subsubsection1 (lot of images here) -> subsubsection2 (some other content)
Now the problem is that while creating subsubsection2 I want to get it after all images of subsubsection1 (obvious thing) but I am getting the following sequence.
subsubsection1 -> subsubsection2 -> (images from subsubsection1)
Totally unpredictable.
P.S. I am using report as \documentclass .
LaTeXputs it to a place where thinks they would fit best. Try to use\usepackage{placeins}and type\FloatBarrierright before\subsubsection{Number 2}. – Jul 10 '14 at 15:05