home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / turbopas / rnf-pas.lbr / DEC.MQC / DEC.MAC
Text File  |  1986-07-16  |  1KB  |  20 lines

  1. .rem example macros for DEC printers, LA50 and/or LA100
  2. .rem   RNF treats the escape sequences as words and expects them to
  3. .rem   take up space on the line.  Thus, if you right-justify, the
  4. .rem   lines will be too short.  A kludge solution is to use .NOJ
  5. .rem   Also, underlining or overstrikes on these lines may not be correct.
  6. .macro Graph   = .fmt 1 27 .x (0 .x .fmt 1 15 .x   .rem VT100 line drawing
  7. .macro NoGraph = .fmt 1 27 .x (B .x
  8. .macro Italic   = .fmt 1 27 .x [11m .x       .rem only with LA100 ROM option
  9. .macro NoItalic = .fmt 1 27 .x [10m .x
  10. .macro pitch5  = .fmt 1 27 .x [5w .x         .rem 5 pitch is 5 char/inch
  11. .macro pitch6  = .fmt 1 27 .x [6w .x
  12. .macro pitch8  = .fmt 1 27 .x [8w .x
  13. .macro pitch10 = .fmt 1 27 .x [1w .x
  14. .macro pitch12 = .fmt 1 27 .x [2w .x
  15. .macro pitch16 = .fmt 1 27 .x [4w .x
  16. .rem  Superscript and Subscript work better on LA50
  17. .macro Super 1 = .x .fmt 1 27 .x L .x .Super1 .x .fmt 1 27 .x K
  18. .macro Sub 1   = .x .fmt 1 27 .x K .x .Sub1 .x .fmt 1 27 .x L
  19. .macro Draft = .fmt 1 27 .x [1"z .x
  20. .macro Enhanced = .fmt 1 27 .x [2"z .x