Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!hplabs!parcvax!cdp!karen
From: karen@cdp.UUCP
Newsgroups: comp.text
Subject: Re: [nt]roff mass mailing macro
Message-ID: <72400002@cdp>
Date: Sat, 28-Nov-87 00:04:00 EST
Article-I.D.: cdp.72400002
Posted: Sat Nov 28 00:04:00 1987
Date-Received: Mon, 30-Nov-87 02:35:53 EST
References: <773@grc.UUCP>
Lines: 8
Nf-ID: #R:grc.UUCP:773:cdp:72400002:000:435
Nf-From: cdp.UUCP!karen    Nov 27 21:04:00 1987


Actually, plain old troff has what you need, and it's only a bit
tricky getting it set up.  Look up the 3 commands: .rd, .nx and .ex.
The .rd reads an insertion from another file (nroff letter < inserts);
the .nx goes at the end of the textfile (.nx letter), and the .ex
goes at the end of the list of inserts.  There's a nice example in
this great book...troff Typesetting for Unix Systems, by Emerson
and Paulsell.  (I am Paulsell.)