I placed a picture in a new chapter but LaTeX puts it on a new page. But I want to have the picture under the topic of the chapter. My code looks like this:
\tableofcontents
\listoffigures
\chapter{Einleitung}
....Text....
\chapter{Local Positioning System}
\begin{figure}
\centering
\includegraphics[width=0.9\textwidth]{./LPS}
\caption{LPS - Schematische Darstellung}
\end{figure}
\end{document}
If I put some text under the \end{figure}, the text starts above the picture under the topic of the chapter.
figureenvironment). – TeXnician Jun 15 '18 at 08:00\captionofmacro instead of caption, because obviously you do not want your figure to float. But without having a compilable example (with documentclass and required packages) it's hard to give exact instructions. – TeXnician Jun 15 '18 at 08:19