I'm working on my thesis (I have no previous knowledge about Latex), I noticed that after inserting images, something weird is going on with the indentation. I don't know how to upload the Latex code, so here there is a screenshot of the script:
And the appearence of the page is the following:
As you can see there is a gap between the beginning of the second text, but I didn't insert it. And this error is repeated:
So I don't understand what is messing with the text, is it something with the image? And there is more in line 27, if I remove the \newline and insert \ the indentation is correct, but why? Is the same thing, isn't it? I have already tried to use \centering before the text, but this gives the page a bad look



\documentclassand ending with\end{document}. So currently I can only guess, that the intend it the normal\parindent. BTW: You should not use\newlineto make paragraph skips. Use, e.g., packageparskipinstead, if you always want paragraph distance instead of indent, if the class does not provide it. – cabohah Jun 23 '23 at 09:25