I'm new to this forum and I have a tricky problem with my document:
After the first section the text formatting changes, it looks like the text became bold. First I thought it was because of the \newpage directive, but I included some \newpage directives before, but the formatting was the same.
Thats the structure:
Code: Select all
\begin{document}
\section{Abschnitt1}
text1
\newpage
text2
\newpage
--> Thats the point where the formatting changes, if I leave out the \newpage OR the \sectionm{} the formatting is correct
\section{Abschnitt2}
text3
\end{document}