Theses, Books, Title pages ⇒ modifying the table of contents
modifying the table of contents
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
modifying the table of contents
welcome to the forum!
You could use

Code: Select all
\usepackage{tocloft}
\renewcommand{\cftchappresnum}{Chapter~}
\renewcommand{\cftchapnumwidth}{2cm}