[net.unix-wizards] useful utility

harkins (04/19/83)

John Gilmore is right to infer that making the tmac.s a tmac.e would
invoke -me; to find out whether there are any eqn's or tbls, you could
either do, from ed, a 'g/^\.TS/p' to find the  tbls, and/or a g/^\.EQ/
to find the eqns, OR just can that into a sed script; (lots of people
leave in the delim definitions regardless, so you might wind up with
a bogus inference re: eqns from that; hmm, should add a 'p' to that
second global); really complicated huh?  ernie harkins

3723edm (04/22/83)

This discussion seems to have turned into `my favorite way to get
my documented formatted properly.'  Herewith I submit:

	tbl <<\! | nroff -T37 | col -bx
		.
		.
		.
	{text of document}
		.
		.
		.

	!

To produce the document, I type:

	sh {filename}


					Eli Mantel
					houxq!3723edm