home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / OUT18.ZIP / OUTLINE.DOC < prev    next >
Encoding:
Text File  |  1986-06-18  |  50.6 KB  |  1,059 lines

  1. C:\SHS\PROJ\OUTLINE\OUTLINE.OLF                                    Contents 1
  2.  
  3.  Document Outline Processor:  Outline v1.5. . . . . . . . . . . . . . . .   1
  4.      1. Overview. . . . . . . . . . . . . . . . . . . . . . . . . . . . .   1
  5.  
  6.      2. How to enter an outline . . . . . . . . . . . . . . . . . . . . .   2
  7.          2.1 Enter the first section. . . . . . . . . . . . . . . . . . .   2
  8.  
  9.          2.2 Enter the subsections. . . . . . . . . . . . . . . . . . . .   2
  10.  
  11.          2.3 Go back to the top . . . . . . . . . . . . . . . . . . . . .   2
  12.  
  13.  
  14.      3. How to print out the outline. . . . . . . . . . . . . . . . . . .   3
  15.          3.1 Print full deails. . . . . . . . . . . . . . . . . . . . . .   3
  16.  
  17.          3.2 Print outline of document. . . . . . . . . . . . . . . . . .   3
  18.  
  19.          3.3 Print a table of contents. . . . . . . . . . . . . . . . . .   3
  20.  
  21.          3.4 Print a section tree . . . . . . . . . . . . . . . . . . . .   3
  22.  
  23.          3.5 Print a keyword index. . . . . . . . . . . . . . . . . . . .   3
  24.  
  25.  
  26.      4. How to move things around . . . . . . . . . . . . . . . . . . . .   4
  27.          4.1 Mark the sub-section you want to move or copy. . . . . . . .   4
  28.  
  29.          4.2 Put the cursor where you want it to go . . . . . . . . . . .   4
  30.  
  31.          4.3 And move it. . . . . . . . . . . . . . . . . . . . . . . . .   4
  32.  
  33.          4.4 To delete sub-sections . . . . . . . . . . . . . . . . . . .   4
  34.  
  35.          4.5 Oops...  Un-delete!. . . . . . . . . . . . . . . . . . . . .   5
  36.  
  37.          4.6 To move a section from one outline to another. . . . . . . .   5
  38.  
  39.  
  40.      5. Summary of special keys . . . . . . . . . . . . . . . . . . . . .   6
  41.          5.1 Keys for moving around . . . . . . . . . . . . . . . . . . .   6
  42.  
  43.          5.2 Keys for editing lines of text . . . . . . . . . . . . . . .   6
  44.  
  45.          5.3 Keys for special services. . . . . . . . . . . . . . . . . .   6
  46.  
  47.  
  48.      6. How to include outside files. . . . . . . . . . . . . . . . . . .   7
  49.          6.1 How to include text files. . . . . . . . . . . . . . . . . .   7
  50.              Example. . . . . . . . . . . . . . . . . . . . . . . . . . .   7
  51.  
  52.  
  53.          6.2 How to include graphics files. . . . . . . . . . . . . . . .   8
  54.              Example. . . . . . . . . . . . . . . . . . . . . . . . . . .   8
  55.  
  56.              Graphic file format. . . . . . . . . . . . . . . . . . . . .   8
  57.  
  58.  
  59.  
  60. Document Outline Processor:  Outline v1.5                          Contents 2
  61.  
  62.      7. Program release history . . . . . . . . . . . . . . . . . . . . .   9
  63.          7.1 Version 1.0, 11-Jan-86 . . . . . . . . . . . . . . . . . . .   9
  64.  
  65.          7.2 Version 1.1, 12-Jan-86 . . . . . . . . . . . . . . . . . . .   9
  66.  
  67.          7.3 Version 1.2, 16-Jan-86 . . . . . . . . . . . . . . . . . . .  10
  68.              7.3.1 Function key changes . . . . . . . . . . . . . . . . .  10
  69.  
  70.              7.3.2 Startup option file. . . . . . . . . . . . . . . . . .  10
  71.  
  72.              7.3.3 Using outline to make estimates. . . . . . . . . . . .  10
  73.  
  74.  
  75.          7.4 Version 1.3, 20-Jan-86 . . . . . . . . . . . . . . . . . . .  10
  76.  
  77.          7.5 Version 1.4, 21-Mar-86 . . . . . . . . . . . . . . . . . . .  11
  78.  
  79.          7.6 Version 1.5, 01-May-86 . . . . . . . . . . . . . . . . . . .  11
  80.  
  81.  
  82.  
  83.  
  84.  
  85. C:\SHS\PROJ\OUTLINE\OUTLINE.OLF                                        Page 1
  86.  
  87.  
  88.  Document Outline Processor:  Outline v1.5
  89.  ─────────────────────────────────────────
  90.  
  91.      Outline is a documentation tool that will let you create and modify 
  92.      documents in a "tree" structured way. You can use it like a word 
  93.      processor that has the powerful ability to manipulate whole sections as 
  94.      single lines in a higher level outline. 
  95.  
  96.      This program may be freely copied, provided it is never sold or 
  97.      otherwise used for profit. 
  98.  
  99.      Written by Samuel H. Smith, 21-Jan-86 
  100.  
  101.      1. Overview
  102.      ───────────
  103.  
  104.          Outline deals with "sections" in a document. Each section has a 
  105.          title, a 10 line description, and as many as 10 sub-sections. Each 
  106.          sub-section is itself a section, so a document can be nested as 
  107.          deeply as you want. If you move a section from one place to 
  108.          another, all of the sub-sections will be moved with it! 
  109.  
  110. Document Outline Processor:  Outline v1.5                              Page 2
  111.  
  112.  
  113.      2. How to enter an outline
  114.      ──────────────────────────
  115.  
  116.          You enter your outline one section at a time. You fill in the 
  117.          details for that section and then go down into the subsections. 
  118.  
  119.          2.1 Enter the first section
  120.          ───────────────────────────
  121.  
  122.              Type in the title for the first section. The you can fill in 
  123.              the optional text lines. These lines will always go with the 
  124.              title of this section. Next, list the titles of all of the 
  125.              subsections that give details for this section. Don't worry 
  126.              about getting it perfect; you can come back later. 
  127.  
  128.              When printed, the text lines will be reformatted to fit within 
  129.              the printer margins. Use blank lines (with a single space) to 
  130.              force paragraph breaks on the printout. 
  131.  
  132.  
  133.          2.2 Enter the subsections
  134.          ─────────────────────────
  135.  
  136.              Now that you have the section filled in, you will want to put 
  137.              in more details for some of the subordinate sections. You do 
  138.              this by putting the cursor on the title of the subsection you 
  139.              want to work on. Then press the PgDn key to go "down" into this 
  140.              subordinate sections screen. Press PgUp to go back up. 
  141.  
  142.  
  143.          2.3 Go back to the top
  144.          ──────────────────────
  145.  
  146.              Once you have worked your way down to the lowest section of the 
  147.              outline, just press PgUp to go back up. This works one section 
  148.              at a time. You can go up and down by pressing PgUp and PgDn. 
  149.  
  150.  
  151. Document Outline Processor:  Outline v1.5                              Page 3
  152.  
  153.  
  154.      3. How to print out the outline
  155.      ───────────────────────────────
  156.  
  157.          Outlines can be printed in several formats. When you press the F4 
  158.          key, you will be given a menu of print formats. Each print format 
  159.          is a different way of viewing your outline. 
  160.  
  161.          3.1 Print full deails
  162.          ─────────────────────
  163.  
  164.              This print format will include all detail from your outline. It 
  165.              will be formatted into sections, and page numbers will be 
  166.              assigned. This is the only format that processes include files. 
  167.              You need to run a printout in full detail format to assign page 
  168.              numbers, if you plan to run other formats that use them. If no 
  169.              detail printout is desired, it can be printed to the "NUL" 
  170.              file. 
  171.  
  172.          3.2 Print outline of document
  173.  
  174.          3.3 Print a table of contents
  175.  
  176.          3.4 Print a section tree
  177.  
  178.          3.5 Print a keyword index
  179.  
  180.  
  181. Document Outline Processor:  Outline v1.5                              Page 4
  182.  
  183.  
  184.      4. How to move things around
  185.      ────────────────────────────
  186.  
  187.          One of the most powerful features of an outline processor like 
  188.          OUTLINE, is the ability to move things around by just moving the 
  189.          titles. If you move the title of a section, all of the sub- 
  190.          ordinate sections will automatically be moved along with it. You 
  191.          can also copy and delete sections in this way. 
  192.  
  193.          4.1 Mark the sub-section you want to move or copy
  194.          ─────────────────────────────────────────────────
  195.  
  196.              The first step in doing a copy, is to locate the subsection 
  197.              that you want to work with. Put the cursor on the subsection 
  198.              title line and press F6. The word "<mark>" will appear to 
  199.              remind you that the line is ready to be moved or copied. 
  200.  
  201.  
  202.          4.2 Put the cursor where you want it to go
  203.          ──────────────────────────────────────────
  204.  
  205.              The next step is to move your cursor to the subsection title 
  206.              line where you want to move TO. This can be in ANY section 
  207.              except a subsection of the section you want to move!!! 
  208.  
  209.              To protect you from moving a section to within itself, Outline 
  210.              will not let you go down (PgDn) into a marked section. If a 
  211.              section were to be moved (or copied) within itself, you would 
  212.              get an infinite self-reference! 
  213.  
  214.  
  215.          4.3 And move it
  216.          ───────────────
  217.  
  218.              To move the marked section to where you are, just press F7. The 
  219.              subsection where your cursor WAS will be pushed down to make 
  220.              room. Copy works the same way with F8, but the original marked 
  221.              title is left alone. 
  222.  
  223.  
  224.          4.4 To delete sub-sections
  225.          ──────────────────────────
  226.  
  227.              You can delete an entire section and all of the subsections in 
  228.              it. You do this by putting the cursor on the subsection title 
  229.              line and pressing the F9 key. The deleted section is kept in a 
  230.              special holding area, where it can be retrieved by the F2 
  231.              (undelete) key. 
  232.  
  233. Document Outline Processor:  Outline v1.5                              Page 5
  234.  
  235.  
  236.          4.5 Oops...  Un-delete!
  237.          ───────────────────────
  238.  
  239.              If you delete a section and change your mind, you can Un-delete 
  240.              it with the F9 key. This will undelete, putting the recovered 
  241.              section in front of the sub-section under the cursor. Note that 
  242.              you can only un-delete the most recently deleted section. 
  243.  
  244.  
  245.          4.6 To move a section from one outline to another
  246.          ─────────────────────────────────────────────────
  247.  
  248.              You can use the delete/undelete feature to move a section from 
  249.              one outline to another. Just delete the section from the 
  250.              original outline, retrieve a different outline, and do an 
  251.              un-delete. Un-delete will insert the section into the new 
  252.              outline. 
  253.  
  254.  
  255. Document Outline Processor:  Outline v1.5                              Page 6
  256.  
  257.  
  258.      5. Summary of special keys
  259.      ──────────────────────────
  260.  
  261.          Outline uses a number of special keys. These keys are used for 
  262.          moving around, editing lines of text, and for getting special 
  263.          services. 
  264.  
  265.          5.1 Keys for moving around
  266.          ──────────────────────────
  267.  
  268.              The four arrow keys can be used to move the cursor around on 
  269.              the screen. The END key moves to the end of line. The HOME key 
  270.              moves to the start of a line. The TAB key moves four spaces at 
  271.              a time. The PgUp and PgDn keys let you move up and down the 
  272.              levels of your outline. The ENTER key takes you to the next 
  273.              line down. 
  274.  
  275.  
  276.          5.2 Keys for editing lines of text
  277.          ──────────────────────────────────
  278.  
  279.              The BACKSPACE key moves back and deletes one character. The 
  280.              DELETE key deletes the character under the cursor. The INSERT 
  281.              key will insert a space under the cursor. Text that you enter 
  282.              will overtype the line on the screen. The CTRL-X key will blank 
  283.              out the current line. 
  284.  
  285.  
  286.          5.3 Keys for special services
  287.          ─────────────────────────────
  288.  
  289.              The F1 key will give you a help screen that summarizes the keys 
  290.              that are available. The ESC key generally takes you "out" of 
  291.              whatever you are into (the PgUp key also does this). The other 
  292.              numbered function keys allow you to MARK(F6), MOVE(F7), 
  293.              COPY(F8) and DELETE(F9) whole sections of your outline. You can 
  294.              save your work at any time with the SAVE(F3) key. Do this 
  295.              often! If you mess up, you can undo a delete with UNDELETE(F2). 
  296.              The ESTIMATE(F10) key will allow you to assign an estimate (in 
  297.              hours, days, etc.) to the current subsection. 
  298.  
  299.  
  300. Document Outline Processor:  Outline v1.5                              Page 7
  301.  
  302.  
  303.      6. How to include outside files
  304.      ───────────────────────────────
  305.  
  306.  
  307.          6.1 How to include text files
  308.          ─────────────────────────────
  309.  
  310.              Outline will allow you to include the contents of an outside 
  311.              text file within the description part of a section. All you 
  312.              have to do is put in a line with the form: @FILENAME where 
  313.              FILENAME is any legal DOS path or file name. When printing the 
  314.              detail of this document, outline will read in this file and put 
  315.              it in context with the proper indentation. Note that this 
  316.              special line must not have any leading or imbedded spaces. 
  317.  
  318.              Example
  319.              ───────
  320.  
  321.                  Here is an example of an included file: 
  322.                  
  323.                  149k or 42.09% free, out of 354k total disk space
  324.                  Total of 205k used by 12 files in *.*
  325.                  
  326.                   getfiles.inc   4k  12-Jan-86 1310      outline.pas    4k  12-Jan-86 1828     
  327.                   makelib.bat    1k  12-Jan-86 1646      outline.prn   14k  12-Jan-86 1852     
  328.                   outedit.inc   13k  12-Jan-86 1637      outln11.lbr   38k  12-Jan-86 1649     
  329.                   outfiles.inc  19k  12-Jan-86 1845      outmisc.inc   12k  12-Jan-86 1831     
  330.                   outline.com   26k  12-Jan-86 1846      regpack.inc    1k  12-Jan-86  709     
  331.                   outline.lbr   63k  12-Jan-86 1647     
  332.                   outline.olf   10k  12-Jan-86 1852     
  333.  
  334.  
  335. Document Outline Processor:  Outline v1.5                              Page 8
  336.  
  337.  
  338.          6.2 How to include graphics files
  339.          ─────────────────────────────────
  340.  
  341.              Outline will allow you to include the contents of an outside 
  342.              graphics file within the description part of a section. All you 
  343.              have to do is put in a line with the form: &FILENAME where 
  344.              FILENAME is any legal DOS path or file name. When printing the 
  345.              detail of this document, outline will read in this file and 
  346.              format it for a graphic (IBM compatible) printer. Note that 
  347.              this special line must not have any leading or imbedded spaces. 
  348.  
  349.              Example
  350.              ───────
  351.  
  352. *** Graphics Include file not found: &EXAMPLE.GRA
  353.                  Here is an example of an included file: 
  354.  
  355.  
  356.              Graphic file format
  357.              ───────────────────
  358.  
  359.                  The graphic files are required to be in a special format. 
  360.                  This format is a sirect "binary" image of 16k of memory, 
  361.                  starting at B800:0000. 
  362.  
  363.  
  364.  
  365. Document Outline Processor:  Outline v1.5                              Page 9
  366.  
  367.  
  368.      7. Program release history
  369.      ──────────────────────────
  370.  
  371.  
  372.          7.1 Version 1.0, 11-Jan-86
  373.          ──────────────────────────
  374.  
  375.              This was the initial release to the public domain. This first 
  376.              version had most of the basic features, but with a primitive 
  377.              user interface. 
  378.  
  379.  
  380.          7.2 Version 1.1, 12-Jan-86
  381.          ──────────────────────────
  382.  
  383.              This release added nicer looking screens and faster displays in 
  384.              the outline editor. The parent-section is displayed in the 
  385.              outline editor. The file save/load/print procedures now give a 
  386.              directory of files and allow you to pick from the directory. 
  387.              You can include the contents of an outside text file into the 
  388.              text of a section. The print-detail report now reformats text 
  389.              so that the right margin is not effected by indentation. 
  390.  
  391. Document Outline Processor:  Outline v1.5                              Page 10
  392.  
  393.  
  394.          7.3 Version 1.2, 16-Jan-86
  395.          ──────────────────────────
  396.  
  397.              This release changes the function keys so that the editor keys 
  398.              are much the same as the main menu keys. A startup option file 
  399.              has been added. An outline estimate feature has been added. 
  400.  
  401.              7.3.1 Function key changes
  402.              ──────────────────────────
  403.  
  404.                  The function keys in the outline editor were changed so 
  405.                  that they would more closely match the main menu. 
  406.                  F2=load/undelete, F3=save, F4=summary, F5=detail. 
  407.  
  408.  
  409.              7.3.2 Startup option file
  410.              ─────────────────────────
  411.  
  412.                  The file OUTLINE.OPT must be in the default drive when 
  413.                  outline is started. This file controls the way outline 
  414.                  formats reports and how it initializes the video mode. 
  415.  
  416.                  Example contents of outline.opt: 
  417.  
  418.                  {options for OUTLINE v1.2}
  419.                  60    {max number of lines to print on a page}
  420.                  20    {min number of lines on a page}
  421.                  4     {spaces of indentation for each level of nesting}
  422.                  77    {right margin for reformatted print file outputs}
  423.                  -     {character used to underline section titles}
  424.                  1     {should paragraphs of text be reformatted?  1=yes, 0=no}
  425.                  1     {should output be divided into pages?  1=yes, 0=no}
  426.                  2     {text mode code:  2=bw80, 3=c80}
  427.  
  428.  
  429.              7.3.3 Using outline to make estimates
  430.              ─────────────────────────────────────
  431.  
  432.                  The F10 key will now assign an "estimate" to the current 
  433.                  subsection. If used, the estimate for a section will 
  434.                  automatically become the sum of all subsection estimates. 
  435.                  This allows you to make estimates (in days, hours, etc.) 
  436.                  for your lowest level details, and outline will add them 
  437.                  all up for you. 
  438.  
  439.  
  440.  
  441.          7.4 Version 1.3, 20-Jan-86
  442.          ──────────────────────────
  443.  
  444.              Added search paths for option file (outline.opt) and any 
  445.              outline file that is being loaded. Fixed bug handling "0" 
  446.              estimates at top level. Changed printout estimate format to 
  447.              match the screen format. Moved printout procedures to a 
  448.              seperate include file. Fixed a bug in text reformat that caused 
  449.              some lines to be truncated. 
  450.  
  451. Document Outline Processor:  Outline v1.5                              Page 11
  452.  
  453.  
  454.          7.5 Version 1.4, 21-Mar-86
  455.          ──────────────────────────
  456.  
  457.              Made print file handlers remove underlining and extra blank 
  458.              lines when no subsections are present. Removed summary from 
  459.              beginning of detail printout. Added graphic picture include 
  460.              files. Changed printing directory to list only *.SUM,*.PRN. 
  461.              Added page numbers to printout and display. Changed "summary" 
  462.              format into a "table of contents" format. 
  463.  
  464.  
  465.          7.6 Version 1.5, 01-May-86
  466.          ──────────────────────────
  467.  
  468.              Added "tree" format printout. Added "keyword index" format 
  469.              printout. Added checks to see if the current document has been 
  470.              saved or not. Fixed some bugs related to moving sections 
  471.              around. 
  472.  
  473.  
  474.  
  475.  
  476.  
  477.                                          
  478.                                           ┌─1. Overview
  479.                                           │                           
  480.                                           │                            ┌─2.1 Enter the first section
  481.                                           ├─2. How to enter an outline─┼─2.2 Enter the subsections
  482.                                           │                            └─2.3 Go back to the top
  483.                                           │                                
  484.                                           │                                 ┌─3.1 Print full deails
  485.                                           │                                 ├─3.2 Print outline of document
  486.                                           ├─3. How to print out the outline─┼─3.3 Print a table of contents
  487.                                           │                                 ├─3.4 Print a section tree
  488.                                           │                                 └─3.5 Print a keyword index
  489.                                           │                             
  490.                                           │                              ┌─4.1 Mark the sub-section you want to move or copy
  491.                                           │                              ├─4.2 Put the cursor where you want it to go
  492. Document Outline Processor:  Outline v1.5─┼─4. How to move things around─┼─4.3 And move it
  493.                                           │                              ├─4.4 To delete sub-sections
  494.                                           │                              ├─4.5 Oops...  Un-delete!
  495.                                           │                              └─4.6 To move a section from one outline to another
  496.                                           │                           
  497.                                           │                            ┌─5.1 Keys for moving around
  498.                                           ├─5. Summary of special keys─┼─5.2 Keys for editing lines of text
  499.                                           │                            └─5.3 Keys for special services
  500.                                           ├─6. How to include outside files─┬─6.1 How to include text files───Example
  501.                                           │                                 └─6.2 How to include graphics files─┬─Example
  502.                                           │                                                                     └─Graphic file format
  503.                                           │                           
  504.                                           │                            ┌─7.1 Version 1.0, 11-Jan-86
  505.                                           │                            ├─7.2 Version 1.1, 12-Jan-86
  506.                                           │                            │                           
  507.                                           │                            │                            ┌─7.3.1 Function key changes
  508.                                           └─7. Program release history─┼─7.3 Version 1.2, 16-Jan-86─┼─7.3.2 Startup option file
  509.                                                                        │                            └─7.3.3 Using outline to make estimates
  510.                                                                        ├─7.4 Version 1.3, 20-Jan-86
  511.                                                                        ├─7.5 Version 1.4, 21-Mar-86
  512.                                                                        └─7.6 Version 1.5, 01-May-86
  513.  
  514.  
  515. C:\SHS\PROJ\OUTLINE\OUTLINE.OLF                                       Index 1
  516.  
  517.  
  518. 1
  519.    1. Overview. . . . . . . . . . . . . . . . . . . . 1
  520.    16k. . . . . . . . . . . . . . . . . . . . . . . . 8
  521.  
  522. 2
  523.    2. How to enter an outline . . . . . . . . . . . . 2
  524.    2.1 Enter the first section. . . . . . . . . . . . 2
  525.    2.2 Enter the subsections. . . . . . . . . . . . . 2
  526.    2.3 Go back to the top . . . . . . . . . . . . . . 2
  527.  
  528. 3
  529.    3. How to print out the outline. . . . . . . . . . 3
  530.    3.1 Print full deails. . . . . . . . . . . . . . . 3
  531.    3.2 Print outline of document. . . . . . . . . . . 3
  532.    3.3 Print a table of contents. . . . . . . . . . . 3
  533.    3.4 Print a section tree . . . . . . . . . . . . . 3
  534.    3.5 Print a keyword index. . . . . . . . . . . . . 3
  535.  
  536. 4
  537.    4. How to move things around . . . . . . . . . . . 4
  538.    4.1 Mark the sub-section you want to move or . . . 4
  539.    4.2 Put the cursor where you want it to go . . . . 4
  540.    4.3 And move it. . . . . . . . . . . . . . . . . . 4
  541.    4.4 To delete sub-sections . . . . . . . . . . . . 4
  542.    4.5 Oops...  Un-delete!. . . . . . . . . . . . . . 5
  543.    4.6 To move a section from one outline to ano. . . 5
  544.  
  545. 5
  546.    5. Summary of special keys . . . . . . . . . . . . 6
  547.    5.1 Keys for moving around . . . . . . . . . . . . 6
  548.    5.2 Keys for editing lines of text . . . . . . . . 6
  549.    5.3 Keys for special services. . . . . . . . . . . 6
  550.  
  551. 6
  552.    6. How to include outside files. . . . . . . . . . 7
  553.    6.1 How to include text files. . . . . . . . . . . 7
  554.    6.2 How to include graphics files. . . . . . . . . 8
  555.  
  556. 7
  557.    7. Program release history . . . . . . . . . . . . 9
  558.    7.1 Version 1.0, 11-Jan-86 . . . . . . . . . . . . 9
  559.    7.2 Version 1.1, 12-Jan-86 . . . . . . . . . . . . 9
  560.    7.3 Version 1.2, 16-Jan-86 . . . . . . . . . . . . 10
  561.    7.3.1 Function key changes . . . . . . . . . . . . 10
  562.    7.3.2 Startup option file. . . . . . . . . . . . . 10
  563.    7.3.3 Using outline to make estimates. . . . . . . 10
  564.    7.4 Version 1.3, 20-Jan-86 . . . . . . . . . . . . 10
  565.    7.5 Version 1.4, 21-Mar-86 . . . . . . . . . . . . 11
  566.    7.6 Version 1.5, 01-May-86 . . . . . . . . . . . . 11
  567.  
  568. A
  569.    ANY. . . . . . . . . . . . . . . . . . . . . . . . 4
  570.    Ability. . . . . . . . . . . . . . . . . . . . . . 1, 4
  571.    About. . . . . . . . . . . . . . . . . . . . . . . 2
  572. Document Outline Processor:  Outline v1.5                             Index 2
  573.  
  574.    Add. . . . . . . . . . . . . . . . . . . . . . . . 10
  575.    Added. . . . . . . . . . . . . . . . . . . . . . . 9-11
  576.    All. . . . . . . . . . . . . . . . . . . . . . . . 1-4, 7-8, 10
  577.    Allow. . . . . . . . . . . . . . . . . . . . . . . 6-9
  578.    Allows . . . . . . . . . . . . . . . . . . . . . . 10
  579.    Alone. . . . . . . . . . . . . . . . . . . . . . . 4
  580.    Along. . . . . . . . . . . . . . . . . . . . . . . 4
  581.    Also . . . . . . . . . . . . . . . . . . . . . . . 4, 6
  582.    Always . . . . . . . . . . . . . . . . . . . . . . 2
  583.    An . . . . . . . . . . . . . . . . . . . . . . . . 2, 4-10
  584.    And. . . . . . . . . . . . . . . . . . . . . . . . 1-11
  585.    Another. . . . . . . . . . . . . . . . . . . . . . 1, 5
  586.    Any. . . . . . . . . . . . . . . . . . . . . . . . 6-8, 10
  587.    Appear . . . . . . . . . . . . . . . . . . . . . . 4
  588.    Are. . . . . . . . . . . . . . . . . . . . . . . . 4, 6, 8, 10-11
  589.    Area . . . . . . . . . . . . . . . . . . . . . . . 4
  590.    Around . . . . . . . . . . . . . . . . . . . . . . 4, 6, 11
  591.    Arrow. . . . . . . . . . . . . . . . . . . . . . . 6
  592.    As . . . . . . . . . . . . . . . . . . . . . . . . 1, 10
  593.    Assign . . . . . . . . . . . . . . . . . . . . . . 3, 6, 10
  594.    Assigned . . . . . . . . . . . . . . . . . . . . . 3
  595.    At . . . . . . . . . . . . . . . . . . . . . . . . 2, 6, 8, 10
  596.    Automatically. . . . . . . . . . . . . . . . . . . 4, 10
  597.    Available. . . . . . . . . . . . . . . . . . . . . 6
  598.  
  599. B
  600.    B800 . . . . . . . . . . . . . . . . . . . . . . . 8
  601.    BACKSPACE. . . . . . . . . . . . . . . . . . . . . 6
  602.    Back . . . . . . . . . . . . . . . . . . . . . . . 2, 6
  603.    Basic. . . . . . . . . . . . . . . . . . . . . . . 9
  604.    Be . . . . . . . . . . . . . . . . . . . . . . . . 1-4, 6, 8, 10
  605.    Become . . . . . . . . . . . . . . . . . . . . . . 10
  606.    Been . . . . . . . . . . . . . . . . . . . . . . . 10-11
  607.    Beginning. . . . . . . . . . . . . . . . . . . . . 11
  608.    Being. . . . . . . . . . . . . . . . . . . . . . . 10
  609.    Binary . . . . . . . . . . . . . . . . . . . . . . 8
  610.    Blank. . . . . . . . . . . . . . . . . . . . . . . 2, 6, 11
  611.    Breaks . . . . . . . . . . . . . . . . . . . . . . 2
  612.    Bug. . . . . . . . . . . . . . . . . . . . . . . . 10
  613.    Bugs . . . . . . . . . . . . . . . . . . . . . . . 11
  614.    But. . . . . . . . . . . . . . . . . . . . . . . . 4, 9
  615.    By . . . . . . . . . . . . . . . . . . . . . . . . 1-2, 4, 9
  616.  
  617. C
  618.    COPY . . . . . . . . . . . . . . . . . . . . . . . 6
  619.    CTRL-X . . . . . . . . . . . . . . . . . . . . . . 6
  620.    Can. . . . . . . . . . . . . . . . . . . . . . . . 1-6, 9
  621.    Caused . . . . . . . . . . . . . . . . . . . . . . 10
  622.    Change . . . . . . . . . . . . . . . . . . . . . . 5
  623.    Changed. . . . . . . . . . . . . . . . . . . . . . 10-11
  624.    Changes. . . . . . . . . . . . . . . . . . . . . . 10
  625.    Character. . . . . . . . . . . . . . . . . . . . . 6
  626.    Checks . . . . . . . . . . . . . . . . . . . . . . 11
  627.    Closely. . . . . . . . . . . . . . . . . . . . . . 10
  628.    Come . . . . . . . . . . . . . . . . . . . . . . . 2
  629. Document Outline Processor:  Outline v1.5                             Index 3
  630.  
  631.    Compatible . . . . . . . . . . . . . . . . . . . . 8
  632.    Contents . . . . . . . . . . . . . . . . . . . . . 3, 7-11
  633.    Context. . . . . . . . . . . . . . . . . . . . . . 7
  634.    Controls . . . . . . . . . . . . . . . . . . . . . 10
  635.    Copied . . . . . . . . . . . . . . . . . . . . . . 1, 4
  636.    Copy . . . . . . . . . . . . . . . . . . . . . . . 4
  637.    Create . . . . . . . . . . . . . . . . . . . . . . 1
  638.    Current. . . . . . . . . . . . . . . . . . . . . . 6, 10-11
  639.    Cursor . . . . . . . . . . . . . . . . . . . . . . 2, 4-6
  640.  
  641. D
  642.    DELETE . . . . . . . . . . . . . . . . . . . . . . 6
  643.    DOS. . . . . . . . . . . . . . . . . . . . . . . . 7-8
  644.    Days . . . . . . . . . . . . . . . . . . . . . . . 6, 10
  645.    Deails . . . . . . . . . . . . . . . . . . . . . . 3
  646.    Deals. . . . . . . . . . . . . . . . . . . . . . . 1
  647.    Deeply . . . . . . . . . . . . . . . . . . . . . . 1
  648.    Default. . . . . . . . . . . . . . . . . . . . . . 10
  649.    Delete . . . . . . . . . . . . . . . . . . . . . . 4-6
  650.    Deleted. . . . . . . . . . . . . . . . . . . . . . 4-5
  651.    Deletes. . . . . . . . . . . . . . . . . . . . . . 6
  652.    Description. . . . . . . . . . . . . . . . . . . . 1, 7-8
  653.    Desired. . . . . . . . . . . . . . . . . . . . . . 3
  654.    Detail . . . . . . . . . . . . . . . . . . . . . . 3, 7-8, 10-11
  655.    Details. . . . . . . . . . . . . . . . . . . . . . 2, 10
  656.    Different. . . . . . . . . . . . . . . . . . . . . 3, 5
  657.    Directory. . . . . . . . . . . . . . . . . . . . . 9, 11
  658.    Display. . . . . . . . . . . . . . . . . . . . . . 11
  659.    Displayed. . . . . . . . . . . . . . . . . . . . . 9
  660.    Displays . . . . . . . . . . . . . . . . . . . . . 9
  661.    Do . . . . . . . . . . . . . . . . . . . . . . . . 2, 4-8
  662.    Document . . . . . . . . . . . . . . . . . . . . . 1, 3, 7-8, 11
  663.    Document Outline Processor:  Outline v1.5. . . . . 1
  664.    Documentation. . . . . . . . . . . . . . . . . . . 1
  665.    Documents. . . . . . . . . . . . . . . . . . . . . 1
  666.    Does . . . . . . . . . . . . . . . . . . . . . . . 6
  667.    Doing. . . . . . . . . . . . . . . . . . . . . . . 4
  668.    Domain . . . . . . . . . . . . . . . . . . . . . . 9
  669.    Don't. . . . . . . . . . . . . . . . . . . . . . . 2
  670.    Down . . . . . . . . . . . . . . . . . . . . . . . 2, 4, 6
  671.    Drive. . . . . . . . . . . . . . . . . . . . . . . 10
  672.  
  673. E
  674.    END. . . . . . . . . . . . . . . . . . . . . . . . 6
  675.    ENTER. . . . . . . . . . . . . . . . . . . . . . . 6
  676.    ESC. . . . . . . . . . . . . . . . . . . . . . . . 6
  677.    ESTIMATE . . . . . . . . . . . . . . . . . . . . . 6
  678.    Each . . . . . . . . . . . . . . . . . . . . . . . 1, 3
  679.    Editing. . . . . . . . . . . . . . . . . . . . . . 6
  680.    Editor . . . . . . . . . . . . . . . . . . . . . . 9-10
  681.    Effected . . . . . . . . . . . . . . . . . . . . . 9
  682.    End. . . . . . . . . . . . . . . . . . . . . . . . 6
  683.    Enter. . . . . . . . . . . . . . . . . . . . . . . 2, 6
  684.    Entire . . . . . . . . . . . . . . . . . . . . . . 4
  685.    Estimate . . . . . . . . . . . . . . . . . . . . . 6, 10
  686. Document Outline Processor:  Outline v1.5                             Index 4
  687.  
  688.    Estimates. . . . . . . . . . . . . . . . . . . . . 10
  689.    Etc. . . . . . . . . . . . . . . . . . . . . . . . 6, 10
  690.    Example. . . . . . . . . . . . . . . . . . . . . . 7-8, 10
  691.    Except . . . . . . . . . . . . . . . . . . . . . . 4
  692.    Extra. . . . . . . . . . . . . . . . . . . . . . . 11
  693.  
  694. F
  695.    F1 . . . . . . . . . . . . . . . . . . . . . . . . 6
  696.    F10. . . . . . . . . . . . . . . . . . . . . . . . 6, 10
  697.    F2 . . . . . . . . . . . . . . . . . . . . . . . . 4, 6, 10
  698.    F3 . . . . . . . . . . . . . . . . . . . . . . . . 6, 10
  699.    F4 . . . . . . . . . . . . . . . . . . . . . . . . 3, 10
  700.    F5 . . . . . . . . . . . . . . . . . . . . . . . . 10
  701.    F6 . . . . . . . . . . . . . . . . . . . . . . . . 4, 6
  702.    F7 . . . . . . . . . . . . . . . . . . . . . . . . 4, 6
  703.    F8 . . . . . . . . . . . . . . . . . . . . . . . . 4, 6
  704.    F9 . . . . . . . . . . . . . . . . . . . . . . . . 4-6
  705.    FILENAME . . . . . . . . . . . . . . . . . . . . . 7-8
  706.    Faster . . . . . . . . . . . . . . . . . . . . . . 9
  707.    Feature. . . . . . . . . . . . . . . . . . . . . . 5, 10
  708.    Features . . . . . . . . . . . . . . . . . . . . . 4, 9
  709.    File . . . . . . . . . . . . . . . . . . . . . . . 3, 7-11
  710.    Files. . . . . . . . . . . . . . . . . . . . . . . 3, 7-9, 11
  711.    Fill . . . . . . . . . . . . . . . . . . . . . . . 2
  712.    Filled . . . . . . . . . . . . . . . . . . . . . . 2
  713.    First. . . . . . . . . . . . . . . . . . . . . . . 2, 4, 9
  714.    Fit. . . . . . . . . . . . . . . . . . . . . . . . 2
  715.    Fixed. . . . . . . . . . . . . . . . . . . . . . . 10-11
  716.    For. . . . . . . . . . . . . . . . . . . . . . . . 1-2, 6, 8, 10
  717.    Force. . . . . . . . . . . . . . . . . . . . . . . 2
  718.    Form . . . . . . . . . . . . . . . . . . . . . . . 7-8
  719.    Format . . . . . . . . . . . . . . . . . . . . . . 3, 8, 10-11
  720.    Formats. . . . . . . . . . . . . . . . . . . . . . 3, 10
  721.    Formatted. . . . . . . . . . . . . . . . . . . . . 3
  722.    Four . . . . . . . . . . . . . . . . . . . . . . . 6
  723.    Freely . . . . . . . . . . . . . . . . . . . . . . 1
  724.    From . . . . . . . . . . . . . . . . . . . . . . . 1, 3-5, 9, 11
  725.    Front. . . . . . . . . . . . . . . . . . . . . . . 5
  726.    Full . . . . . . . . . . . . . . . . . . . . . . . 3
  727.    Function . . . . . . . . . . . . . . . . . . . . . 6, 10
  728.  
  729. G
  730.    Generally. . . . . . . . . . . . . . . . . . . . . 6
  731.    Get. . . . . . . . . . . . . . . . . . . . . . . . 4
  732.    Getting. . . . . . . . . . . . . . . . . . . . . . 2, 6
  733.    Give . . . . . . . . . . . . . . . . . . . . . . . 2, 6, 9
  734.    Given. . . . . . . . . . . . . . . . . . . . . . . 3
  735.    Go . . . . . . . . . . . . . . . . . . . . . . . . 2, 4
  736.    Graphic. . . . . . . . . . . . . . . . . . . . . . 8, 11
  737.    Graphic file format. . . . . . . . . . . . . . . . 8
  738.    Graphics . . . . . . . . . . . . . . . . . . . . . 8
  739.  
  740. H
  741.    HOME . . . . . . . . . . . . . . . . . . . . . . . 6
  742.    Had. . . . . . . . . . . . . . . . . . . . . . . . 9
  743. Document Outline Processor:  Outline v1.5                             Index 5
  744.  
  745.    Handlers . . . . . . . . . . . . . . . . . . . . . 11
  746.    Handling . . . . . . . . . . . . . . . . . . . . . 10
  747.    Has. . . . . . . . . . . . . . . . . . . . . . . . 1, 10-11
  748.    Have . . . . . . . . . . . . . . . . . . . . . . . 2, 7-8
  749.    Help . . . . . . . . . . . . . . . . . . . . . . . 6
  750.    Here . . . . . . . . . . . . . . . . . . . . . . . 7-8
  751.    Higher . . . . . . . . . . . . . . . . . . . . . . 1
  752.    History. . . . . . . . . . . . . . . . . . . . . . 9
  753.    Holding. . . . . . . . . . . . . . . . . . . . . . 4
  754.    Hours. . . . . . . . . . . . . . . . . . . . . . . 6, 10
  755.    How. . . . . . . . . . . . . . . . . . . . . . . . 2-4, 7-8, 10
  756.  
  757. I
  758.    IBM. . . . . . . . . . . . . . . . . . . . . . . . 8
  759.    INSERT . . . . . . . . . . . . . . . . . . . . . . 6
  760.    If . . . . . . . . . . . . . . . . . . . . . . . . 1, 3-6, 10-11
  761.    Image. . . . . . . . . . . . . . . . . . . . . . . 8
  762.    Imbedded . . . . . . . . . . . . . . . . . . . . . 7-8
  763.    In . . . . . . . . . . . . . . . . . . . . . . . . 1-10
  764.    Include. . . . . . . . . . . . . . . . . . . . . . 3, 7-11
  765.    Included . . . . . . . . . . . . . . . . . . . . . 7-8
  766.    Indentation. . . . . . . . . . . . . . . . . . . . 7, 9
  767.    Index. . . . . . . . . . . . . . . . . . . . . . . 3, 11
  768.    Infinite . . . . . . . . . . . . . . . . . . . . . 4
  769.    Initial. . . . . . . . . . . . . . . . . . . . . . 9
  770.    Initializes. . . . . . . . . . . . . . . . . . . . 10
  771.    Insert . . . . . . . . . . . . . . . . . . . . . . 5-6
  772.    Interface. . . . . . . . . . . . . . . . . . . . . 9
  773.    Into . . . . . . . . . . . . . . . . . . . . . . . 2-6, 9, 11
  774.    Is . . . . . . . . . . . . . . . . . . . . . . . . 1, 3-4, 7-10
  775.    It . . . . . . . . . . . . . . . . . . . . . . . . 1-5, 7-8, 10
  776.    Itself . . . . . . . . . . . . . . . . . . . . . . 1, 4
  777.  
  778. J
  779.    Just . . . . . . . . . . . . . . . . . . . . . . . 2, 4-5
  780.  
  781. K
  782.    Kept . . . . . . . . . . . . . . . . . . . . . . . 4
  783.    Key. . . . . . . . . . . . . . . . . . . . . . . . 2-6, 10
  784.    Keys . . . . . . . . . . . . . . . . . . . . . . . 6, 10
  785.    Keyword. . . . . . . . . . . . . . . . . . . . . . 3, 11
  786.  
  787. L
  788.    Later. . . . . . . . . . . . . . . . . . . . . . . 2
  789.    Leading. . . . . . . . . . . . . . . . . . . . . . 7-8
  790.    Left . . . . . . . . . . . . . . . . . . . . . . . 4
  791.    Legal. . . . . . . . . . . . . . . . . . . . . . . 7-8
  792.    Let. . . . . . . . . . . . . . . . . . . . . . . . 1, 4, 6
  793.    Level. . . . . . . . . . . . . . . . . . . . . . . 1, 10
  794.    Levels . . . . . . . . . . . . . . . . . . . . . . 6
  795.    Like . . . . . . . . . . . . . . . . . . . . . . . 1, 4
  796.    Line . . . . . . . . . . . . . . . . . . . . . . . 1, 4, 6-8
  797.    Lines. . . . . . . . . . . . . . . . . . . . . . . 1-2, 6, 10-11
  798.    List . . . . . . . . . . . . . . . . . . . . . . . 2, 11
  799.    Load . . . . . . . . . . . . . . . . . . . . . . . 9-10
  800. Document Outline Processor:  Outline v1.5                             Index 6
  801.  
  802.    Loaded . . . . . . . . . . . . . . . . . . . . . . 10
  803.    Locate . . . . . . . . . . . . . . . . . . . . . . 4
  804.    Looking. . . . . . . . . . . . . . . . . . . . . . 9
  805.    Lowest . . . . . . . . . . . . . . . . . . . . . . 2, 10
  806.  
  807. M
  808.    MARK . . . . . . . . . . . . . . . . . . . . . . . 6
  809.    MOVE . . . . . . . . . . . . . . . . . . . . . . . 6
  810.    Made . . . . . . . . . . . . . . . . . . . . . . . 11
  811.    Main . . . . . . . . . . . . . . . . . . . . . . . 10
  812.    Make . . . . . . . . . . . . . . . . . . . . . . . 4, 10
  813.    Manipulate . . . . . . . . . . . . . . . . . . . . 1
  814.    Many . . . . . . . . . . . . . . . . . . . . . . . 1
  815.    Margin . . . . . . . . . . . . . . . . . . . . . . 9
  816.    Margins. . . . . . . . . . . . . . . . . . . . . . 2
  817.    Mark . . . . . . . . . . . . . . . . . . . . . . . 4
  818.    Marked . . . . . . . . . . . . . . . . . . . . . . 4
  819.    Match. . . . . . . . . . . . . . . . . . . . . . . 10
  820.    May. . . . . . . . . . . . . . . . . . . . . . . . 1
  821.    Memory . . . . . . . . . . . . . . . . . . . . . . 8
  822.    Menu . . . . . . . . . . . . . . . . . . . . . . . 3, 10
  823.    Mess . . . . . . . . . . . . . . . . . . . . . . . 6
  824.    Mind . . . . . . . . . . . . . . . . . . . . . . . 5
  825.    Mode . . . . . . . . . . . . . . . . . . . . . . . 10
  826.    Modify . . . . . . . . . . . . . . . . . . . . . . 1
  827.    More . . . . . . . . . . . . . . . . . . . . . . . 2, 10
  828.    Most . . . . . . . . . . . . . . . . . . . . . . . 4-5, 9
  829.    Move . . . . . . . . . . . . . . . . . . . . . . . 1, 4-6
  830.    Moved. . . . . . . . . . . . . . . . . . . . . . . 1, 4, 10
  831.    Moves. . . . . . . . . . . . . . . . . . . . . . . 6
  832.    Moving . . . . . . . . . . . . . . . . . . . . . . 4, 6, 11
  833.    Much . . . . . . . . . . . . . . . . . . . . . . . 10
  834.    Must . . . . . . . . . . . . . . . . . . . . . . . 7-8, 10
  835.  
  836. N
  837.    NUL. . . . . . . . . . . . . . . . . . . . . . . . 3
  838.    Name . . . . . . . . . . . . . . . . . . . . . . . 7-8
  839.    Need . . . . . . . . . . . . . . . . . . . . . . . 3
  840.    Nested . . . . . . . . . . . . . . . . . . . . . . 1
  841.    Never. . . . . . . . . . . . . . . . . . . . . . . 1
  842.    New. . . . . . . . . . . . . . . . . . . . . . . . 5
  843.    Next . . . . . . . . . . . . . . . . . . . . . . . 2, 4, 6
  844.    Nicer. . . . . . . . . . . . . . . . . . . . . . . 9
  845.    No . . . . . . . . . . . . . . . . . . . . . . . . 3, 11
  846.    Not. . . . . . . . . . . . . . . . . . . . . . . . 4, 7-9, 11
  847.    Note . . . . . . . . . . . . . . . . . . . . . . . 5, 7-8
  848.    Now. . . . . . . . . . . . . . . . . . . . . . . . 2, 9-10
  849.    Number . . . . . . . . . . . . . . . . . . . . . . 6
  850.    Numbered . . . . . . . . . . . . . . . . . . . . . 6
  851.    Numbers. . . . . . . . . . . . . . . . . . . . . . 3, 11
  852.  
  853. O
  854.    OUTLINE. . . . . . . . . . . . . . . . . . . . . . 4
  855.    OUTLINE.OPT. . . . . . . . . . . . . . . . . . . . 10
  856.    Of . . . . . . . . . . . . . . . . . . . . . . . . 1-11
  857. Document Outline Processor:  Outline v1.5                             Index 7
  858.  
  859.    Often. . . . . . . . . . . . . . . . . . . . . . . 6
  860.    On . . . . . . . . . . . . . . . . . . . . . . . . 2, 4, 6
  861.    Once . . . . . . . . . . . . . . . . . . . . . . . 2
  862.    One. . . . . . . . . . . . . . . . . . . . . . . . 1-2, 4-6
  863.    Only . . . . . . . . . . . . . . . . . . . . . . . 3, 5, 11
  864.    Oops . . . . . . . . . . . . . . . . . . . . . . . 5
  865.    Option . . . . . . . . . . . . . . . . . . . . . . 10
  866.    Optional . . . . . . . . . . . . . . . . . . . . . 2
  867.    Or . . . . . . . . . . . . . . . . . . . . . . . . 1, 4, 7-8, 11
  868.    Ordinate . . . . . . . . . . . . . . . . . . . . . 4
  869.    Original . . . . . . . . . . . . . . . . . . . . . 4-5
  870.    Other. . . . . . . . . . . . . . . . . . . . . . . 3, 6
  871.    Otherwise. . . . . . . . . . . . . . . . . . . . . 1
  872.    Out. . . . . . . . . . . . . . . . . . . . . . . . 3, 6
  873.    Outline. . . . . . . . . . . . . . . . . . . . . . 1-10
  874.    Outline.opt. . . . . . . . . . . . . . . . . . . . 10
  875.    Outlines . . . . . . . . . . . . . . . . . . . . . 3
  876.    Outside. . . . . . . . . . . . . . . . . . . . . . 7-9
  877.    Overtype . . . . . . . . . . . . . . . . . . . . . 6
  878.    Overview . . . . . . . . . . . . . . . . . . . . . 1
  879.  
  880. P
  881.    PRN. . . . . . . . . . . . . . . . . . . . . . . . 11
  882.    Page . . . . . . . . . . . . . . . . . . . . . . . 3, 11
  883.    Paragraph. . . . . . . . . . . . . . . . . . . . . 2
  884.    Parent-section . . . . . . . . . . . . . . . . . . 9
  885.    Part . . . . . . . . . . . . . . . . . . . . . . . 7-8
  886.    Path . . . . . . . . . . . . . . . . . . . . . . . 7-8
  887.    Paths. . . . . . . . . . . . . . . . . . . . . . . 10
  888.    Perfect. . . . . . . . . . . . . . . . . . . . . . 2
  889.    PgDn . . . . . . . . . . . . . . . . . . . . . . . 2, 4, 6
  890.    PgUp . . . . . . . . . . . . . . . . . . . . . . . 2, 6
  891.    Pick . . . . . . . . . . . . . . . . . . . . . . . 9
  892.    Picture. . . . . . . . . . . . . . . . . . . . . . 11
  893.    Place. . . . . . . . . . . . . . . . . . . . . . . 1
  894.    Plan . . . . . . . . . . . . . . . . . . . . . . . 3
  895.    Powerful . . . . . . . . . . . . . . . . . . . . . 1, 4
  896.    Present. . . . . . . . . . . . . . . . . . . . . . 11
  897.    Press. . . . . . . . . . . . . . . . . . . . . . . 2-4
  898.    Pressing . . . . . . . . . . . . . . . . . . . . . 2, 4
  899.    Primitive. . . . . . . . . . . . . . . . . . . . . 9
  900.    Print. . . . . . . . . . . . . . . . . . . . . . . 3, 9, 11
  901.    Print-detail . . . . . . . . . . . . . . . . . . . 9
  902.    Printed. . . . . . . . . . . . . . . . . . . . . . 2-3
  903.    Printer. . . . . . . . . . . . . . . . . . . . . . 2, 8
  904.    Printing . . . . . . . . . . . . . . . . . . . . . 7-8, 11
  905.    Printout . . . . . . . . . . . . . . . . . . . . . 2-3, 10-11
  906.    Procedures . . . . . . . . . . . . . . . . . . . . 9-10
  907.    Processes. . . . . . . . . . . . . . . . . . . . . 3
  908.    Processor. . . . . . . . . . . . . . . . . . . . . 1, 4
  909.    Profit . . . . . . . . . . . . . . . . . . . . . . 1
  910.    Program. . . . . . . . . . . . . . . . . . . . . . 1, 9
  911.    Proper . . . . . . . . . . . . . . . . . . . . . . 7
  912.    Protect. . . . . . . . . . . . . . . . . . . . . . 4
  913.    Provided . . . . . . . . . . . . . . . . . . . . . 1
  914. Document Outline Processor:  Outline v1.5                             Index 8
  915.  
  916.    Public . . . . . . . . . . . . . . . . . . . . . . 9
  917.    Pushed . . . . . . . . . . . . . . . . . . . . . . 4
  918.    Put. . . . . . . . . . . . . . . . . . . . . . . . 2, 4, 7-8
  919.    Putting. . . . . . . . . . . . . . . . . . . . . . 2, 4-5
  920.  
  921. R
  922.    Read . . . . . . . . . . . . . . . . . . . . . . . 7-8
  923.    Ready. . . . . . . . . . . . . . . . . . . . . . . 4
  924.    Recently . . . . . . . . . . . . . . . . . . . . . 5
  925.    Recovered. . . . . . . . . . . . . . . . . . . . . 5
  926.    Reformat . . . . . . . . . . . . . . . . . . . . . 10
  927.    Reformats. . . . . . . . . . . . . . . . . . . . . 9
  928.    Reformatted. . . . . . . . . . . . . . . . . . . . 2
  929.    Related. . . . . . . . . . . . . . . . . . . . . . 11
  930.    Release. . . . . . . . . . . . . . . . . . . . . . 9-10
  931.    Remind . . . . . . . . . . . . . . . . . . . . . . 4
  932.    Remove . . . . . . . . . . . . . . . . . . . . . . 11
  933.    Removed. . . . . . . . . . . . . . . . . . . . . . 11
  934.    Report . . . . . . . . . . . . . . . . . . . . . . 9
  935.    Reports. . . . . . . . . . . . . . . . . . . . . . 10
  936.    Required . . . . . . . . . . . . . . . . . . . . . 8
  937.    Retrieve . . . . . . . . . . . . . . . . . . . . . 5
  938.    Retrieved. . . . . . . . . . . . . . . . . . . . . 4
  939.    Right. . . . . . . . . . . . . . . . . . . . . . . 9
  940.    Room . . . . . . . . . . . . . . . . . . . . . . . 4
  941.    Run. . . . . . . . . . . . . . . . . . . . . . . . 3
  942.  
  943. S
  944.    SAVE . . . . . . . . . . . . . . . . . . . . . . . 6
  945.    SUM. . . . . . . . . . . . . . . . . . . . . . . . 11
  946.    Same . . . . . . . . . . . . . . . . . . . . . . . 4, 10
  947.    Samuel . . . . . . . . . . . . . . . . . . . . . . 1
  948.    Save . . . . . . . . . . . . . . . . . . . . . . . 6, 9-10
  949.    Saved. . . . . . . . . . . . . . . . . . . . . . . 11
  950.    Screen . . . . . . . . . . . . . . . . . . . . . . 2, 6, 10
  951.    Screens. . . . . . . . . . . . . . . . . . . . . . 9
  952.    Search . . . . . . . . . . . . . . . . . . . . . . 10
  953.    Section. . . . . . . . . . . . . . . . . . . . . . 1-5, 7-10
  954.    Sections . . . . . . . . . . . . . . . . . . . . . 1-4, 6, 11
  955.    See. . . . . . . . . . . . . . . . . . . . . . . . 11
  956.    Self-reference . . . . . . . . . . . . . . . . . . 4
  957.    Seperate . . . . . . . . . . . . . . . . . . . . . 10
  958.    Services . . . . . . . . . . . . . . . . . . . . . 6
  959.    Several. . . . . . . . . . . . . . . . . . . . . . 3
  960.    Single . . . . . . . . . . . . . . . . . . . . . . 1-2
  961.    Sirect . . . . . . . . . . . . . . . . . . . . . . 8
  962.    Smith. . . . . . . . . . . . . . . . . . . . . . . 1
  963.    So . . . . . . . . . . . . . . . . . . . . . . . . 1, 9-10
  964.    Sold . . . . . . . . . . . . . . . . . . . . . . . 1
  965.    Some . . . . . . . . . . . . . . . . . . . . . . . 2, 10-11
  966.    Space. . . . . . . . . . . . . . . . . . . . . . . 2, 6
  967.    Spaces . . . . . . . . . . . . . . . . . . . . . . 6-8
  968.    Special. . . . . . . . . . . . . . . . . . . . . . 4, 6-8
  969.    Start. . . . . . . . . . . . . . . . . . . . . . . 6
  970.    Started. . . . . . . . . . . . . . . . . . . . . . 10
  971. Document Outline Processor:  Outline v1.5                             Index 9
  972.  
  973.    Starting . . . . . . . . . . . . . . . . . . . . . 8
  974.    Startup. . . . . . . . . . . . . . . . . . . . . . 10
  975.    Step . . . . . . . . . . . . . . . . . . . . . . . 4
  976.    Structured . . . . . . . . . . . . . . . . . . . . 1
  977.    Sub- . . . . . . . . . . . . . . . . . . . . . . . 4
  978.    Sub-section. . . . . . . . . . . . . . . . . . . . 1, 4-5
  979.    Sub-sections . . . . . . . . . . . . . . . . . . . 1, 4
  980.    Subordinate. . . . . . . . . . . . . . . . . . . . 2
  981.    Subsection . . . . . . . . . . . . . . . . . . . . 2, 4, 6, 10
  982.    Subsections. . . . . . . . . . . . . . . . . . . . 2, 4, 11
  983.    Sum. . . . . . . . . . . . . . . . . . . . . . . . 10
  984.    Summarizes . . . . . . . . . . . . . . . . . . . . 6
  985.    Summary. . . . . . . . . . . . . . . . . . . . . . 6, 10-11
  986.  
  987. T
  988.    TAB. . . . . . . . . . . . . . . . . . . . . . . . 6
  989.    TO . . . . . . . . . . . . . . . . . . . . . . . . 4
  990.    Table. . . . . . . . . . . . . . . . . . . . . . . 3, 11
  991.    Takes. . . . . . . . . . . . . . . . . . . . . . . 6
  992.    Text . . . . . . . . . . . . . . . . . . . . . . . 2, 6-7, 9-10
  993.    That . . . . . . . . . . . . . . . . . . . . . . . 1-10
  994.    The. . . . . . . . . . . . . . . . . . . . . . . . 1-11
  995.    Them . . . . . . . . . . . . . . . . . . . . . . . 3, 10
  996.    Then . . . . . . . . . . . . . . . . . . . . . . . 2
  997.    These. . . . . . . . . . . . . . . . . . . . . . . 2, 6
  998.    They . . . . . . . . . . . . . . . . . . . . . . . 10
  999.    Things . . . . . . . . . . . . . . . . . . . . . . 4
  1000.    This . . . . . . . . . . . . . . . . . . . . . . . 1-10
  1001.    Time . . . . . . . . . . . . . . . . . . . . . . . 2, 6
  1002.    Title. . . . . . . . . . . . . . . . . . . . . . . 1-2, 4
  1003.    Titles . . . . . . . . . . . . . . . . . . . . . . 2, 4
  1004.    To . . . . . . . . . . . . . . . . . . . . . . . . 1-11
  1005.    Tool . . . . . . . . . . . . . . . . . . . . . . . 1
  1006.    Top. . . . . . . . . . . . . . . . . . . . . . . . 2
  1007.    Tree . . . . . . . . . . . . . . . . . . . . . . . 1, 3, 11
  1008.    Truncated. . . . . . . . . . . . . . . . . . . . . 10
  1009.    Type . . . . . . . . . . . . . . . . . . . . . . . 2
  1010.  
  1011. U
  1012.    UNDELETE . . . . . . . . . . . . . . . . . . . . . 6
  1013.    Un-delete. . . . . . . . . . . . . . . . . . . . . 5
  1014.    Undelete . . . . . . . . . . . . . . . . . . . . . 4-5, 10
  1015.    Under. . . . . . . . . . . . . . . . . . . . . . . 5-6
  1016.    Underlining. . . . . . . . . . . . . . . . . . . . 11
  1017.    Undo . . . . . . . . . . . . . . . . . . . . . . . 6
  1018.    Up . . . . . . . . . . . . . . . . . . . . . . . . 2, 6, 10
  1019.    Use. . . . . . . . . . . . . . . . . . . . . . . . 1-3, 5
  1020.    Used . . . . . . . . . . . . . . . . . . . . . . . 1, 6, 10
  1021.    User . . . . . . . . . . . . . . . . . . . . . . . 9
  1022.    Uses . . . . . . . . . . . . . . . . . . . . . . . 6
  1023.    Using. . . . . . . . . . . . . . . . . . . . . . . 10
  1024.  
  1025. V
  1026.    V1.5 . . . . . . . . . . . . . . . . . . . . . . . 1
  1027.    Version. . . . . . . . . . . . . . . . . . . . . . 9-11
  1028. Document Outline Processor:  Outline v1.5                             Index 10
  1029.  
  1030.    Video. . . . . . . . . . . . . . . . . . . . . . . 10
  1031.    Viewing. . . . . . . . . . . . . . . . . . . . . . 3
  1032.  
  1033. W
  1034.    WAS. . . . . . . . . . . . . . . . . . . . . . . . 4
  1035.    Want . . . . . . . . . . . . . . . . . . . . . . . 1-2, 4
  1036.    Was. . . . . . . . . . . . . . . . . . . . . . . . 9
  1037.    Way. . . . . . . . . . . . . . . . . . . . . . . . 1-4, 10
  1038.    Were . . . . . . . . . . . . . . . . . . . . . . . 4, 10
  1039.    Whatever . . . . . . . . . . . . . . . . . . . . . 6
  1040.    When . . . . . . . . . . . . . . . . . . . . . . . 2-3, 7-8, 10-11
  1041.    Where. . . . . . . . . . . . . . . . . . . . . . . 4, 7-8
  1042.    Whole. . . . . . . . . . . . . . . . . . . . . . . 1, 6
  1043.    Will . . . . . . . . . . . . . . . . . . . . . . . 1-8, 10
  1044.    With . . . . . . . . . . . . . . . . . . . . . . . 1-2, 4-9
  1045.    Within . . . . . . . . . . . . . . . . . . . . . . 2, 4, 7-8
  1046.    Word . . . . . . . . . . . . . . . . . . . . . . . 1, 4
  1047.    Work . . . . . . . . . . . . . . . . . . . . . . . 2, 4, 6
  1048.    Worked . . . . . . . . . . . . . . . . . . . . . . 2
  1049.    Works. . . . . . . . . . . . . . . . . . . . . . . 2, 4
  1050.    Worry. . . . . . . . . . . . . . . . . . . . . . . 2
  1051.    Would. . . . . . . . . . . . . . . . . . . . . . . 4, 10
  1052.    Written. . . . . . . . . . . . . . . . . . . . . . 1
  1053.  
  1054. Y
  1055.    You. . . . . . . . . . . . . . . . . . . . . . . . 1-10
  1056.    Your . . . . . . . . . . . . . . . . . . . . . . . 2-6, 10
  1057.  
  1058.  
  1059.