Mercurial > hg > octave-nkf
diff src/DLD-FUNCTIONS/dassl.cc @ 8517:81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
author | sh@sh-laptop |
---|---|
date | Wed, 14 Jan 2009 20:44:25 -0500 |
parents | c827f5673321 |
children | 5b23faa8113c |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/dassl.cc +++ b/src/DLD-FUNCTIONS/dassl.cc @@ -187,7 +187,7 @@ $$ x(t_0) = x_0, \\dot{x}(t_0) = \\dot{x}_0 $$\n\ @end tex\n\ @end iftex\n\ -@ifinfo\n\ +@ifnottex\n\ \n\ @example\n\ 0 = f (x, xdot, t)\n\ @@ -200,7 +200,7 @@ x(t_0) = x_0, xdot(t_0) = xdot_0\n\ @end example\n\ \n\ -@end ifinfo\n\ +@end ifnottex\n\ The solution is returned in the matrices @var{x} and @var{xdot},\n\ with each row in the result matrices corresponding to one of the\n\ elements in the vector @var{t}. The first element of @var{t}\n\ @@ -234,13 +234,13 @@ $$\n\ @end tex\n\ @end iftex\n\ -@ifinfo\n\ +@ifnottex\n\ @example\n\ df df\n\ jac = -- + c ------\n\ dx d xdot\n\ @end example\n\ -@end ifinfo\n\ +@end ifnottex\n\ \n\ The modified Jacobian function must have the form\n\ \n\