Hello everybody,
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}
My problem
:
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
Do LiteratuurTillage.tex and LiteratuurForces.tex start with new chapters or with a \newpage or \clearpage command? Note that chapters always start on a new page.
Secondly, for large documents I suggest to use \include commands only. I've written something on that, which you can find
here
.
\input
does not clear the page. If you notice a page break with \input, it's caused by the file content.
Stefan
Learn LaTeX easily with newest books:
The
LaTeX Beginner's Guide
: 2nd edition and perfect for students writing a thesis
The
LaTeX Cookbook
: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ
: the first book about TikZ for perfect drawings in your LaTeX thesis