When I compile my text, it seems that the first paragraph of my
\section
has an indentation (such as the other paragraphs). However, as I didn't specified the indentation, I thought Latex will not put an indentation at each first paragraph after a \section
? How can I remove this indentation of each paragraph. I know that this can be done with
\noindent
, but as my thesis is very long I don't want to repeat this for every new \section.