home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume5 / lwf / part01 / README < prev    next >
Text File  |  1989-02-03  |  2KB  |  72 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. README      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.man     Manual page for lwf
  22. 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. -----
  42.  
  43. Changes by Greg Lee, 10/88:
  44.  
  45. (1) I eliminated the prologue file by printing out the contents
  46. directly in lwf.c (don't like unnecessary library files hanging
  47. around).  Added supported point sizes 14, 16, 18.
  48.  
  49. (2) Added support for printing Japanese language text.
  50.  
  51. (3) Additional files:
  52.  
  53. kfont.c        routines for accessing kanji font k14.snf
  54.         (adapted from the X11, R2 font compiler, by Ralph Swick)
  55. k14.snf (not included)
  56.         kanji font for kterm, from X11, R2
  57. ktest        sample file with Japanese text (= a posting in gnu.emacs.gnus)
  58. X.h        various .h files from the X11, R2 distribution
  59. Xmd.h
  60. Xproto.h
  61. Xprotostr.h
  62. fc.h
  63. font.h
  64. fontstruct.h
  65. misc.h
  66. os.h
  67. servermd.h
  68.  
  69. ------
  70. Greg Lee, lee@uhccux.uhcc.hawaii.edu
  71. ------
  72.