On Thu, Mar 14, 2002 at 06:05:53AM +0100, Laszlo E Szabo wrote:
> Could you tell me please how can I change in the preamble (in a book.cls 
> document) the vskip before a new paragraph (I mean \paragraph{} )? I would 
> like to make no skip when I start a new paragraph-section.

\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
                                    {0ex}%
                                    {-1em}%
                                    {\normalfont\normalsize\bfseries}}

Perhaps using '0ex \@plus1ex' instead of '0ex' would be better.

Reply via email to