home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / enterprs / cpm / utils / s / secrtary.lzh / SECRDOC.BAK < prev    next >
Encoding:
Text File  |  1993-03-31  |  3.9 KB  |  12 lines

  1. 0010#space 1
  2. 0020#line 71
  3. 0030#OFFSET 4
  4. 90040#COMMENT THE MARGIN CMND DOES THE SAME THING AS THE
  5. *0050#COMMENT LINE AND OFFSET CMNDS ABOVE
  6. 0060#MARGIN 5,70
  7. 0070#JUST ON
  8.  0080#TITLE  Demonstration file
  9. 0090#TABSET 10,20,30,40,50
  10. 0100#PAGE 66,54,7
  11. 40110#COMMENT THE ABOVE PAGE SIZE IS DEFAULT ANYWAY
  12. 0120#PNUM 10
  13.  
  14. 0130#NULL 0
  15. 0140<&SAMPLE TEXT FILE&
  16. 0150 
  17. 0160 
  18. 30170    [This file shows the features of the word
  19. <0180processor.  It is designed to show all of the features
  20. ;0190yet fit in the minimum amount of memory.  Notice that
  21. A0200these lines are enclosed in brackets.  This is because they
  22. 0210will be justified later.]
  23. E0220    [The title above on line 1130 was preceded by a left arrow.
  24. L0230This caused the title to be centered.  The text can be &underlined& by
  25. K0240preceding and following the text with an & as was done on the title.]
  26. 0250\4
  27. N0260    [The above backslash followed by a number would have caused the page
  28. K0270to eject if these next 4 lines would not fit on the page.  Since they
  29. L0280will fit on the same page, the eject will be ignored.  To force a page
  30. L0290eject, enter the backslash followed immediately by a carriage return.]
  31. F0300    If you don't want the lines to be justified and line filled,
  32. L0310do not enclose them in brackets.  The lines will be printed exactly as
  33. O0320entered.  You can use tabs just like on a typewriter, but the text should
  34. P0330not be enclosed in brackets.  If you use tabs within brackets, blanks will
  35. J0340be added to justify the line and the columns formed by the tabs will
  36. N0350be lost.  The tab character will echo as an @ sign during data entry and
  37. H0360listing.  The tabs will be expanded during the print command only.
  38. 0370    col a    col 2    col 3    col 4
  39. 0380    ABC    DEF    GHI    JKL
  40. 0390     12      3    456      7
  41. 0400    123     45      1    123
  42. 0410 
  43. L0420[Paragraphs may be indented from the rest of the text by preceding the
  44. F0430lines to be indented with a right arrow and margins as follows:]
  45. 0440>10,50
  46. 0450 
  47. H0460[LINE NUMBER, RIGHT ARROW, LEFT COLUMN NUMBER, COMMA, RIGHT COLUMN
  48. O0470NUMBER, CARRIAGE RETURN -- set the left and right margins from this point
  49. H0480on.  The right margin should not be greater than the line length.]
  50.     0490>15
  51. 0500 
  52. G0510[LINE NUMBER, RIGHT ARROW, LEFT COLUMN NUMBER, CARRIAGE RETURN --
  53. I0520set the left margin only and leave the right margin set to the line
  54. 0530length.]
  55. 0540>,55
  56. 0550 
  57. O0560[LINE NUMBER, RIGHT ARROW, COMMA, RIGHT COLUMN NUMBER, CARRIAGE RETURN --
  58. F0570set the right margin and leave the left margin set to column 1.]
  59. 0580>
  60. 0590 
  61. N0600[LINE NUMBER, RIGHT ARROW, CARRIAGE RETURN -- reset the margins back to 
  62. ?0610their original position of column 1 and the line length.]
  63.     0620\16
  64. 0630J) &UNDERLINING&
  65. E0640[You can indicate to SECRETARY to underline a word by preceding
  66. 50650and following the word or phrase with a & sign.
  67. (0660It will not underline a blank.  If
  68. E0670you want to use the & in your text, just be sure it is preceded
  69. L0680and followed by a blank.  When a nonblank character is found following
  70. =0690a & sign, the underline switch is turned on so that all
  71. ?0700nonblank characters are underlined.  When it encounters a
  72. =0710 & sign followed by a blank, it turns off the underline
  73. A0720switch so that the following characters are not underlined.
  74. ?0730If the & is at the end of a line and followed by a period
  75. =0740or comma, the underline switch will still be turned on.
  76. ;0750If you want a & to print, be sure it is not the first
  77. A0760character on a line since the preceding character would not
  78. >0770be a blank but rather a line number.  Underlining occurs
  79. 50780only during the execution of the PRINT command.
  80. 80790Be sure that your printer has both a backspace and
  81. 80800an underscore character (ASR 33 terminals do not).
  82. 30810The print head must be able to back up also.]
  83. Q0820    [This next line will force the tEMP
  84.     LDA    AUTO
  85.     ORA    A
  86.     JZ    BACKN
  87.     CALL    LNGEN
  88.     MVI    C,6
  89.     LXI    D,TBUF+4
  90.     JMP    INPUT
  91. RESTR    LXI    H,IBUF
  92. RESCN    LXI    D,TBUF
  93.     XRA    A
  94.