Quoting Dekel Tsur <[EMAIL PROTECTED]>:

> 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
>   }}
> 


Yes, I totally agree with your good-self regarding spacing the 3cm.  but that is
what they required! I change the \raggedright to \centering because I want it to
be center and it works.

The vertical space produce is more that 3.0c, what that happen?
>From the Document Layout/Paper, I set the Margin Top: 2.5cm. And if I write the
above commands in to the preamble, I'm hoping to get a total of 5.0cm vertical
spacing before getting the first text which is Chapter 2. But when I measured I
get 9.7cm spacing. And also the spacing between Chapter 2 and LITERATURE REVIEW
are 5.0cm. And also the spacing between LITERATURE REVIEW and 2.1  Introduction
are 4.5cm. How can I fix these vertical spacing?

Thank you very much for your helps.

Thanks and best regards,

H Lee




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

Reply via email to