diff src/mappers.cc @ 9153:5247e89688e1

Eliminate most overfull errors when running texi2pdf for generating pdf documentation Use @smallexample when necessary to reduce font for long lines. Reword variables or phrases so that Tex can break them at a better spot.
author Rik <rdrider0-list@yahoo.com>
date Fri, 24 Apr 2009 12:29:01 -0700
parents c1fff751b5a8
children 761fc0d3d980
line wrap: on
line diff
--- a/src/mappers.cc
+++ b/src/mappers.cc
@@ -509,13 +509,13 @@
 @end iftex\n\
 @ifnottex\n\
 \n\
-@smallexample\n\
+@example\n\
                          z\n\
                         /\n\
 erf (z) = (2/sqrt (pi)) | e^(-t^2) dt\n\
                         /\n\
                      t=0\n\
-@end smallexample\n\
+@end example\n\
 @end ifnottex\n\
 @seealso{erfc, erfinv}\n\
 @end deftypefn")