On Tue, Aug 13, 2002 at 07:20:15PM +0800, Hisyam Lee wrote: > Hi folks, > I'm writing my thesis using book class and it give me the Chapter no. and the > Title of Chapter on the left side. > > First, how do I center my chapter no. and tile of chapter? > > Secondly, how do I change Chapter 1, Chapter 2, etc. to Chapter I, Chapter II, ect. > > Thank you very much!
Add the following lines to the preamble:
\usepackage{sectsty}
\chapterfont{\centering}
\renewcommand{\thechapter}{\Roman{chapter}}
