James Lindenschmidt wrote:

> Herbert Voss Spoke Thusly:
> 
>>James Lindenschmidt wrote:
>>
>>>Herbert Voss Spoke Thusly:
>>>
>>>>why can't you use "chapter*", the star-version of chapter layout?
>>>>
>>>Because then it doesn't show up in the Table of Contents. At least not
>>>automagically.
>>>
>>do you need this for a lot of chapters or only a few?
>>
> 
> 6 chapters and several sections/subsections etc.


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




-- 
http://www.lyx.org/help/


Reply via email to