[Tex/LaTex] How to force some words to start on a new line when they tend to overflow

line-breaking

I'll start with the example

HTTP/1.0 is not justified with the surrounding text

As you can see, the HTTP/1.0 is not justified. If it were a normal word, I would add it to hyphenation rules. But obviously I can't split this one. So how can I force it to be on a new line and do the thing automatically?

Best Answer

A very good package to improve line breaks is microtype (\usepackage{microtype}).