changeset 9068:5d3059e2a34c

Cleanup documentation for optim.texi, set.texi Grammarcheck input .txi files Spellcheck .texi files
author Rik <rdrider0-list@yahoo.com>
date Sun, 29 Mar 2009 09:10:17 -0700
parents 8970b4b10e9f
children 634274aaa183
files doc/interpreter/optim.txi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/optim.txi	Sat Mar 28 22:18:51 2009 -0700
+++ b/doc/interpreter/optim.txi	Sun Mar 29 09:10:17 2009 -0700
@@ -20,7 +20,7 @@
 @chapter Optimization
 
 Octave comes with support for solving various kinds of optimization
-problems. Specifically Octave can solve problems in Linear Programming,
+problems.  Specifically Octave can solve problems in Linear Programming,
 Quadratic Programming, Nonlinear Programming, and Linear Least Squares
 Minimization.
 
@@ -98,9 +98,11 @@
 @end iftex
 @ifnottex
 @example
+@group
      A*x = b
      lb <= x <= ub
      A_lb <= A_in*x <= A_ub
+@end group
 @end example
 @end ifnottex