Search found 1 match

by herozz
Tue Apr 20, 2010 7:56 am
Forum: Page Layout
Topic: A question related to Table of Contents
Replies: 2
Views: 2005

A question related to Table of Contents

Dear everyone,
Currently, the chapter title in my thesis consists of only the number and name, such as "1. Introduction". In order to make it look like this "Chapter 1. Introduction", I add this command to my class file:
\renewcommand{\thechapter}{Chapter \arabic{chapter}}
Now, the chapter title ...