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

  1. # @(#)common.H    4.1
  2. # XXX--Dagger should italicize; LaserJet 4 lacks a built-in italicized dagger.
  3. WIDTHPOINTSIZE        600
  4. WIDTHUNITSPERINCH    300
  5. UNITSPERINCH        720    720
  6. NEWPAGE            \f
  7. MOVES        \E&a%dH    \E&a%dV    
  8. LEFTMARGIN    60    # Unprintable left margin
  9. PORTRAIT    \E&lO
  10. LANDSCAPE    \E&l1O
  11. FONT    I    \E(s1S\E)s1S    \E(sS\E)sS
  12. FONT    B    \E(s3B\E)s3B    \E(sB\E)sB
  13. SIZES        \E&f%dy2X
  14. SYMBOLS        win_l1        \E(19U
  15. # For the benefit of Tim Benjamin. . .
  16. FORGET        *m
  17. SYMBOLS        math-8        \016    \017
  18. SYMBOLS        ms_publ        \E(6J    # for Fi, Fl and a few others
  19. SYMBOLS        wingdings    \E(579L    # for bs, lh, and rh
  20. # It is tempting to try to grab box rule from the "symbol" symbol set,
  21. # but the characters in that set with correct horizontal position
  22. # have incorrect vertical position.
  23. CHAR    br    win_l1        \E&fy2X                # box rule
  24. CHAR    ru    win_l1        \E&a-.167R_\E&a+.167R    _    # baseline rule
  25. ###############################################################################
  26. DOWNDATA    \EE        # Reset printer. . .
  27. ENDDATA        \EE        # . . .and be sure to reset it when done
  28. DOWNDATA    \E&lE        # Set top margin to zero
  29. DOWNORIENT
  30. # Three-dot-wide box rules
  31. DOWNDATA    \E*c3A
  32. # Box rule macro
  33. DOWNDATA    \E&fyX
  34. DOWNDATA    \E&fS\E&a-.833R\E*cP\E&f1S
  35. DOWNDATA    \E&f1X
  36. #
  37. DOWNDATA    \E(19U        # Windows 3.1 Latin 1 symbol set
  38. DOWNDATA    \E(s12V        # 12 point
  39. DOWNDATA    \E(sS        # Upright style
  40. DOWNDATA    \E(sB        # Medium stroke weight
  41. DOWNDATA    \E)8M        # Math-8 symbol set
  42. DOWNDATA    \E)s12V        # 12 point
  43. DOWNDATA    \E)sS        # Upright style
  44. DOWNDATA    \E)sB        # Medium stroke weight
  45.