I have an article which consists of multiple files, a main file with following section includes:
\include{Introduction}
\include{ProposedProtocol}
\include{Comparison}
\include{FutureWork}
\include{References}
But there is a problem when I see the output. There are extra white spaces at the beginning of every section. A minimal start of the section files looks like this:
%!TEX root = Main.tex
\section{Proposed Protocol}
Content of the section goes here
Is there any way to remove these white spaces and make every section start where the previous one ends?
\includealways does a\clearpage; use\input– egreg May 26 '11 at 09:46