On Fri, Aug 31, 2007 at 03:19:28PM +0200, Leuven, E. wrote: > Enrico Forestieri wrote: > > If you are on linux, you have to tell fontconfig where to find the > > fonts. Copy the ttf fonts you find under lib/fonts in the svn > > repository somewhere on your disk, eg. in /usr/local/fonts/bakoma. > > Now locate the fontconfig configuration files. Probably they are in > > /etc/fonts but you can find the right place by searching for the file > > fonts.conf. Once you found that file, see whether in the same > > directory you also have a file named local.conf. If yes, then add the > > following line before the </fontconfig> tag: > > > > <dir>/usr/local/fonts/bakoma</dir> > > > > If you don't have a local.conf file, then create one (next to > > fonts.conf) with the following content: > > > > <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- > > /etc/fonts/local.conf file for local customizations --> <fontconfig> > > <dir>/usr/local/fonts/bakoma</dir> </fontconfig> > > > > now run fc-cache /usr/local/fonts/bakoma and you should be done. > > > thanks for reminding people why they are not using linux anymore ...
Install the latex-xft-fonts package would have been equally effective in this case, but I don't know whether it is available for his distribution... -- Enrico