← Back to context

Comment by chrismorgan

8 years ago

It basically means that a line is overflowing past where it’s supposed to, e.g. if you put in a hyperlink that isn’t allowed to contain a line break, but it’s too long to fit in one line. It overflows.

I agree, but I'd like to add a tip.

If you add in the preamble

  \hfuzz=1pt

then (La)Tex will allow bigger overflows without complaining (and almost nobody will notice). The default value is 0.1pt, that is really small.

For internal documents or early drafts you can use 5pt. :)