Andre Poenitz wrote: > > Isn't this supposed to work "automagially" nowadays? > > I even have the fonts under /usr/lib/X11/fonts/... and xfontsel finds them, > but neither configure not Edit->Reconfigure can see them. > Well, for me I had to add a FontPath "/usr/local/share/lyx/xfonts" to XF86Config This just has symlinks to the actual fonts, which were found in teTeX. The whole font thing has confused me from the start, with fonts in ghostscript, X11, teTeX ... Garst
bash$ cd /usr/X11/lib/X11/fonts bash$ find . -name 'cmex10.pfb' -print ./mathed_fonts/type1/cmex10.pfb ./mathed_fonts/cmex10.pfb bash$ ls -l /usr/local/share/lyx/xfonts total 9 lrwxrwxrwx 1 root root 62 May 16 21:54 cmex10.pfb -> /usr/local/teTeX/share/texmf/fonts/type1/bluesky/cm/cmex10.pfb lrwxrwxrwx 1 root root 62 May 16 21:54 cmmi10.pfb -> /usr/local/teTeX/share/texmf/fonts/type1/bluesky/cm/cmmi10.pfb lrwxrwxrwx 1 root root 61 May 16 21:54 cmr10.pfb -> /usr/local/teTeX/share/texmf/fonts/type1/bluesky/cm/cmr10.pfb lrwxrwxrwx 1 root root 62 May 16 21:54 cmsy10.pfb -> /usr/local/teTeX/share/texmf/fonts/type1/bluesky/cm/cmsy10.pfb lrwxrwxrwx 1 root root 65 May 16 21:54 eufm10.pfb -> /usr/local/teTeX/share/texmf/fonts/type1/bluesky/euler/eufm10.pfb -rw-r--r-- 1 root root 525 May 16 21:54 fonts.dir -rw-r--r-- 1 root root 525 May 16 21:54 fonts.scale lrwxrwxrwx 1 root root 62 May 16 21:54 msam10.pfb -> /usr/local/teTeX/share/texmf/fonts/type1/bluesky/cm/msam10.pfb lrwxrwxrwx 1 root root 62 May 16 21:54 msbm10.pfb -> /usr/local/teTeX/share/texmf/fonts/type1/bluesky/cm/msbm10.pfb
