I am using a preconfigured LaTeX file and have a problem. After I use \section{}, everything works well, but only on the current page. If I reach the new page, I have an indent on the left side and the current section is written like a header.
How can I disable that?
I've already tried \noindent, \setlength{\parindent}{0mm}, \setlength{\parskip}{4em}, \parindent, \parskip... to no avail. What should I do?
EDIT:
\begin{document}
\include{TEXT}
TEXT looks like:
\chapter{TEXT}
this is my text....
after reaching new page i get the indent on the left side as mentioned above...
hope this helps
\end{document}
If I reach a new page, the left side is indented...I have no plan how to remove this
– Nick Aug 05 '14 at 17:01\usepackage[margin=1in]{geometry}– JPi Aug 05 '14 at 17:01twoside\documentclassoption. (this is to allow for punching holes to put in a ring-binder.) if that is the case, insert[oneside]between\documentclassand the named class. – barbara beeton Aug 05 '14 at 17:08\documentclass{book} \begin{document} ... \end{document}– JPi Aug 05 '14 at 17:37@Johannes: thx, working on it =)
– Nick Aug 05 '14 at 17:38TEXT, which you\include... – Aug 05 '14 at 17:39\sectionline to the code ;-) – Aug 05 '14 at 17:41