I'm new here, so ... I have a problem with my end course project. I have to make a title on each chapter. For a better explanation, i give an example:
- Title page (I use
\include{file.tex}
) - New title for Table of Contents (same as before)
- Table of Contents
- New title (
\include{title_chapter_one.tex}
) - Chapter 1 (with
\include{chapter_one.tex}
) - New title (
\include{title_cahpter_two.tex}
) - Chapter 2 (
\include{chapter_two.tex}
) - …
My problem is in that way the document loses the numbering, Is there anyway to do that?