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:
Code: Select all
\renewcommand{\thechapter}{Chapter \arabic{chapter}}
Could you help me to to solve this problem? Thank you very much for your help.