Mercurial > hg > octave-lyh
diff scripts/specfun/beta.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 | 8a939b217863 |
children | e07e93c04080 |
line wrap: on
line diff
--- a/scripts/specfun/beta.m +++ b/scripts/specfun/beta.m @@ -27,12 +27,12 @@ ## $$ ## @end tex ## @end iftex -## @ifinfo +## @ifnottex ## ## @example ## beta (a, b) = gamma (a) * gamma (b) / gamma (a + b). ## @end example -## @end ifinfo +## @end ifnottex ## @end deftypefn ## Author: KH <Kurt.Hornik@wu-wien.ac.at>