I have a small problem with the placement of my figures. I have a chapter, in which I have some sections and subsections. What I want is to have the figures at the correct (sub)section and a new (sub)section can only begin if the pictures that belong to the previous (sub)section are already depicted. What do I add to my figure environment or something else? Since I have quite a lot of figures, it would otherwise become very messy with turning pages to see the correct figure.
For example:
Code: Select all
\section{SRO/NFO Stack}\label{sec:res:bil}
Text
\begin{figure}[ht!]
blabla
\end{figure}
\begin{figure}[ht!]
blabla
\end{figure}
Some more text with all scientific stuff, as can be seen in \cref{fig:res:bil:XRD} and some more text.
\begin{figure}[ht!]
\centering
\includegraphics[width=0.6\textwidth]{XRD_SRO_NFO_056.pdf}
\caption{A XRD measurement of a SRO/NFO bilayer on top of a STO substrate, compared to a blank substrate of STO.}
\label{fig:res:bil:XRD}
\end{figure}
\subsection{Magnetic behaviour}\label{subsec:res:bil:mag}
Also text, now with magnets, very cool of course.
Due to the rest of the chapter, the subsection about the magnetic stuff will begin before all (three) figures have been depicted, but not all the text in this subsection fits at the bottom of the page after the text of the section and thus the pictures brake up the text and it looks very messy.