diff --git a/chapters.tex b/chapters.tex new file mode 100644 index 0000000..b8e6449 --- /dev/null +++ b/chapters.tex @@ -0,0 +1,6 @@ +% +% Include all your chapters here +% + +\input{chapters/foobar} +\input{chapters/fazit} diff --git a/main.pdf b/main.pdf index 62b6ef2..e779239 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 651ecf6..d423220 100644 --- a/main.tex +++ b/main.tex @@ -42,9 +42,8 @@ \mainmatter % Begin main part of document, paginated with arabic numerals -% Include all the pages -\input{chapters/foobar} -\input{chapters/fazit} +% Include all the chapters +\include{chapters} % Include the footer \input{footer} diff --git a/readme.md b/readme.md index bb340da..30ffb61 100644 --- a/readme.md +++ b/readme.md @@ -7,4 +7,5 @@ # Other stuff worth noting * 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`. \ No newline at end of file +* 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`. \ No newline at end of file