using the memoir document class, and including graphics using \begin{figure}[!h].
For some reason, if the graphic shows up near the end of the chapter, something weird happens.
If there isn't enough space on the last page to include all text and the figure as well, then it'll put the graphic on a page all to itself, and put it in the middle of the page.
Now. I have no problem with it being all alone on a page. I just don't want it in the middle.
texat positioning of floats (figure, table) in text. try to use[htb]. – Zarko Feb 06 '19 at 21:37[h]then get a float page anyway as a fallback becauseph]is not possible, use[htp]then see the link Kurt gave for top aligning float pages. – David Carlisle Feb 06 '19 at 21:53\makeatletter
\setlength{@fptop}{0pt}
\makeatother
did not work. I was under the impression that it would just force the next float page to start at the beginning by adding zero space?
– Connor Skehan Feb 06 '19 at 21:58\@fptopwill make float pages top aligned. I amd not sure what you mean by "it" in "it would force..." the main effect of[!h]is to prevent the float beong placed at the top of a page or a float page (so usually you et a warning from latex that it is changing it to[ht]but without an example impossible to debug. wher edid you set @fptop? (in the document preamble is best) – David Carlisle Feb 06 '19 at 23:08