home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / laser / ljsetup.arc / README < prev   
Text File  |  1986-08-13  |  2KB  |  32 lines

  1. The file laser.c is the source to a program that will prepend the
  2. desired setup codes for the Hewlet Packard LaserJet Printers.  It takes
  3. into account such things as page orientation, line spacing, typeface
  4. selection, and most, if not all of the other print attributes available
  5. on the LaserJet.
  6.  
  7. To compile simply type "make" then install the program and manpage in the
  8. appropriate directories for your system.  If anyone has any problems
  9. they can reply to me at the address below.
  10.  
  11. The only system dependencies that I can think of off hand are the fact
  12. that the program uses 'getopt(3)' of which a PD version was posted a
  13. while back, and a selection of the print spooling program usually
  14. 'lpr(1)' or on System V 'lp(1)'.  Either will work, there's even an
  15. option to allow results to be send to the standard output.
  16.  
  17. Most of the typeface selections set default settings for other options
  18. in case you are lazy and only want to select a font by it's typeface
  19. name.  One other VERY IMPORTANT point I would like to make is that if
  20. you don't have a particular font cartridge to use some of the features
  21. described in the source, then you can't get there from here...
  22.  
  23. --
  24. ron@vsedev.UUCP           (Ron Flax)
  25. UUCP:    ..!seismo!vsedev!ron
  26. ARPA:    vsedev!ron@seismo.CSS.GOV
  27.  
  28. [ MODERATOR'S NOTE:  The /lib/cpp on my 4.2BSD Vax750 couldn't deal
  29.   with the long #define for HELP in the source; I added code to
  30.   #ifdef it out, but note that the Makefile by default enables it.
  31.   If get a "token too long" error, that's probably the cause.  -r$ ]
  32.