The iw package includes:

	iw.c - simple filter for imagewriter
	iwlp - interface for sysV lp 
	tabiw.c - nroff table for non-proportional print
	tabiwp.c - nroff table for proportional printing

make iw should suffice for most systems (I'm running a Unisoft 5.0
on an antique Callan Unistar).

You will need the tabgen software posted to mod.sources recently by
Bruce Townsend (utcs!bnr-vpa!bruce).

If you call nroff with man or mm you may want to ask 
your system administrator to modify the mm and man
scripts to allow iw, and iwp to be used with the
-T command. The following changes
	
	iwlp|iwp|iw|2631|2631-c|2631-e)       v=3;     c=c ;;

and
	iwlp|iwp|iw) g="|col -p -x | iw" ;;

need to be made in man and mm.

man example
		man -Tiwp iw  
	produces
		cat local/man1/iw.1 | nroff -Tiw -rd2 -rm0 -ry87 -can |
		col -p -x | iw

mm example
		mm -Tiwp test
	produces
	nroff -cm -Tiwp test | col -p -x | iw

To install:

	cp tabiw tabiwp /usr/lib/term
	ln /usr/lib/term/tablp /usr/lib/term/tabiwlp

The link to tablp allows the use of the standard lp table but piped
through the iw printer filter.


Stuart Lynne	ihnp4!alberta!ubc-vi!van-bc!sl 	      Vancouver,BC,604-937-7532
