Manolo Martínez <manolo <at> austrohungaro.com> writes:

> A quick question. If I use the Noun character style in a Section title, 
> article(paper) ignores me and renders it in lowercase. Is there a way to 
> override the style in this particular respect?

Document classes frequently dictate the font for headings (overruling your
choice). The sectsty package allows you to set font styles for headings, but it
does not work with article(paper).  If you're willing to switch to a class
sectsty supports, that is one way to get what you want.  Another possibility is
to put this in your preamble:

\usepackage{titlesec}
\titleformat*{\section}{\bfseries\sc}

That will put section titles in small caps, but they will not be bold face.

Paul



Reply via email to