That's very close, but now the chapter titles are indented and not
left-justified. If the chapter title goes to 2 lines, it looks very strange.
Also, having the title not left-justified looks a bit strange.
But that's getting very close, thanks!
Jim
Herbert Voss Spoke Thusly:
> try this in preamble:
>
> \def\@makechapterhead#1{%
> % \vspace*{50\p@}%
> {\parindent \z@ \raggedright \normalfont
> \ifnum \c@secnumdepth >\m@ne
> \if@mainmatter
> % \huge\bfseries \@chapapp\space \thechapter
> \par\nobreak
> \vskip 20\p@
> \fi
> \fi
> \interlinepenalty\@M
> \Huge \bfseries #1\par\nobreak
> \vskip 40\p@
> }}
>
> if you need some more space on the top of the chapter
> delete the first "%"
>
> Herbert
--
James Lindenschmidt
[EMAIL PROTECTED]