I'm writing a PhD thesis in Latex and everything works well
except that I can't have the table of contents the way I like.
Now it looks like:
Code: Select all
1 First chapter
1.1 first section
2 Second Chapter
Code: Select all
Chapter 1: First chapter
1.1 first section
Chapter 2: Second Chapter
As far as I have understood the package titlesec might help but I couldn't figure how to use it exactly.
Can some of you guys give me some help?
Thanks a lot in advance, every hint is really appreciated!