I am new to using a forum for LaTeX so I'll try to do my best. Up til now I managed to fix all my problems by using a search engine, but this one is killing me.
I included some spectra that I used in my thesis, and for some odd reason, after the last figure, a blank page is included before starting the next subsection. Is there any way of just placing the next subsection on the next page, instead of having a blank page there.
Code: Select all
\begin{figure}[H]
\centering
\includegraphics[width=1.2\textwidth, angle=90]{figuren/Staal1A}
\caption{Staal1}
\label{fig:Staal1IR}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=1.2\textwidth, angle=90]{figuren/Staal1Ab}
\caption{Staal2}
\label{fig:Staal2IR}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%HERE IS THE BLANC PAGE I DON'T WANT%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{MS}
\begin{figure}[H]
\centering
\includegraphics[width=1.0\textwidth]{figuren/MSchloracetamide}
\caption{Chloracetamide}
\label{fig:ChloracetamideMS}
\end{figure}
Thanks in advance!