Waluyo Adi Siswanto wrote:
> I use book(koma-script) and the set the option parskip=full and
> chapterprefix (Documents>Settings, option: parskip=full,chapterprefix).
> I want to have more space between the chapter entry and the first
> paragraph:
>
> Chapter 1
> Introduction
> ^
>
> | (more space here)
>
> V
> The first paragraph...
>
> How can set the space, and effected globally?
\renewcommand*{\chapterheadendvskip}{%
\vspace{1.725\baselineskip
\...@plus .115\baselineskip \...@minus .192\baselineskip}%
}%
Adjust the length as needed.
Jürgen