Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!FOOBAR.COLORADO.EDU!grunwald From: grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) Newsgroups: comp.windows.x Subject: problem with xtex fonts Message-ID: <9008101745.AA16811@foobar.Colorado.EDU> Date: 10 Aug 90 17:45:50 GMT References: <9008101602.AA03019@autarch.acsu.buffalo.edu> Sender: daemon@athena.mit.edu (Mr Background) Reply-To: grunwald@foobar.colorado.edu Organization: The Internet Lines: 17 if your fonts (e.g., cmr10.85.snf.Z) live in directory /some/path/fonts, then say: % cd /some/path/fonts % mkfontdir [ only do this once ] % xset +fp /some/path/fonts % xset fp rehash % xlsfonts | grep cmr10 If you don't get a list of cmr10 fonts with more numbers after them, make certain you build the font directory file. Sadly, you need to do this each time you start your X server, unless you put the fonts in a ``default'' location or change the X startup script to indicate the new font directory. A future change to xtex will automatically install the path, but that's not done yet.