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

  1. 1000#space 1
  2. 1010#line 71
  3. 1020#OFFSET 4
  4. 91030#COMMENT THE MARGIN CMND DOES THE SAME THING AS THE
  5. *1040#COMMENT LINE AND OFFSET CMNDS ABOVE
  6. 1050#MARGIN 5,70
  7. 1060#JUST ON
  8.  1070#TITLE  Demonstration file
  9. 1080#TABSET 10,20,30,40,50
  10. 1090#PAGE 66,54,7
  11. 41100#COMMENT THE ABOVE PAGE SIZE IS DEFAULT ANYWAY
  12. 1110#PNUM 10
  13.  
  14. 1120#NULL 0
  15. 1130<&SAMPLE TEXT FILE&
  16. 1140 
  17. 1150 
  18. 31160    [This file shows the features of the word
  19. <1170processor.  It is designed to show all of the features
  20. ;1180yet fit in the minimum amount of memory.  Notice that
  21. A1190these lines are enclosed in brackets.  This is because they
  22. 1200will be justified later.]
  23. E1210    [The title above on line 1130 was preceded by a left arrow.
  24. L1220This caused the title to be centered.  The text can be &underlined& by
  25. K1230preceding and following the text with an & as was done on the title.]
  26. 1240\4
  27. N1250    [The above backslash followed by a number would have caused the page
  28. K1260to eject if these next 4 lines would not fit on the page.  Since they
  29. L1270will fit on the same page, the eject will be ignored.  To force a page
  30. L1280eject, enter the backslash followed immediately by a carriage return.]
  31. F1290    If you don't want the lines to be justified and line filled,
  32. L1300do not enclose them in brackets.  The lines will be printed exactly as
  33. O1310entered.  You can use tabs just like on a typewriter, but the text should
  34. P1320not be enclosed in brackets.  If you use tabs within brackets, blanks will
  35. J1330be added to justify the line and the columns formed by the tabs will
  36. N1340be lost.  The tab character will echo as an @ sign during data entry and
  37. H1350listing.  The tabs will be expanded during the print command only.
  38. 1360    col a    col 2    col 3    col 4
  39. 1370    ABC    DEF    GHI    JKL
  40. 1380     12      3    456      7
  41. 1390    123     45      1    123
  42. 1400 
  43. L1420[Paragraphs may be indented from the rest of the text by preceding the
  44. F1430lines to be indented with a right arrow and margins as follows:]
  45. 1440>10,50
  46. 1450 
  47. H1460[LINE NUMBER, RIGHT ARROW, LEFT COLUMN NUMBER, COMMA, RIGHT COLUMN
  48. O1470NUMBER, CARRIAGE RETURN -- set the left and right margins from this point
  49. H1480on.  The right margin should not be greater than the line length.]
  50.     1490>15
  51. 1500 
  52. G1510[LINE NUMBER, RIGHT ARROW, LEFT COLUMN NUMBER, CARRIAGE RETURN --
  53. I1520set the left margin only and leave the right margin set to the line
  54. 1530length.]
  55. 1540>,55
  56. 1550 
  57. O1560[LINE NUMBER, RIGHT ARROW, COMMA, RIGHT COLUMN NUMBER, CARRIAGE RETURN --
  58. F1570set the right margin and leave the left margin set to column 1.]
  59. 1580>
  60. 1590 
  61. N1600[LINE NUMBER, RIGHT ARROW, CARRIAGE RETURN -- reset the margins back to 
  62. ?1610their original position of column 1 and the line length.]
  63.     1620\16
  64. 1630J) &UNDERLINING&
  65. E1640[You can indicate to SECRETARY to underline a word by preceding
  66. 51650and following the word or phrase with a & sign.
  67. (1660It will not underline a blank.  If
  68. E1670you want to use the & in your text, just be sure it is preceded
  69. L1680and followed by a blank.  When a nonblank character is found following
  70. =1690a & sign, the underline switch is turned on so that all
  71. ?1700nonblank characters are underlined.  When it encounters a
  72. =1710 & sign followed by a blank, it turns off the underline
  73. A1720switch so that the following characters are not underlined.
  74. ?1730If the & is at the end of a line and followed by a period
  75. =1740or comma, the underline switch will still be turned on.
  76. ;1750If you want a & to print, be sure it is not the first
  77. A1760character on a line since the preceding character would not
  78. >1770be a blank but rather a line number.  Underlining occurs
  79. 51780only during the execution of the PRINT command.
  80. 81790Be sure that your printer has both a backspace and
  81. 81800an underscore character (ASR 33 terminals do not).
  82. 31801The print head must be able to back up also.]
  83. Q2000    [This next line will force the text to begin on the top of a new page.]
  84. 2010\
  85. 22020This should be the first line on a new page.
  86.