Am Fri, 27.Aug.1999 um 10:40:42 -0700 schrieb Ralfhold:
> I'm using the Documentclass scrreport so the Word "Chapter" doesn't
> appear. But in comparison with the standard report the Font of each
> Chapter is now "Sans Serif". How can I get the former font back?

The sans serif headings are a feature of the koma-script classes. You can
get rid of them either by hacking the classes themselves or using a
workaround in the LaTeX-preamble. In case your document would use Times as
the default font, simply put the following line into the preamble:

\renewcommand{\sfdefault}{ctm}

(Replace "ctm" with the ID of the font you prefer.)

Florian

-- 
Florian Cramer, PGP public key ID 6440BA05
Permutations/Permutationen - poetry automata from 330 A.D. to
present: <http://userpage.fu-berlin.de/~cantsin/index.cgi>

Reply via email to