home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 184.lha / LaserWriterFilter / README2 < prev    next >
Text File  |  1988-04-28  |  2KB  |  41 lines

  1.  
  2. Lwf converts ASCII text files to PostScript.
  3. It has been tested on the Apple LaserWriter/LaserWriter+ and the NEC
  4. Silentwriter LC-890.  Most of the processing is done on the host
  5. rather than on the printer.  The name "lwf", perhaps poorly chosen, stands
  6. for "LaserWriter Filter".
  7.  
  8. There may be a couple of minor Berkeley-isms in the program (see the
  9. routine setup()) and it is somewhat Unix dependent (eg., popen(), /bin/pr
  10. are expected).  The output conforms to the Adobe 2.0 file structuring
  11. conventions.  The program is set up to use the (fixed-width) Courier font.
  12. If you use another font you'll have to modify the mapping table in lwf.c.
  13. I can't recommend a proportional font for this purpose.
  14.  
  15. The distribution includes the following files:
  16.  
  17. README2        This file
  18. Makefile
  19. lwf.c        LaserWriter filter to convert ASCII text to PostScript
  20. range.c        Routine to check if a number is in a given range
  21. lwf.1.man    Manual page for lwf
  22. lwf.prologue    Default PostScript support file
  23.  
  24. Please check the Makefile and the configurable #defines in lwf.c.
  25. Check if the man page needs to be revised for your environment.
  26. You can then proceed with 'make install'.
  27.  
  28. If you come across any bugs, including nonconformance to Adobe 2.0, or
  29. make any changes you'd like to share please send mail to me rather than
  30. posting to the net.
  31.  
  32. Enjoy.
  33.  
  34. -----
  35. Barry Brachman           | {ihnp4!alberta,uw-beaver,uunet}!
  36. Dept. of Computer Science|  ubc-vision!ubc-csgrads!brachman
  37. Univ. of British Columbia| brachman@grads.cs.ubc.cdn
  38. Vancouver, B.C. V6T 1W5  | brachman%ubc.csnet@csnet-relay.arpa
  39. (604) 228-4327           | brachman@ubc.csnet
  40.  
  41.