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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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