On Thu, Oct 31, 2002 at 10:49:45AM +0800, Hisyam Lee wrote:
> How can I set length between the Chapter and the Title as an example belows:
>
> -----------------------------
> ^
> |
> | 2.5 cm spacing
> |
> Chapter 2
> ^
> |
> | 3.0 cm spacing
> |
> LITERATURE REVIEW
> ^
> |
> | 3.0 cm spacing
> |
> 2.1 Introduction
Are you sure you want 3cm ?? This is a lot of space.
Anyway, add the following lines to the preamble:
\def\@makechapterhead#1{%
\vspace*{2.5cm}%
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\huge\bfseries \@chapapp\space \thechapter
\par\nobreak
\vskip 3cm
\fi
\fi
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 3cm
}}