Made chapter including more clear

This commit is contained in:
Leonetienne 2022-01-02 16:00:43 +01:00
parent 9f4d46becb
commit 913d6ed7ac
4 changed files with 10 additions and 4 deletions

6
chapters.tex Normal file
View File

@ -0,0 +1,6 @@
%
% Include all your chapters here
%
\input{chapters/foobar}
\input{chapters/fazit}

BIN
main.pdf

Binary file not shown.

View File

@ -42,9 +42,8 @@
\mainmatter % Begin main part of document, paginated with arabic numerals \mainmatter % Begin main part of document, paginated with arabic numerals
% Include all the pages % Include all the chapters
\input{chapters/foobar} \include{chapters}
\input{chapters/fazit}
% Include the footer % Include the footer
\input{footer} \input{footer}

View File

@ -7,4 +7,5 @@
# Other stuff worth noting # Other stuff worth noting
* All paths must be relative to project root! (where `compile.sh` lies). * All paths must be relative to project root! (where `compile.sh` lies).
* Configure your projects base informations such as title, author, year, etc in `config.tex`. * Configure your projects base informations such as title, author, year, etc in `config.tex`.
* When creating new chapters (files in `chapters/`), you have to include them in `chapters.tex`.