Adding a chapter

The steps

  1. Make a new .tex file in the easythesis directory. Example: theory.tex
  2. Edit the .tex file and put \chapter{Chapter name} as the first line. Example: \chapter{Theory and definitions}
  3. Open thesis.tex
  4. 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.