home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / wp / nyword.zip / GUIDE4 < prev    next >
Text File  |  1986-11-25  |  33KB  |  622 lines

  1.  
  2.  
  3.  
  4.                                        17
  5.  
  6.  
  7.         4. EDITING COMMANDS
  8.           
  9.              To begin editing the text in memory, enter E from the file
  10.         screen menu.  The first 21 lines of the text will appear on the
  11.         screen.  At the top of the screen the name of the file is given,
  12.         along with an indication of the line and column number for the
  13.         cursor.  At the bottom of the screen is a brief reminder of the
  14.         operation of the function keys.  Hitting function key F1 (labeled
  15.         "HELP") while in the editor, produces a complete on-screen menu
  16.         of editing features.  Hitting Esc will then return you to your
  17.         previous location in the text.  The sections which follow
  18.         describe the editing commands in somewhat greater detail than is
  19.         available from the help screen.  Until you want to do something
  20.         fancy, the help screen may be all you need.  To exit the editor
  21.         and return to the file screen menu, hit function key F10 (labeled
  22.         "FILES").
  23.         
  24.              The maximum number of characters allowed on each line is one
  25.         of the most important editing parameters.  However, this
  26.         parameter affects the margins and thus can only be altered by
  27.         going to the file screen menu and using the M - Margin Settings
  28.         command.  See section 5.1 for details on setting this parameter.
  29.         
  30.         
  31.         4.1 Cursor Keys
  32.           
  33.              The primary advantage of a computer text processor over
  34.         conventional typing is the ability to move freely throughout your
  35.         document, making changes wherever desired.  RGB-TechWriter is
  36.         particularly good at this aspect of text processing, thanks to
  37.         its ability to update the screen very quickly.  You can move
  38.         about the text using a number of cursor-location commands, all of
  39.         which are conveniently accessed using the cursor keys on the
  40.         numeric keypad.  All of these commands are summarized in the help
  41.         screen accessible from the editing mode by hitting function key
  42.         F1.
  43.         
  44.              To move right or left by a single character position, use
  45.         the left and right cursor arrows.  Similarly, you can move up or
  46.         down one line at a time using the up and down arrows.  After each
  47.         movement of the cursor, the screen is adjusted to make sure your
  48.         location is always "on-screen."
  49.         
  50.              One way to move quickly from place to place is by holding
  51.         down the cursor key.  After a short delay, it will send out a
  52.         series of pulses at the rate of 10 per second.  If you want to
  53.         travel long distances, however, other cursor commands are
  54.         provided.  The PgDn and PgUp keys allow you to jump forward or
  55.         backward in your document by one screen page (20 lines) at a
  56.         time.  Holding down the Ctrl key while hitting PgDn or PgUp takes
  57.         you to the end or start of your file, respectively.
  58.         
  59.  
  60.  
  61.  
  62.  
  63.         EDITING COMMANDS
  64.  
  65.  
  66.                                        18
  67.  
  68.  
  69.              The home and end keys will move you the the start or end of
  70.         the current line.  If you hold down the Ctrl key while hitting
  71.         these keys, you will move to the top or the bottom of the screen.
  72.         
  73.              Finally, if you hold down the Ctrl key while hitting the
  74.         left or right cursor keys, the cursor position is moved one word
  75.         at a time, coming to rest on the first letter of a word.  This is
  76.         a quick way to move out into the middle of a long line.
  77.         
  78.         
  79.         4.2 Entering Text
  80.           
  81.              As characters are typed from the keyboard they are inserted
  82.         into the text in memory.  Each character is displayed on the
  83.         screen immediately and the line it lies within is adjusted
  84.         accordingly.  The rest of the screen, however, is not updated to
  85.         reflect your input until you pause in your typing.  This is done
  86.         because it takes too long to update the entire screen after every
  87.         keystroke.  Although the screen is not updated each time, the
  88.         paragraph you are working on is reformatted in memory after every
  89.         keystroke.  This means that words within the paragraph are
  90.         shifted between lines as needed so that as many words as possible
  91.         are placed on each line without any line extending beyond the
  92.         allowed line width.  You should not hit the carriage return at
  93.         the end of a line if you are continuing with the same paragraph.
  94.         The carriage return indicates the end of a paragraph, and is
  95.         represented on the screen by a special carriage-return marker: a
  96.         yellow dot.
  97.         
  98.              The paragraph reformatting can produce some unexpected
  99.         results until you are familiar with its operation.  When the
  100.         formatter is trying to split words between lines, it will do so
  101.         at either a space or a hyphen.  You can add a hyphen to a long
  102.         word to split it if you wish, but the hyphen will remain even if
  103.         the word gets moved to a new location.  If you do not want a
  104.         hyphenated word to be split between lines, you can "disguise" the
  105.         hyphen by making it bold, or by defining an alternate character
  106.         which translates into a hyphen when printed (see section 5.5).
  107.         
  108.              Spaces are permitted to lie beyond the allowed line width,
  109.         because they don't get printed anyway.  An interesting
  110.         implication of this is that if you try to enter spaces at the
  111.         beginning of a line which is not the start of a paragraph, they
  112.         will all get shuffled back to the end of the previous line.  To
  113.         indent a line which is not the start of a paragraph, you need to
  114.         put a carriage return at the end of the preceding line.  This can
  115.         be done by hitting the carriage return while in the first column
  116.         of the line to be indented, because the carriage return marker
  117.         will also be shuffled back to the end of the preceding line.  The
  118.         TAB key does all of this automatically, and is the recommended
  119.         way of indenting a section of text.  Simply hit the TAB key at
  120.         the start of each line to be indented and add or subtract
  121.         individual spaces as needed for the desired alignment.  If you
  122.         need to significantly alter the indented section, it is best to
  123.  
  124.  
  125.         EDITING COMMANDS
  126.  
  127.  
  128.                                        19
  129.  
  130.  
  131.         remove the added carriage returns and extra spaces before making
  132.         the changes.  Function key ^F5 concatenates the line the cursor
  133.         is on with the following line, removing any extra spaces.  Use
  134.         this key on each line of the indented section to undo the
  135.         indenting.  After altering the text, repeat the indentation
  136.         process using the TAB key.
  137.         
  138.              For TechWriter files, tabs are initially set in column 6, at
  139.         the right edge of the line, and at the midpoint of the line.  To
  140.         move to the next tab, use the TAB key, or use Shift-TAB to move
  141.         backwards to the previous tab position.  When tabbing forward,
  142.         spaces are inserted into the text until the first character of
  143.         the line lies in the next tab column.  Thus, if you hit TAB at
  144.         the beginning of a paragraph which initially has only 3 spaces at
  145.         its start, 2 more are added so that the paragraph starts in
  146.         column 6.  To set a new tab, hit ^T in the desired column.  This
  147.         notation means to hold down the Ctrl key while hitting the T key.
  148.         To remove a tab, hit ^T while in that column.  To remove all tabs
  149.         and start over, hit ^T while the cursor is located in column 1.
  150.         
  151.              When you hit the carriage return, several things happen.
  152.         First the current paragraph is terminated at the current cursor
  153.         position and a carriage-return marker is inserted.  If there are
  154.         characters after the cursor in this paragraph, these are moved to
  155.         the next line and become the start of the next paragraph.  The
  156.         cursor is moved to the start of this new line.  If there are any
  157.         blank spaces on this new line, they are deleted.  Finally, spaces
  158.         are added to the start of the new line until the cursor lines up
  159.         with the start of the line just above it.  This last feature is
  160.         rarely encountered in normal text, but it is very helpful when
  161.         programming in a structured language like Pascal, or when
  162.         creating an indented list.
  163.         
  164.              If you type an incorrect character you can use the BACKSPACE
  165.         (large left arrow key) to erase the previous character.  If you
  166.         want to instead erase the character where the cursor is currently
  167.         located, use the Del (delete) key.  To erase an entire word
  168.         starting with the cursor location and continuing up to the start
  169.         of the next word, use ^W.  The easiest way to replace one word
  170.         with another is to move to the start of the offending word using
  171.         the cursor keys, type in the new word and any spaces or
  172.         punctuation which follow it, then hit ^W to erase the old word.
  173.         Another control command, ^D, deletes everything on the current
  174.         line, starting with the cursor location.  If there is a carriage
  175.         return at the end of the line, it is only deleted if the ^D
  176.         command is issued while the cursor is in column 1.
  177.         
  178.              This section (4.2) has thus far assumed that you are in
  179.         INSERT mode, rather than OVERWRITE mode.  The current mode is
  180.         shown on the top line of the editor screen.  To change back and
  181.         forth between modes, use the Ins key.  When in OVERWRITE mode,
  182.         characters which are typed replace the current text.  This mode
  183.         is particularly useful for tables where you don't want to move
  184.         other characters around each time you make an entry.  One
  185.  
  186.  
  187.         EDITING COMMANDS
  188.  
  189.  
  190.                                        20
  191.  
  192.  
  193.         consequence of the OVERWRITE mode is that it prevents you from
  194.         altering the length of paragraphs.  If you reach the end of a
  195.         paragraph while in OVERWRITE mode, you will get no response to
  196.         typed characters.  You may need to switch into OVERWRITE mode for
  197.         a short period when this mode is more convenient, but it is
  198.         recommended that you switch back to INSERT mode as soon as the
  199.         task is completed.  In fact, several of the editing commands,
  200.         such as ^W, automatically switch you back into INSERT mode when
  201.         they are executed.  In OVERWRITE mode, the Del key replaces the
  202.         character at the cursor position with a space, and the BACKSPACE
  203.         key replaces the previous character with a space.
  204.         
  205.              A line can be centered by moving the cursor onto the line
  206.         and hitting function key F5.  Lines which are part of a multiple-
  207.         line paragraph cannot be centered.  The inverse of this function
  208.         is left justification, obtained by hitting Shift-F5.  In this
  209.         case, spaces are removed from the current line until the text
  210.         starts in the current cursor position.
  211.         
  212.              The text memory can store a maximum of 62768 characters,
  213.         depending on how much memory you have in your computer.  If your
  214.         document is too long to fit in the available space, split it into
  215.         separate files and use the dot command NUMBER to set the page
  216.         numbering at the beginning of each separate file (See section
  217.         5.5).  The block operations described in Section 4.5 are very
  218.         useful for shifting text between separate files.  Other
  219.         limitations you are unlikely to encounter are a maximum of 2047
  220.         lines in the text, and no more than 2760 characters in any one
  221.         paragraph.  RGB-TechWriter checks with each keystroke to insure
  222.         that none of these limits are exceeded.  You will notice a
  223.         markedly slower response when the file exceeds about 95% of the
  224.         allowed capacity.
  225.         
  226.         
  227.         4.3 Special Character Attributes
  228.           
  229.              The real beauty of RGB-TechWriter lies in its use of
  230.         character color to convey special information.  The special
  231.         options available are listed below.  All of these features are
  232.         summarized in the help menu available in the editing mode by
  233.         hitting function key F1.
  234.         
  235.         Boldface - To enter boldface characters, hit function key F3.
  236.         The word BOLD on the bottom line of the screen will be
  237.         highlighted to remind you that you are in Boldface mode.  Any
  238.         characters typed will appear brighter on the screen, and when
  239.         printed will appear in boldface.  To return to normal print, hit
  240.         F3 again.  This mode is cancelled when you return to the file
  241.         screen menu.  Bold characters take longer to print than normal
  242.         characters, because the printhead must make two passes of the
  243.         line.
  244.         
  245.  
  246.  
  247.  
  248.  
  249.         EDITING COMMANDS
  250.  
  251.  
  252.                                        21
  253.  
  254.  
  255.         Superscripts - To enter superscripts, hit function key F2.  The
  256.         word SUPER on the bottom line of the screen will be highlighted
  257.         to remind you that you are in Superscript mode.  Any characters
  258.         typed will appear magenta on the screen, and when printed will
  259.         appear one-third of a single-spaced line above the normal line of
  260.         text.  To return to normal print, hit F2 again.  This mode is
  261.         cancelled when you return to the file screen menu or switch to
  262.         Subscript mode.  Use of superscripts when the line spacing is
  263.         less than 1.0 may produce uneven lines.  One exception that can
  264.         be quite useful is to set the spacing to 0 for one line before
  265.         changing it back to normal.  The line which falls between the two
  266.         SPACE dot commands (see section 5.5) will be printed on top of
  267.         the following line.
  268.         
  269.         Subscripts - To enter subscripts, hit function key F4.  The word
  270.         SUB on the bottom line of the screen will be highlighted to
  271.         remind you that you are in Subscript mode.  Any characters typed
  272.         will appear cyan on the screen, and when printed will appear one-
  273.         third of a single-spaced line below the normal line of text.  To
  274.         return to normal print, hit F4 again.  This mode is cancelled
  275.         when you return to the file screen menu or switch to Superscript
  276.         mode.  See Superscripts for the implication of line spacing less
  277.         than 1.0.
  278.         
  279.         Underline - To underline a character, move the cursor to the
  280.         desired location and press ^_ (Ctrl - Underscore).  The
  281.         background behind the character will turn from blue to black.  To
  282.         remove an underline from a character, you also move the cursor to
  283.         the desired location and press ^_.  If you press ^_ at the end of
  284.         a paragraph, the paragraph is extended by adding an underlined
  285.         space.  This makes it easy to draw long horizontal lines using
  286.         the underline feature.
  287.         
  288.         Alternate Characters - RGB-TechWriter allows you to enter 95
  289.         different alternate characters directly from the keyboard.  These
  290.         characters are entered by holding down the Alt key while typing
  291.         any letter key, number key, function key, or the underscore.  The
  292.         character typed will appear on the screen in yellow (brown),
  293.         rather than white.  To get capital letters, the symbols above the
  294.         numbers, and another 10 function-key characters; hold down the
  295.         Alt key while hitting first the + key and then the desired key.
  296.         This prefix is necessary because the keyboard does not recognize
  297.         the Alt and Shift keys together at the same time.  To enter an
  298.         alternate-character "+", hold down the Alt key while hitting the
  299.         + key twice.  When the alternate characters are printed, they
  300.         activate your printer's alternate character set.  This is
  301.         primarily intended for Greek and other special characters, but
  302.         you could use it to generate italics or any other non-standard
  303.         feature.  RGB-TechWriter gives you a great deal of flexibility in
  304.         controlling what happens within your printer when one of these
  305.         alternate characters is encountered.  Complete details are given
  306.         in section 6.3.
  307.         
  308.  
  309.  
  310.  
  311.         EDITING COMMANDS
  312.  
  313.  
  314.                                        22
  315.  
  316.  
  317.         Esc - If you want to enter a control character directly into your
  318.         text, hit the Esc key first.  The control character can then be
  319.         entered directly by holding down the Ctrl key while hitting the
  320.         character key (in the form ^N), or you can enter its ASCII
  321.         equivalent number (in the range 1 through 31) by holding down the
  322.         Alt key while you type the number on the numeric keypad.  The
  323.         control character will be represented by a single unique
  324.         character on the screen.  For example, to enter the ESC code,
  325.         CHR$(27), hit the Esc key once to invoke direct insertion, then
  326.         either hit the Esc key again, or enter ALT-27 from the numeric
  327.         keypad.  Either way, this code will appear on the screen as a
  328.         small arrow pointing to the left.  Insert control codes with
  329.         caution.  RGB-TechWriter will treat these codes just like any
  330.         other character, and cannot account for the effect they may have
  331.         on your printer.
  332.         
  333.         Extended Character Set - You can enter characters from the
  334.         extended character set, those with ASCII equivalent numbers in
  335.         the range 128 through 255.  To do so, hold down the ALT key while
  336.         typing the ASCII equivalent number on the numeric keypad.  The
  337.         character is represented on the screen by a unique character.
  338.         The way this character will appear in print depends on how your
  339.         printer interprets these character codes.  If your printer is
  340.         compatible with the IBM extended character set, the character
  341.         should print just as it appears on the screen.
  342.         
  343.              All of the features listed above can be compounded together.
  344.         For example, you could have a bold-superscripted-underlined-
  345.         alternate character!  There is a different character color for
  346.         each combination, as determined from the rules listed below.  By
  347.         the way, it is from these rules that RGB-TechWriter gets its
  348.         name.  Remember that normal characters start out as white (a
  349.         combination of red, green, and blue) on a blue background.
  350.         
  351.              1. Underlining changes the background to black.
  352.              2. Boldface increases the intensity of the character.
  353.              3. Superscripting removes the character's green component.
  354.              4. Subscripting removes the character's red component.
  355.              5. Alternate characters have the blue component removed.
  356.         
  357.         In the extreme example of the bold-superscripted-underlined-
  358.         alternate character, the character would appear as bright red on
  359.         black.  The compounded combinations you are most likely to
  360.         encounter are superscripted alternate characters (red) and
  361.         subscripted alternate characters (green).
  362.         
  363.         
  364.         4.4 Searching Text
  365.           
  366.              RGB-TechWriter provides a mechanism which allows you to
  367.         search through the text in memory, looking for a particular
  368.         string of characters.  An option allows you to replace each
  369.         occurrence of the string with another string of characters.  The
  370.         strings can be up to 63 characters long.
  371.  
  372.  
  373.         EDITING COMMANDS
  374.  
  375.  
  376.                                        23
  377.  
  378.  
  379.              To begin a search, hit function key F6.  You will be
  380.         prompted to enter the "search string."  Indicate your completion
  381.         of the string by hitting the Enter key.  RGB-TechWriter will take
  382.         this string of characters and search for any similar occurrence
  383.         in the text, starting at the current cursor position.  Thus, to
  384.         search the entire file, you need to invoke this command when the
  385.         cursor is at the beginning of the file.  In conducting the
  386.         search, RGB-TechWriter ignores the color of the characters, and
  387.         doesn't discriminate between small and capital letters.  If a
  388.         match is found, the cursor is moved to the new location.  You
  389.         then have a choice.  If you hit the Esc key you are returned to
  390.         editing mode, with the cursor at the new location.  If you hit
  391.         the space bar, this match is ignored and RGB-TechWriter searches
  392.         for the next match.  You can continue to skip matches until the
  393.         one you are interested in is found.  If no more matches are
  394.         available you are returned to editing mode with the cursor at its
  395.         original location.
  396.         
  397.              If you are interested in replacing one string with another,
  398.         hit function key Shift-F6.  You are again prompted to enter the
  399.         "search string," but then you are also asked for a "replacement
  400.         string."  You can include subscripts, superscripts, bold
  401.         characters, and alternate characters in the replacement string in
  402.         the same way that you would enter them in the text directly.
  403.         RGB-TechWriter searches for a match to the search string as
  404.         described above.  If a match is found, you have three options.
  405.         If you hit the Esc key you are returned to editing mode, with the
  406.         cursor at the new location.  If you hit the space bar, this match
  407.         is ignored and RGB-TechWriter searches for the next match.  If
  408.         you hit the letter R (for Replace), the file is altered by first
  409.         erasing the match to the search string, then inserting the
  410.         replace string.  The replace string is inserted in the text
  411.         exactly as entered.  After replacing the string, RGB-TechWriter
  412.         searches for the next match to the search string.  These three
  413.         options give you the flexibility to replace some occurrences of
  414.         the search string and not others.  RGB-TechWriter does not
  415.         support automatic replacement of every occurrence of a string.
  416.         
  417.              It is common to use the Esc key with either of the above
  418.         functions to stop the search process and make a correction.  If,
  419.         after making the change, you want to continue with the same
  420.         search you last performed, hit function key ^F6.  This will
  421.         repeat the last search function, starting with the current cursor
  422.         position.
  423.         
  424.              It is possible to search for and replace the yellow
  425.         carriage-return markers.  This is useful for converting an ASCII
  426.         file into TechWriter format, in which case you would replace all
  427.         carriage return markers except the ones at the end of a paragraph
  428.         with a single blank space (or with nothing, if there is already a
  429.         blank space at the end of each line).  To search for the carriage
  430.         returns, use the normal procedure, but for the search string
  431.         enter a character 249.  This is done by holding down the Alt key
  432.         while typing 249 on the numeric keypad.
  433.  
  434.  
  435.         EDITING COMMANDS
  436.  
  437.  
  438.                                        24
  439.  
  440.  
  441.         4.5 Block Operations
  442.           
  443.              Cutting and pasting is an important part of any document
  444.         preparation.  There are a myriad of reasons why you may want to
  445.         move entire blocks of text from one part of the text to another.
  446.         RGB-TechWriter allows you to do this for block sizes up to 8,000
  447.         characters.  You can even move blocks of text from one file to
  448.         another.  Three block operations are provided to move, copy, or
  449.         delete a block.
  450.         
  451.              Before you can do any of the block operations, you must
  452.         define your block.  This is done by hitting function key F8 when
  453.         the cursor is at the beginning of the block, moving the cursor to
  454.         the first character after the block, and hitting F8 again.  The
  455.         block is identified by being displayed in "inverse video."  The
  456.         word BLOCK on the bottom line of the screen is highlighted to
  457.         indicate the presence of a marked block.  The way in which blocks
  458.         are marked is such that you can mark a paragraph or group of
  459.         paragraphs without having to move the cursor out of column 1.
  460.         Just hit F8 at the beginning of the line which starts your block,
  461.         then hit it again in column 1 of the line immediately after the
  462.         last line you want to include.  You can also mark any part of a
  463.         paragraph as a small block.  If you want to expand your block,
  464.         just hit F8 again at the new start or end position.  You can't
  465.         shrink a block, however.  If you hit F8 while the cursor is
  466.         either within the block or at the first character position
  467.         immediately after the block, the block is turned off and the
  468.         screen is returned to normal.  The block is also turned off if
  469.         you attempt to enter or delete any characters.  If you try to
  470.         define a block which is too big a warning is issued, but the
  471.         block remains marked.  This is because although you can't move or
  472.         copy an oversized block, you can delete it.
  473.         
  474.              As soon as you define a block and it isn't too big, it is
  475.         copied into a special block buffer in memory.  The contents of
  476.         this buffer remain intact until you mark another block, although
  477.         after you have completed the block operation the block is no
  478.         longer displayed.  This even applies if you delete the block.
  479.         This allows you to mark a block in one file and have it retained
  480.         in the block buffer while you load a different file into memory.
  481.         
  482.              The simplest of the three block commands is the block copy,
  483.         invoked by hitting function key Shift-F9.  The contents of the
  484.         block buffer, which were defined when the last block was marked,
  485.         are entered into the text at the current cursor location.  Note
  486.         that it is not necessary for the block to be highlighted for this
  487.         function to operate.  You can insert as many copies of the block
  488.         into your text as you wish without having to mark it again each
  489.         time.
  490.         
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.         EDITING COMMANDS
  498.  
  499.  
  500.                                        25
  501.  
  502.  
  503.              The block delete function allows you to delete large blocks
  504.         of text at once.  To start the process, hit function key ^F9.
  505.         Since accidental use of this function could cause a major loss of
  506.         data, you are required to confirm your choice before the block is
  507.         deleted.  The block must be marked and highlighted for this
  508.         function to operate.  Note that even blocks which are too big for
  509.         the block buffer can still be deleted in their entirety.
  510.         
  511.              The most common block manipulation is the block move.  After
  512.         marking the block, position the cursor at the location where you
  513.         would like to move the block.  Hit function key F9.  The block
  514.         will be moved provided that the block is marked, highlighted, and
  515.         not too long.  The process involves filling the block buffer when
  516.         the block is marked, deleting the block from the text, then
  517.         copying the block buffer to the cursor position.
  518.         
  519.              Two additional functions are provided which relate to
  520.         blocks.  Function key Shift-F8 attempts to re-highlight the last
  521.         block marked.  If the text has been altered since the block was
  522.         defined, the restored block may not correspond exactly to the
  523.         previous block.  Function ^F8 counts the number of words in the
  524.         current block, even if the block is too long for the block
  525.         buffer.  If no block is currently highlighted, this function will
  526.         count the total number of words in the text in memory.
  527.         
  528.         
  529.         4.6 Equation Lines
  530.           
  531.              As a scientific text processor, RGB-TechWriter recognizes
  532.         the special requirements which arise in conjunction with
  533.         equations.  RGB-TechWriter allows you to create special lines in
  534.         your text called equation lines, which behave differently from
  535.         normal text lines.  An equation line is identified by a green
  536.         marker at the end of the line, just before the carriage-return
  537.         marker.  To create an equation line, hit function key F7.  A new
  538.         blank equation line will be inserted in the text at the cursor
  539.         position.  To convert an existing normal line into an equation
  540.         line, hit function key Shift-F7.  When an equation line is
  541.         created, it will occupy the full line width.  The only ways to
  542.         delete an equation line are to use the ^D command while in column
  543.         1, hit the Del key while the cursor is positioned on the green
  544.         marker, or through the block delete function, ^F9.  Create as
  545.         many consecutive equation lines as are needed by your equation.
  546.         The special properties of equation lines are listed below.
  547.         
  548.              1. Contiguous equation lines are never split between pages.
  549.                 If while printing the file there is insufficient room to
  550.                 fit the entire equation on the current page, the equation
  551.                 is moved to the top of the next page and printing
  552.                 proceeds from there.
  553.         
  554.  
  555.  
  556.  
  557.  
  558.  
  559.         EDITING COMMANDS
  560.  
  561.  
  562.                                        26
  563.  
  564.  
  565.              2. Text can be inserted without altering the line length.
  566.                 By creating a whole line of blank space at the outset,
  567.                 equation lines allow you to move freely through the
  568.                 region without concern over the length of the lines.
  569.         
  570.              3. Equation numbers remain right-justified.  Locate the
  571.                 cursor at the green equation marker either by repeated
  572.                 cursoring or by using the End key.  If you then type an
  573.                 equation number, it will be right justified, ending in
  574.                 the last column of the line. Furthermore, any subsequent
  575.                 additions to or deletions from the line will not affect
  576.                 the location of the number.
  577.         
  578.              4. When equation lines are printed, the line spacing is not
  579.                 allowed to exceed single spacing.  If the text just
  580.                 before the equation was double-spaced, the spacing would
  581.                 be reduced to single-spacing for the equation, then reset
  582.                 to double spacing for the text after the equation.  You
  583.                 may set the spacing to a value less than 1.0 for
  584.                 equations.  Setting the spacing to 0.2, for example,
  585.                 gives you five vertical levels for each standard line of
  586.                 print.  This makes possible very complex expressions.
  587.         
  588.              5. Function key ^F7 can be used to jump directly to the next
  589.                 equation.  This makes it easy to check your equation
  590.                 numbering.
  591.         
  592.              6. ^D while in any column other than the first will delete
  593.                 all of the text on the equation line after the cursor,
  594.                 but will not reduce the length of the line or remove the
  595.                 green equation marker.
  596.         
  597.         Otherwise, equation lines behave as normal lines.  INSERT and
  598.         OVERWRITE modes are both available, plus line centering, search
  599.         and replace, and block manipulation.
  600.          
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.         EDITING COMMANDS 
  622.