I want LaTeX to place each figure of my document on a separate page, but not on an empty page. On several places on the net I found that
\makeatletter
\setlength\@fpsep{\textheight}
\makeatother
should yield what I want, so i put it in my preamble. Unfortunately this only effects figures on otherwise empty pages. Is it possible to separate figures by a minimum distance that are embedded in text?