diff doc/interpreter/quad.txi @ 10828:322f43e0e170

Grammarcheck .txi documentation files.
author Rik <octave@nomad.inbox5.com>
date Wed, 28 Jul 2010 12:45:04 -0700
parents 16f53d29049f
children fd0a3ac60b0e
line wrap: on
line diff
--- a/doc/interpreter/quad.txi	Wed Jul 28 11:57:39 2010 -0700
+++ b/doc/interpreter/quad.txi	Wed Jul 28 12:45:04 2010 -0700
@@ -190,9 +190,11 @@
 $$
 @end tex
 @ifnottex
+
 @example
 f(x, y) = sin(pi*x*y)*sqrt(x*y)
 @end example
+
 @end ifnottex
 for @math{x} and @math{y} between 0 and 1.
 
@@ -221,7 +223,7 @@
 
 The above process can be simplified with the @code{dblquad} and
 @code{triplequad} functions for integrals over two and three
-variables.  For example
+variables.  For example:
 
 @example
 @group