Removed extra blank chapter. Annoted \include,\input
This commit is contained in:
5
main.tex
5
main.tex
@@ -114,10 +114,9 @@ Additional equipment was generously donated by the Icelandic Tourism Board.
|
|||||||
If you are not a Reykjavik University student, this is probably not for you.
|
If you are not a Reykjavik University student, this is probably not for you.
|
||||||
For everyone else, please read the instructions before getting started.
|
For everyone else, please read the instructions before getting started.
|
||||||
It is likely to save you a lot of frustration and errors.
|
It is likely to save you a lot of frustration and errors.
|
||||||
\include{instructions}
|
\input{instructions}%\input{} just adds the code
|
||||||
\part{Demonstration}
|
\part{Demonstration}
|
||||||
\chapter{The First Chapter}
|
\include{introduction}%include{} starts a new page
|
||||||
\include{introduction}%Chapter in introduction.tex
|
|
||||||
\section{Another Section}
|
\section{Another Section}
|
||||||
\part{The Second Part} % Parts optional but useful in longer documents
|
\part{The Second Part} % Parts optional but useful in longer documents
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user