Theses, Books, Title pagesThesis writing in latex

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Srishino
Posts: 2
Joined: Wed Jul 08, 2020 1:48 pm

Thesis writing in latex

Post by Srishino »

Hi All,
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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Thesis writing in latex

Post by Stefan Kottwitz »

Welcome to the forum!

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
LaTeX.org admin
Srishino
Posts: 2
Joined: Wed Jul 08, 2020 1:48 pm

Thesis writing in latex

Post by Srishino »

Hi, Thank you.
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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Thesis writing in latex

Post by Stefan Kottwitz »

Can you post your .toc file? Either as code or as attachment here.

And does the Chapter4.tex file start with some code, which code?

Stefan
LaTeX.org admin
Post Reply