On 03/19/2012 12:17 PM, paul sutton wrote:
Hi
Following on from my previous questions on LaTex, the same file I have
now figured out how to add tables of contents and indexes, which should
be handy when I want to do this in LyX too, as I will have a better idea
of what goes on underneath.
My qestion now is around over / underfull boxes, the attached file (not
sure if I needed to include the graphics here) but it compiles fine,
only I get badbox errors on lines
27,underfull \hbox (badness 10,000) in paragraph
31,underfull \hbox (badness 10,000) in paragraph
31underfull \hbox (badness 10,000) in paragraph
These are warnings that LaTeX had to stretch the inter-word spacing more
than it would like to do in order to fill the line. The first is the
first paragraph of the Introduction and is probably caused by the
newline, so you can ignore it. The second is the first line of the next
paragraph, and if you look at it you can see how it is kind of stretched
out. The way to fix it is to re-write the line a bit, or just not to
bother.
I get an overfull \hox on line 62, (10,20177pt too wide) in paragraph
This is more of an issue. It means the line overruns the margins. It's
in (3) in your list. This is because LaTeX can't figure out how to
hyphenate the line.
It compiles fine, but LaTeX is telling you it doesn't look right.
Richard