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

--
Richard B. Shepard, Ph.D.               |  Integrity            Credibility
Applied Ecosystem Services, Inc.        |            Innovation
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

Reply via email to