Adding a chapter
The steps
- Make a new .tex file in the easythesis
directory. Example: theory.tex
- Edit the .tex file and put \chapter{Chapter name} as
the first line. Example: \chapter{Theory and definitions}
- Open thesis.tex
- Find in it insert chapters here! and on the line below
put: \include{thefilename} Example: \include{theory} Note:
you do NOT include the .tex extension in the filename.