On Tuesday 05 February 2002 6:40 pm, Andre Poenitz wrote: > On Tue, Feb 05, 2002 at 08:14:48PM +0200, Dekel Tsur wrote: > > The script only generates links for the fonts we are currently using. > > Should it be changed to create links for all fonts (which we might want to > > use in the future) ? > > It should at least work in such a way that the proper symbols get displayed > at the proper time and the proper place. > > It currently simply 'does not work', but if I revert your patch from > 2002-01-26 it works again. Not having understood the whole font business > I still don't know how to do it properly myself. But using a purely > utilitarian point of view one might argue that your patch is crap ;-}
;-) What I did to get it to work was: cd lib ./create_fonts_dir rm -rf ~/.lyx/xfonts mv fonts ~/.lyx/xfonts xset fp rehash Ie, I have not changed my font path (no xset +fp some_dir) but I have told xset that the contents of the fp stuff have changed (xset fp rehash) You may well now have some random rubbish in your font path. Use xset -q to see what dirs you search and xset -fp rubbish_dir to remove. Angus