Path: utzoo!attcan!uunet!husc6!mailrus!ames!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uiucdcsm!grogers From: grogers@uiucdcsm.cs.uiuc.edu Newsgroups: comp.text Subject: Re: want a version of ditroff which gen Message-ID: <8800017@uiucdcsm> Date: 16 May 88 15:58:00 GMT References: <52973@sun.uucp> Lines: 6 Nf-ID: #R:sun.uucp:52973:uiucdcsm:8800017:000:380 Nf-From: uiucdcsm.cs.uiuc.edu!grogers May 16 10:58:00 1988 The "di" in ditroff is for device independence. However, it is the output file that is device independent (all ascii). The data in the output file is device dependent since the position of each character depends on the resolution of the printer and positions are specified in pixels. If ditroff positions were in points rather than pixels then it would more device independent.