I'll start with the example

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?
|
I'll start with the example
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? |
||||
|
A very good package to improve line breaks is microtype ( |
|||
|
|
\url{HTTP/1.0}or HTTP\slash 1.0 either of which would allow breaking after the/Of if you don't want it to split then\linebreak HTTP/1.0but that will make the line very underfull – David Carlisle Nov 26 '12 at 12:58\usepackage{microtype}, it can do neat little tricks. – Alex Nov 26 '12 at 13:01