comparison 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
comparison
equal deleted inserted replaced
9152:4c9aff0c9a61 9153:5247e89688e1
816 @end example 816 @end example
817 817
818 @noindent 818 @noindent
819 Octave will respond with 819 Octave will respond with
820 820
821 @c Using 'smallexample' to make text fit on page when creating smallbook. 821 @example
822 @smallexample
823 @group 822 @group
824 error: `x' undefined near line 1 column 24 823 error: `x' undefined near line 1 column 24
825 error: called from: 824 error: called from:
826 error: f at line 1, column 22 825 error: f at line 1, column 22
827 @end group 826 @end group
828 @end smallexample 827 @end example
829 828
830 @noindent 829 @noindent
831 This error message has several parts, and gives quite a bit of 830 This error message has several parts, and gives quite a bit of
832 information to help you locate the source of the error. The messages 831 information to help you locate the source of the error. The messages
833 are generated from the point of the innermost error, and provide a 832 are generated from the point of the innermost error, and provide a