Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!genrad!teddy!panda!talcott!harvard!seismo!mcvax!jaap From: jaap@mcvax.UUCP (Jaap Akkerhuis) Newsgroups: net.unix Subject: Re: Full text of YASC (please bother with us) Message-ID: <423@mcvax.UUCP> Date: Tue, 22-Jan-85 14:57:12 EST Article-I.D.: mcvax.423 Posted: Tue Jan 22 14:57:12 1985 Date-Received: Sun, 27-Jan-85 05:26:49 EST References: <199@usl.UUCP> <113@redwood.UUCP> Reply-To: jaap@mcvax.UUCP (Jaap Akkerhuis) Organization: CWI, Amsterdam Lines: 14 Summary: In article <113@redwood.UUCP> rpw3@redwood.UUCP (Rob Warnock) writes: > > .RT You need one "ms" command to initialize things. > .nr LL 7i Set the line length (width) that "ms" knows. > .ll 7i Tell "nroff" about it. > .nr PO 0.75i Move the page over a bit. > .po 0.75i Make sure "nroff" agrees. > .DA 11 Jan 1985 (Personal preference... I like the date it was > EDITED, not the date it was printed.) > .LP Or .TL or .PP etc. The .RT should be after the initialisations. As a matter of fact, the .LP will call .RT as well, so you can remove it completly. The .ll isn't necessary as well.