Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!uwm.edu!uakari.primate.wisc.edu!ginosko!usc!rutgers!dptg!att!cbnewsc!psfales From: psfales@cbnewsc.ATT.COM (Peter Fales) Newsgroups: comp.sys.att Subject: Re: nroff page offset Message-ID: <3692@cbnewsc.ATT.COM> Date: 5 Oct 89 22:34:20 GMT References: <189@zebra.UUCP> Distribution: na Organization: AT&T Bell Laboratories Lines: 26 In article <189@zebra.UUCP>, vern@zebra.UUCP (Vernon C. Hoxie) writes: > > Can someone give me a clue how I can offset the output of a manual page > to the right about a half inch. Under the default settings, the page > has a margin of about 3/4 inch on the left and 2 inches on the right. > When I punch holes to insert the page in a notebook, the printing gets > punched away and all that right margin is wasted. > > I have tried numerous variations on: > > nroff -Tfx-12 -rO14 -man compress.1 | lp I have run into the same problem. Apparently, the man macros do not pay attention to the O register. It is kind of messy, but the shell script I use to format man pages with troff looks something like this: ( echo ".po 1i" ; cat $1 ) | troff -man .... For nroff, the .po would be something like 15 if you wanted an offset of 15 characters (1.5 inches on many printers). -- Peter Fales AT&T, Room 5B-420 2000 N. Naperville Rd. UUCP: ...att!peter.fales Naperville, IL 60566 Domain: peter.fales@att.com work: (312) 979-8031