On Thu, Nov 16, 2000 at 05:49:15PM +0800, Teddy Surya Gunawan wrote:
> Hi,
> 
> I want to change the appearance of Chapter. I am using report class to
> write my thesis. So, how can I customize lyx/latex from :
> 
> Chapter 1
> Introduction
> 
> to :
> 
>                               Chapter 1
>                             Introduction
> --------------------------------------------------------------------------

Put the following in the preamble:

\usepackage{titlesec}
\titleformat{\chapter}[display]
  {\normalfont\Large\filcenter\sffamily}
  {\LARGE\chaptertitlename \thechapter}
  {1ex}
  {\Huge}
  [\vspace{0.5ex}\titlerule]

You can also look in the titlesec documantion for more (prettier) examples.

Reply via email to