On 7/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> <posté comme article et comme courrier>
>
> pol wrote:
>
> > <posted & mailed>
> >
> > I would like to customize the 'article' class so as to use smaller fonts
> > for sections and subsections.
> > Any hints?
> > Any utilities to ease tasks of that kind?
> >
>
> The easiest way is to use the koma-script article. And then to add in the
> preamble something like :
> \addtokomafont{section}{\small}
> \addtokomafont{subsection}{\small}
>
> It is well explained in the Koma-Script documentation.
>
> Cheers,
> Charles


Another good way, if you don't want to use koma-script, is the sectsty package.

\usepackage{sectsty}
\sectionfont{\large}
\subsectionfont{\normalsize}

It is also explained in the sectsty documentation on ctan.

Cheers,
Bob Lounsbury

Reply via email to