"Jacek M. Holeczek" wrote:
> 
> Hi,
> Unfortunately I think I need your help again.
> I use the "\usepackage[8pt]{extsizes}" package with the "article
> (koma-script)". Works quite nicely, except that ...
> I would like to make the "free space" between the "Section" title and the
> preceding and the following text much smaller.

\newlength{\mySkip}
\setlength{\mySkip}{0.5ex \@plus.1ex}% <-- you may change it
\renewcommand\section{\@startsection{section}{1}{\z@}%
  {-3.5ex \@plus -1ex \@minus -.2ex}%
  {\mySkip}%
  {\raggedsection\normalfont\size@section\sectfont}}

> I would also like to make the "free space" before and after a "LongTable"
> much smaller.

\LTpre=\smallskipamount
\LTpost=\smallskipamount

> Can I somehow say that the whole article should be "compact" ?

what's compact?

one line, one page ...

Herbert

-- 
http:[EMAIL PROTECTED]


Reply via email to