Mercurial > hg > octave-lyh
diff src/error.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 | 51dc9691f23f |
children | 69088b7b139c |
line wrap: on
line diff
--- a/src/error.cc +++ b/src/error.cc @@ -940,7 +940,7 @@ calling the function @code{f} will result in a list of messages that\n\ can help you to quickly locate the exact location of the error:\n\ \n\ -@smallexample\n\ +@example\n\ @group\n\ f ()\n\ error: nargin != 1\n\ @@ -950,7 +950,7 @@ error: g at line 1, column 15\n\ error: f at line 1, column 15\n\ @end group\n\ -@end smallexample\n\ +@end example\n\ \n\ If the error message ends in a new line character, Octave will print the\n\ message but will not display any traceback messages as it returns\n\