home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / ltroff / part01 / fixed.H < prev    next >
Encoding:
Text File  |  1993-07-15  |  712 b   |  18 lines

  1. # @(#)fixed.H    4.1
  2. INCLUDE        common.H
  3. DOWNDATA    \E(sP    # Fixed width
  4. DOWNDATA    \E)sP    # Fixed width
  5. # LaserJet 4 fixed width fonts have non-bold brackets and builders;
  6. # we want bold to match traditional troff
  7. CHAR    bv    math-8    \E)s3B\365\E)sB    # bold vertical
  8. CHAR    lb    math-8    \E)s3B\344\E)sB    # left bottom
  9. CHAR    lc    math-8    \E)s3B\340\E)sB    # left ceiling
  10. CHAR    lf    math-8    \E)s3B\341\E)sB    # left floor
  11. CHAR    lk    math-8    \E)s3B\343\E)sB    # left kurly middle
  12. CHAR    lt    math-8    \E)s3B\342\E)sB    # left top
  13. CHAR    rb    math-8    \E)s3B\364\E)sB    # right bottom
  14. CHAR    rc    math-8    \E)s3B\360\E)sB    # right ceiling
  15. CHAR    rf    math-8    \E)s3B\361\E)sB    # right floor
  16. CHAR    rk    math-8    \E)s3B\363\E)sB    # right kurly middle
  17. CHAR    rt    math-8    \E)s3B\362\E)sB    # right top
  18.