Theses, Books, Title pages ⇒ Thesis writing in latex
Thesis writing in latex
I am writing my thesis in latex, everything was going perfectly well but now on adding chapters, the TOC is not showing the numbering of fresh chapters as I am adding them. It is showing only till chapter3, and after that it shows the title but not a new chapter number. Cant guess what's happening. Any suggestions ? Thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Thesis writing in latex
Perhaps you have a command like
\setcounter{secnumdepth}{...}
in the code before that chapter, or a command that has implicitly the same effect. Perhaps show relevant code here.Stefan
Thesis writing in latex
This is the code part where chapters are uncommented. In TOC only first three chapters are numbered while sections of 4 and 5 chapters are in continuation of the chapter 3.
\input{Chapters/Chapter1}
\input{Chapters/Chapter2}
\input{Chapters/Chapter3}
\input{Chapters/Chapter4}
\input{Chapters/Chapter5}
There is no other place where the included chapter are needed to be mentioned in the main.tex file.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Thesis writing in latex
And does the Chapter4.tex file start with some code, which code?
Stefan