diff doc/interpreter/diffeq.txi @ 9067:8970b4b10e9f

Cleanup documentation for quad.texi and diffeq.texi Grammarcheck input .txi files Spellcheck .texi files
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 22:18:51 -0700
parents eb63fbe60fab
children 923c7cb7f13f
line wrap: on
line diff
--- a/doc/interpreter/diffeq.txi	Sat Mar 28 21:29:08 2009 -0700
+++ b/doc/interpreter/diffeq.txi	Sat Mar 28 22:18:51 2009 -0700
@@ -46,9 +46,11 @@
 @ifinfo
 
 @example
+@group
 dx
 -- = f (x, t)
 dt
+@end group
 @end example
 @end ifinfo
 
@@ -136,7 +138,7 @@
 @ifnottex
 @math{x-dot}
 @end ifnottex
-is the derivative of @math{x}. The equation is solved using Petzold's
+is the derivative of @math{x}.  The equation is solved using Petzold's
 DAE solver @sc{Daspk}.
 
 @DOCSTRING(daspk)