What’s your method for dealing with underfull/overfull \hboxes and unacceptable badness in general?

LaTeX has the \sloppy command which IIRC sets \tolerance to 9999, and \emergencystretch to a large value. But the default \tolerance is 200 (I think), which is a big difference. It’s very “either/or” when maybe there’s a more optimal way.

For my native language (swedish) I’ve found that many issues arise because TeX doesn’t find all the possible hyphenation points, so I usually spend time adding words to the hyphenation list.

But still, in any longer text there’s usually a couple of paragraphs that just won’t set right, I’m curious about your tricks or methods for dealing with them.

  • ldbeth@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    If I am writing the paper/book, rewrite the sentence to make it break nicely.

    If it is typesetting a book, I would tweak the \hsize first so there would be minimal amount of total overfull.

    If the engine supports pdfTeX microtype extensions, and the \hsize is small, use microtype.