On Mar 9, 12:03 pm, Ulrike Fischer <
ne...@nililand.de> wrote:
> Am Sat, 9 Mar 2013 09:30:24 -0800 (PST) schrieb johnny_canuck:
>
> >I want the subsection header to be sffamily, bold, and italic.
> > Sigh - single word answer:
> > \usepackage{lmodern}
>
> and/or T1-encoding (which is a good idea anyway):
Strictly speaking the font encoding is not the answer (however
good an idea it might be for other reasons), it is using a font
family that contains the necessary variants. The only reason
\usepackage[T1]{fontenc} works is that it makes the EC fonts
the default instead of CM. And EC (unlike CM) contains a sans
serif, bold, italic font.
Using T! encoding with the wrong set of fonts wouldn't work
and keeping the default OT1 encoding can still work if one uses
a font set that contains the necessary variants. For example,
Latin Modern.
Dan