
Lwf converts ASCII text files to PostScript.
It has been tested on the Apple LaserWriter/LaserWriter+ and the NEC
Silentwriter LC-890.  Most of the processing is done on the host
rather than on the printer.  The name "lwf", perhaps poorly chosen, stands
for "LaserWriter Filter".

There may be a couple of minor Berkeley-isms in the program (see the
routine setup()) and it is somewhat Unix dependent (eg., popen(), /bin/pr
are expected).  The output conforms to the Adobe 2.0 file structuring
conventions.  The program is set up to use the (fixed-width) Courier font.
If you use another font you'll have to modify the mapping table in lwf.c.
I can't recommend a proportional font for this purpose.

The distribution includes the following files:

README      This file
Makefile
lwf.c       LaserWriter filter to convert ASCII text to PostScript
range.c     Routine to check if a number is in a given range
lwf.man     Manual page for lwf
prologue    Default PostScript support file

Please check the Makefile and the configurable #defines in lwf.c.
Check if the man page needs to be revised for your environment.
You can then proceed with 'make install'.

If you come across any bugs, including nonconformance to Adobe 2.0, or
make any changes you'd like to share please send mail to me rather than
posting to the net.

Enjoy.

-----
Barry Brachman           | {ihnp4!alberta,uw-beaver,uunet}!
Dept. of Computer Science|  ubc-vision!ubc-csgrads!brachman
Univ. of British Columbia| brachman@grads.cs.ubc.cdn
Vancouver, B.C. V6T 1W5  | brachman%ubc.csnet@csnet-relay.arpa
(604) 228-4327           | brachman@ubc.csnet

