<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
