Path: utzoo!attcan!uunet!mcvax!ukc!eagle!icdoc!tgould!iwm From: iwm@asun2.ic.ac.uk (Ian Moor) Newsgroups: comp.text Subject: Re: dvi2ps hacking Message-ID: Date: 12 Sep 88 15:22:02 GMT References: <29544@bbn.COM> Sender: news@doc.ic.ac.uk Organization: Dept. of Computing, Imperial College Lines: 18 In-reply-to: jzavgren@bbn.com's message of 11 Sep 88 13:09:55 GMT Posting-Front-End: GNU Emacs 18.45.3 of Fri Jun 26 1987 on asun2 (berkeley-unix) >The problem is in "the suffix" not >the "preefix". amsy10.100 is odd-sounding to my machine because there >are no font files that end in ".1000". None. I've seen one or two different formats for TeX font names, if the file extension is limited to 3 chars or large directories are discouraged then they look like: /lib/tex/fonts/1000/amsy10.pxl rather than /lib/tex/fonts/amsy10.pxl1000 It may be that if file name length is limited, the `pxl' has been dropped. Somewhere in dvi2ps you will find a call to sprintf with the name and size of font as its arguments, what you need to do is change the format string to conform to local conventions. I cant be more specific as I don't have the source online.