endfloat package is re-ordering my subsections
Ulrike Fischer
news3 at nililand.de
Thu Apr 23 18:22:44 CEST 2020
Am Thu, 23 Apr 2020 10:56:30 -0400 schrieb Christopher W. Ryan:
> If you toggle using the endfloat package, hopefully
> you will see my problematic results.
>
> Any suggestions?
Don't indent the \end{figure}:
\begin{figure}\centering
\includegraphics{anotherdog}
\caption{here is another dog }\label{TurnAroundGraph}
\end{figure}
endfloat has to find the string verbatim to be able to write the
float to a file, and with the indentation it misses it and finds the
next one behind your subsection and then this ends in a float.
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
More information about the texhax
mailing list.