home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1070 / README < prev   
Encoding:
Text File  |  1990-12-28  |  1.3 KB  |  35 lines

  1. This is version 4.0 of a2ps, a program to format an ascii file for
  2. printing in a postcript printer. As the copyright indicates, this
  3. distribution can be freely redistributed.
  4.  
  5. Initial version was a shell program written by evan@csli (Evan
  6. Kirshenbaum). It was very slow and contained many bugs. A new version
  7. was written in C for improve speed execution and portability.  Many
  8. new features and improvements were added by miguel@imag.fr, and posted
  9. in comp.sources.misc (Volume 10, Issue 73) as version 3.0.
  10.  
  11. In version 4.0 many features were removed again.  We can have separate
  12. programs that handle generic n-up printing, there is no need to do it
  13. in this program.  (Such a program, called ``up'' and written in perl,
  14. was posted to comp.sources.misc (Vol 8, Issue 95) last year.)  A2ps
  15. and its prologue file were enhanced to produce conforming PostScript,
  16. which is required by up, for instance.
  17.  
  18. Installation should be straightforward...
  19.  
  20. The a2ps distribution consists of the following files:
  21.  
  22.     README        This message
  23.     Makefile
  24.     a2ps.c        a2ps source
  25.     a2ps.1        a troff manual (man file)
  26.     a2ps.prologue    postcript header used by a2ps
  27.  
  28. Version of a2ps was posted to USENET by Miguel Santana:
  29.  
  30.     miguel@imag.fr or miguel@imag.UUCP (uunet.uu.net!imag!miguel)
  31.  
  32. Version 4 was simplified and enhanced by Tor Lillqvist:
  33.  
  34.     tml@tik.vtt.fi
  35.