I need LaTeX to ignore my first section in toc. Anyone knows command to do that?
Let me explain: My first section is Introduction. After that comes the First Chapter
It all looks like this:
Code: Select all
1 Introduction
2 First Chapter Name
3 Second Chapter Name
4 Third Chapter Name
Literature
Code: Select all
Introduction
1 First Chapter Name
2 Second Chapter Name
3 Third Chapter Name
Literature
Code: Select all
0 Introduction
1 First Chapter Name
2 Second Chapter Name
3 Third Chapter Name
Literature