Rodrigo Gesswein wrote:
> I'm writing a document with Lyx and book class. When a chapter begins,
> a big space between page top and the word chapter appears, there are a
> way to customize this space ??
the original definition:
\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@
}}
put it in latex preamble and comment out the second line
or delete it.
Herbert
--
http://www.lyx.org/help/