John Jason Jordan wrote:
> Stoked with success I did the same thing for the kpfonts package.
> Except the kpfonts package had an installable zip file. I had to open
> File Roller as root, but it seemed to install all the files in the
> right folders. Then I did texhash again, and udmap --enable Map
> kpfonts.map. The last command said at one point that it found the
> kpfonts.map file and it didn't give any error messages about it. But
> reconfiguring, stopping and restarting Lyx several times has failed to
> get the kpfonts visible in the Document > Settings window.
>
> So now I'm sad again. :(
The list in Document>Settings is hardcoded to a limited set of fonts we
support (that's because every font package needs different treatment,
unfortunately). Other fonts can be used as well, but need to be loaded the
LaTeX way.
To use kpfonts, set "Default" font and add too Document>Settings>Preamble the
line
\usepackage{kpfonts}
Jürgen