diff scripts/general/cplxpair.m @ 7031:120f3135952f

[project @ 2007-10-15 15:30:03 by jwe]
author jwe
date Mon, 15 Oct 2007 15:31:21 +0000
parents a1dbe9d80eee
children df9519e9990c
line wrap: on
line diff
--- a/scripts/general/cplxpair.m
+++ b/scripts/general/cplxpair.m
@@ -35,9 +35,10 @@
 ## error. Note that there are no guarantees on the order of the returned
 ## pairs with identical real parts but differing imaginary parts.
 ##
-## @example
+## @c Using 'smallexample' to make text fit in page when using 'smallbook'
+## @smallexample
 ## cplxpair (exp(2i*pi*[0:4]'/5)) == exp(2i*pi*[3; 2; 4; 1; 0]/5)
-## @end example
+## @end smallexample
 ## @end deftypefn
 
 ## TODO: subsort returned pairs by imaginary magnitude