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
|
\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}
|
||||||
|
@ -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`.
|
Loading…
x
Reference in New Issue
Block a user