Bob Lounsbury wrote:
>> From the KOMA-script doc I see that I can use the
>> \setkomafont{element}{command} directive to change the typeface for
>> specific
>> document elements.
>>
>> Rather than the san-serif font for the title and section heads, I prefer
>> to use the default body text typeface of Palatino-Roman. I added to the
>> preamble:
>>
>> \setkomafont{title}{}
>> \setkomafont{section}{}
>>
>> This works for the title, but not the section names because those are
>> defined as \section* so they are unnumbered. Trying:
>>
>> \setkomafont{section*}{}
>>
>> caused a TeX error.
>>
>> How can I specify the desired typeface for the unnumbered sections?
>>
>> Rich
Try
\renewcommand\sectfont{\rmfamily}
Not very logical....
Cheers,
Charles