Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!mit-eddie!genrad!decvax!ucbvax!ucsfcgl!alonso From: alonso@ucsfcgl.UUCP Newsgroups: comp.text Subject: *roff -me Message-ID: <10062@cgl.ucsf.edu.ucsfcgl.UUCP> Date: Wed, 11-Feb-87 23:44:03 EST Article-I.D.: cgl.10062 Posted: Wed Feb 11 23:44:03 1987 Date-Received: Fri, 13-Feb-87 02:17:56 EST Organization: UCSF Computer Graphics Lab Lines: 49 Keywords: Sun, ptroff -me LONG On our Sun 3 sun-unix3.2 we have the following problem with the -me macro: Our ptroff -me shoves everything into the lower left corner of the page when printed on the Apple/Sun Laser Writer. Ptroff -ms doesn't, but we like using -me better. I guessed it's a page offset problem and tried to go into /usr/lib/tmac/tmac.e (the -me macro) to change the default value (with .po 1.25i or .nr po 1.25) but wasn't really successful. Any suggestions? --------------------- | | |************** | |************** | |************** | |************** | |************** | |************** | |************** | |************** | -------------------- How it is. --------------------- | | | *************** | | *************** | | *************** | | *************** | | *************** | | *************** | | *************** | | *************** | | | --------------------- How we want it. Including the following command lines at the top of each file does the job but we would like the default value changed. .nr po .95i .nr ll 6.85i With the above commands, the page offset ends up being more like 1.25 inches rather than .95 inches. Thanks, Darwin