# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1303672386 18000 # Node ID 0c956011c35ce502589622b99886c58e4f260034 # Parent f154bef3cf61d76e01523b3c0fd36ee7f478de9e OctaveFAQ.texi: Fix texinfo in FAQ I broke earlier diff --git a/doc/faq/OctaveFAQ.texi b/doc/faq/OctaveFAQ.texi --- a/doc/faq/OctaveFAQ.texi +++ b/doc/faq/OctaveFAQ.texi @@ -63,7 +63,7 @@ * Getting Octave:: * Installation:: * Common problems:: -* How do I ...?:: +* Using Octave:: * @sc{Matlab} compatibility:: * Index:: @end menu @@ -785,6 +785,7 @@ @menu * How do I set the number of displayed decimals?:: +* How does Octave solve linear systems?:: @end menu @cindex Tips and tricks @@ -804,9 +805,8 @@ @end group @end example -@menu -* How does Octave solve linear systems? -@end menu +@node How does Octave solve linear systems? +@section How does Octave solve linear systems? @cindex backslash operator @@ -814,7 +814,7 @@ Octave manual contains a complete high-level description of the algorithm that Octave uses to decide how to solve a particular linear system, e.g. how the backslash operator @code{A\x} will be interpreted. -Sections ``Techniques used for Linear Algebra'' and ``Linear Algebra on +Sections ``Techniques Used for Linear Algebra'' and ``Linear Algebra on Sparse Matrices'' from the manual describe this procedure. @node @sc{Matlab} compatibility