Like everywones first time on the forum i need to post that i am very new to latex. I like the concept and would like to keep on working with it though i have some problems while using the
\include
and \input
commands.Let me elaborate: i am writing a masters thesis wchich in the end will contain around 100 pages that's why i want to divide my mainmatter according to sections and subsections with the
\include
and \input
command.My code:
Code: Select all
\include{introduction}
\include{LiteratuurSoil}
\input{LiteratuurTillage}
\input{LiteratuurForces}
the command
\include
will start that file on a new page (like it should according to all help files). Though when i use \input
it also start on a new page. anybody got an idea?Thanks in advance