Theses, Books, Title pagesmodifying the table of contents

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
santosh9
Posts: 1
Joined: Sat Jun 16, 2018 12:17 pm

modifying the table of contents

Post by santosh9 »

dear friends
currently i am using the MastersDoctoralThesis templates for thesis writing.I want to change the table of contents in following manner:

contents
chapter 1 Introduction
chapter 2 Literature survey
and so on..
my problem is that the templates has included only the chapter name and keyword "chapter" is excluded like that:
contents
1 introduction
2 literature survey
and so on...
so,how to add keyword chapter before chapter name? please help me

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

modifying the table of contents

Post by Stefan Kottwitz »

Hi Santosh,

welcome to the forum!

You could use tocloft:

Code: Select all

\usepackage{tocloft}
\renewcommand{\cftchappresnum}{Chapter~}
\renewcommand{\cftchapnumwidth}{2cm}
Stefan
LaTeX.org admin
Post Reply