If images are placed so that a page wrap is needed, the text following the image might be placed ahead of the image to fill the rest of the previous page. This behavior can be prevented by adding a \newpage command before the image.
This is very tedious though and would be better addressed automatically, because as soon as the content changes the image might fit again and therefor the \newpage command has to be removed again.
If images are placed so that a page wrap is needed, the text following the image might be placed ahead of the image to fill the rest of the previous page. This behavior can be prevented by adding a
\newpagecommand before the image.This is very tedious though and would be better addressed automatically, because as soon as the content changes the image might fit again and therefor the
\newpagecommand has to be removed again.