I have multiple subsections, one with 3 subsequent figures:
Code: Select all
\subsection{Sometitle 1}
words words words...
Code: Select all
\begin{figure}[h!]
\centering
\includegraphics[width=\linewidth]{pics/img}
\caption{Desc.}
\label{fig:img}
\end{figure}
Code: Select all
\subsection{Sometitle 2}
other words other words...
It looks like this:

How do I get the third figure to be displayed on a new page, before the next subsection, but not on an own page?
I appreciate the help!