diff scripts/special-matrix/hilb.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/hilb.m	Wed Jan 14 16:49:45 2009 -0500
+++ b/scripts/special-matrix/hilb.m	Wed Jan 14 20:44:25 2009 -0500
@@ -25,9 +25,9 @@
 ## $i,\,j$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ## i, j
-## @end ifinfo
+## @end ifnottex
 ## element of a Hilbert matrix is defined as
 ## @iftex
 ## @tex
@@ -36,12 +36,12 @@
 ## $$
 ## @end tex
 ## @end iftex
-## @ifinfo
+## @ifnottex
 ##
 ## @example
 ## H (i, j) = 1 / (i + j - 1)
 ## @end example
-## @end ifinfo
+## @end ifnottex
 ## @seealso{hankel, vander, sylvester_matrix, invhilb, toeplitz}
 ## @end deftypefn