Mercurial > hg > octave-nkf
diff doc/interpreter/basics.txi @ 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 | b04f95fabbf9 |
children | 8d20fb66a0dc |
line wrap: on
line diff
--- a/doc/interpreter/basics.txi +++ b/doc/interpreter/basics.txi @@ -818,14 +818,13 @@ @noindent Octave will respond with -@c Using 'smallexample' to make text fit on page when creating smallbook. -@smallexample +@example @group error: `x' undefined near line 1 column 24 error: called from: error: f at line 1, column 22 @end group -@end smallexample +@end example @noindent This error message has several parts, and gives quite a bit of