Mercurial > hg > octave-nkf
diff scripts/special-matrix/hankel.m @ 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 | 83a8781b529d |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/special-matrix/hankel.m +++ b/scripts/special-matrix/hankel.m @@ -34,7 +34,7 @@ ## $$ ## @end tex ## @end iftex -## @ifinfo +## @ifnottex ## ## @example ## @group @@ -42,7 +42,7 @@ ## H(i,j) = r(i+j-m), otherwise ## @end group ## @end example -## @end ifinfo +## @end ifnottex ## @seealso{vander, sylvester_matrix, hilb, invhilb, toeplitz} ## @end deftypefn