I am working with Overleaf. I have created a document with sections and subsections and I want to insert an image directly under the subsection.
I did it as follows:
\subsection{Title}
\begin{figure}[h]
\includegraphics[width=13cm]{Image}
\end{figure}
Somehow I see the title, but the image goes to the end of the document. How can i fix it, so that it goes exactly under the title?
\includegraphicswherever you want the image to go. – Ingmar Aug 08 '22 at 19:49