I know this topic is allready discussed but I still don't manage to solve this problem. I have 2 pictures in my document. I would like to delete the white vertical space between them. I found something about floatsep but it seems not work. I just have 2 simple images:
\begin{figure}[H]
\centering
\includegraphics[scale=0.37]{Cube.png}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[scale=0.37]{Cog.png}
\end{figure}
What do I have to add to solve this problem? And where I have to do it? Thank you!
[H]is normally a bad idea. – Martin Schröder May 01 '13 at 16:02