From 913d6ed7ac3de8e107e131bd510f3c7370a74dd5 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 2 Jan 2022 16:00:43 +0100 Subject: [PATCH] Made chapter including more clear --- chapters.tex | 6 ++++++ main.pdf | Bin 478236 -> 478236 bytes main.tex | 5 ++--- readme.md | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 chapters.tex 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 62b6ef25964f38bba4848492f9b2689f5bf3a8a8..e779239243edae865b8a2a3f60f2d433ded3148a 100644 GIT binary patch delta 118 zcmbO;Lw3##*@hOz7N!>F7M2#)7Pc+y$6Q!UEe(vPpK@WB2eY=nbz%R?;_U3=WMOV- oY-V6$Vr*h)>S$(RVPfE7>Ez;S0Hh2I>=bMWDcP>-#r~ZU0OAQBf&c&j delta 118 zcmbO;Lw3##*@hOz7N!>F7M2#)7Pc+y$6Q#9%nS^tpK@WB2eY=nbz%R?;_PBz;O6M) pXld+b>Sp2MYGLT;XkhAO>1gC)?CNZ3XlkcmLrBSXRWJ7Mi~s>7AW{GT 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