diff doc/interpreter/intro.txi @ 4167:aae05d51353c

[project @ 2002-11-12 02:52:50 by jwe]
author jwe
date Tue, 12 Nov 2002 02:52:51 +0000
parents 3c6989370d00
children ace8d8d26933
line wrap: on
line diff
--- a/doc/interpreter/intro.txi	Tue Nov 12 00:27:09 2002 +0000
+++ b/doc/interpreter/intro.txi	Tue Nov 12 02:52:51 2002 +0000
@@ -2,7 +2,7 @@
 @c This is part of the Octave manual.
 @c For copying conditions, see the file gpl.texi.
 
-@node Introduction, Getting Started, Preface, Top
+@node Introduction
 @chapter A Brief Introduction to Octave
 @cindex introduction
 
@@ -33,7 +33,7 @@
 * Conventions::                 
 @end menu
 
-@node Running Octave, Simple Examples, Introduction, Introduction
+@node Running Octave
 @section Running Octave
 
 On most systems, the way to invoke Octave is with the shell command
@@ -54,7 +54,7 @@
 On systems that support job control, you can suspend Octave by sending
 it a @code{SIGTSTP} signal, usually by typing @kbd{C-z}.
 
-@node Simple Examples, Conventions, Running Octave, Introduction
+@node Simple Examples
 @section Simple Examples
 
 The following chapters describe all of Octave's features in detail, but
@@ -343,7 +343,7 @@
 driven program that contains the entire Octave manual.  Help for using
 Info is provided in this manual in @ref{Getting Help}.
 
-@node Conventions,  , Simple Examples, Introduction
+@node Conventions
 @section Conventions
 
 This section explains the notational conventions that are used in this
@@ -357,7 +357,7 @@
 * Format of Descriptions::      
 @end menu
 
-@node Fonts, Evaluation Notation, Conventions, Conventions
+@node Fonts
 @subsection Fonts
 @cindex fonts
 
@@ -370,7 +370,7 @@
 Specific keys on your keyboard appear in this font or form: @key{ANY}.
 @cindex any key
 
-@node Evaluation Notation, Printing Notation, Fonts, Conventions
+@node Evaluation Notation
 @subsection Evaluation Notation
 @cindex evaluation notation
 @cindex documentation notation
@@ -427,7 +427,7 @@
 @end group
 @end example
 
-@node Printing Notation, Error Messages, Evaluation Notation, Conventions
+@node Printing Notation
 @subsection Printing Notation
 @cindex printing notation
 
@@ -445,7 +445,7 @@
 @end group
 @end example
 
-@node Error Messages, Format of Descriptions, Printing Notation, Conventions
+@node Error Messages
 @subsection Error Messages
 @cindex error message notation
 
@@ -460,7 +460,7 @@
 @end group
 @end example
 
-@node Format of Descriptions,  , Error Messages, Conventions
+@node Format of Descriptions
 @subsection Format of Descriptions
 @cindex description format
 
@@ -483,7 +483,7 @@
 * A Sample Variable Description::  
 @end menu
 
-@node A Sample Function Description, A Sample Command Description, Format of Descriptions, Format of Descriptions
+@node A Sample Function Description
 @subsubsection A Sample Function Description
 @cindex function descriptions
 
@@ -555,7 +555,7 @@
 arguments.
 @end table
 
-@node A Sample Command Description, A Sample Variable Description, A Sample Function Description, Format of Descriptions
+@node A Sample Command Description
 @subsubsection A Sample Command Description
 @cindex command descriptions
 
@@ -573,7 +573,7 @@
 printed and the working directory is not changed.
 @end deffn
 
-@node A Sample Variable Description,  , A Sample Command Description, Format of Descriptions
+@node A Sample Variable Description
 @subsubsection A Sample Variable Description
 @cindex variable descriptions