Path: utzoo!attcan!uunet!lll-winken!indri!dogie.macc.wisc.edu!uwvax!stat!bates From: bates@stat.WISC.EDU (Douglas M. Bates) Newsgroups: comp.sys.next Subject: Incorrect default path for TeX fonts Message-ID: <7513@spool.cs.wisc.edu> Date: 13 May 89 02:51:50 GMT Sender: news@spool.cs.wisc.edu Reply-To: bates@stat.WISC.EDU (Douglas M. Bates) Organization: U of Wisconsin - Madison Statistics Lines: 10 The compiled versions of TeX and dvips in /usr/bin/tex and /usr/bin/dvips expect the default fonts file directory to be /usr/lib/tex/fonts but it is really /NextLibrary/Fonts/TeXFonts. You can overcome this by setting environment variables TEXFONTS and TEXPKS to the correct values or, more simply, create a symbolic link as ln -s /NextLibrary/Fonts/TeXFonts /usr/lib/tex/fonts (Please check these paths - I'm sending this from another machine and quoting the paths from memory.)