Jan Smid wrote:
after installing the computer modern fonts package (mainly to produce a pdf which is good to read on a display with Adobe acrobat), I would like to use the default font again. How do I turn off using the cm font?
I assume that you installed the latin modern fonts, because cm = computer modern. In this case add to the preamble \usepackage{lmodern}
In other cases and if you know the names of the font shapes, you can write
\renewcommand{\rmdefault}{name of roman shape}
\renewcommand{\sfdefault}{name of sansserif shapelmss}
\renewcommand{\ttdefault}{name of typewrite shape}regards Uwe
