Im using a simple figure environment but at some times the first sentence after the image or table aren't aligned anymore. The text is off a few cm to the right. I modified my paragraph setting to be another subsubsubsection with this code, could this be the problem?
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
\section{1}
\subsection{1}
some text
\subsubsection
some text, then the full page image follows on a new page
\begin{figure}[H]
\centering
\includegraphics[scale=0.24]{Bilder/Imag.png}
\caption[bla]{bla}
\label{fig:xxx}
\end{figure}
First not aligned Sentence
normal text
figureenvironment that would trigger a paragraph break? – Steven B. Segletes Apr 03 '19 at 14:17\documentclassand ending with\end{document}. – Steven B. Segletes Apr 03 '19 at 14:21\documentclass,\usepackages,\begin{document}, etc. to make it compilable. Read more in this question. – Apr 03 '19 at 14:46