home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume20 / psroff / part01 / lib.lk < prev    next >
Encoding:
Text File  |  1989-10-17  |  1.1 KB  |  34 lines

  1. %    Copyright 1985, 1986, 1987, 1988 Chris Lewis
  2. %        All Rights Reserved
  3. %
  4. %    Permission to copy and further distribute is freely given provided 
  5. %    this copyright notice remains intact and that this software is not 
  6. %    sold for profit.
  7. %
  8. %    Project:    Generic Troff drivers
  9. %    Module:        lib.lk
  10. %    Author:     Chris Lewis
  11. %    Specs:        Predefinitions for HP Laserjet
  12. %            This is an ASCII file that is translated into
  13. %            binary by the lj driver.  Using the following
  14. %            Escape conventions:
  15. %            %comment
  16. %                line from % to end of line ignored.
  17. %            \nnnnnn ..... 
  18. %                each group of 3 digits is interpreted as an
  19. %                octal bytes.  Terminated by next non-octal
  20. %                character.
  21. %            \xnnnnnn ...
  22. %                Each group of 2 digits is interpreted as a
  23. %                hexidecimal byte.  Terminated by next non-hex
  24. %                character.
  25. %            tabs, spaces and newlines are ignored (you have to
  26. %                use hex or octal to pass them).
  27. %            All others passed straight through.
  28. %        For example:
  29. %            \xAABB \022 A %hello
  30. %            Passes the following bytes: 0xAA, 0xBB, 022, and "A"
  31. %            through to the laserjet.
  32. %ident  @(#)lib.lk: 1.1 Copyright 89/05/02 17:34:12 Chris Lewis"
  33. %There is nothing here yet.
  34.