<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Excellent, thanks. Never would have thought of that.</div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">--Chris</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 23, 2020 at 12:23 PM Ulrike Fischer <<a href="mailto:news3@nililand.de">news3@nililand.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am Thu, 23 Apr 2020 10:56:30 -0400 schrieb Christopher W. Ryan:<br>
<br>
>  If you toggle using the endfloat package, hopefully<br>
> you will see my problematic results.<br>
> <br>
> Any suggestions?<br>
<br>
Don't indent the \end{figure}:<br>
<br>
\begin{figure}\centering<br>
  \includegraphics{anotherdog}<br>
  \caption{here is another dog }\label{TurnAroundGraph}<br>
  \end{figure}<br>
<br>
endfloat has to find the string verbatim to be able to write the<br>
float to a file, and with the indentation it misses it and finds the<br>
next one behind your subsection and then this ends in a float. <br>
<br>
<br>
<br>
<br>
-- <br>
Ulrike Fischer <br>
<a href="http://www.troubleshooting-tex.de/" rel="noreferrer" target="_blank">http://www.troubleshooting-tex.de/</a><br>
<br>
</blockquote></div>