home *** CD-ROM | disk | FTP | other *** search
- % Copyright 1985, 1986, 1987, 1988 Chris Lewis
- % All Rights Reserved
- %
- % Permission to copy and further distribute is freely given provided
- % this copyright notice remains intact and that this software is not
- % sold for profit.
- %
- % Project: Generic Troff drivers
- % Module: lib.lk
- % Author: Chris Lewis
- % Specs: Predefinitions for HP Laserjet
- % This is an ASCII file that is translated into
- % binary by the lj driver. Using the following
- % Escape conventions:
- % %comment
- % line from % to end of line ignored.
- % \nnnnnn .....
- % each group of 3 digits is interpreted as an
- % octal bytes. Terminated by next non-octal
- % character.
- % \xnnnnnn ...
- % Each group of 2 digits is interpreted as a
- % hexidecimal byte. Terminated by next non-hex
- % character.
- % tabs, spaces and newlines are ignored (you have to
- % use hex or octal to pass them).
- % All others passed straight through.
- % For example:
- % \xAABB \022 A %hello
- % Passes the following bytes: 0xAA, 0xBB, 022, and "A"
- % through to the laserjet.
- %ident @(#)lib.lk: 1.1 Copyright 89/05/02 17:34:12 Chris Lewis"
- %There is nothing here yet.
-