home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fax-3.2.1 / doc / coverpage.doc < prev    next >
Encoding:
Text File  |  1992-07-31  |  614 b   |  19 lines

  1. The coversheet for a fax transmission is generated with a postscript
  2. program which lives in the file ps/coversheet.ps. 
  3.  
  4. The coversheet.ps program is invoked by the C program also named
  5. coversheet in the file coversheet/coversheet.c
  6.  
  7. The coversheet.ps file can be modified to suit your site. When run in
  8. Ghostscript, it generates fields on the page for the recipient's name,
  9. and your return fax number. The coversheet.c program passes these
  10. arguments to the postscript program by setting the global variables
  11.  
  12. %   /returnfaxnum 
  13. %   /sender
  14. %   /recipient
  15. %   /pages 
  16.  
  17. Look at the coversheet.ps file for details.
  18.  
  19.