Made chapter including more clear
This commit is contained in:
parent
9f4d46becb
commit
913d6ed7ac
6
chapters.tex
Normal file
6
chapters.tex
Normal file
@ -0,0 +1,6 @@
|
||||
%
|
||||
% Include all your chapters here
|
||||
%
|
||||
|
||||
\input{chapters/foobar}
|
||||
\input{chapters/fazit}
|
5
main.tex
5
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}
|
||||
|
@ -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`.
|
||||
* 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`.
|
Loading…
x
Reference in New Issue
Block a user