Allow URLs to break at hyphens and allow more space at breaking characters.

Makes URLs much nicer and avoids them running out of the right margin.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29705 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2011-04-11 22:09:44 +00:00
parent 16f8f3409b
commit 0ab97b7015

View file

@ -19,7 +19,7 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,11pt]{scrreprt}
\documentclass[a4paper,11pt,hyphens]{scrreprt}
\usepackage[utf8]{inputenx}
\usepackage[T1]{fontenc}
% load ix-utf8enc.dfu to get additional characters from the inputenx package.
@ -81,6 +81,7 @@
\usepackage{longtable}
\usepackage{url}
\urlstyle{sf}
\Urlmuskip = 0mu plus 1mu
\usepackage{marvosym}
\usepackage{rotating}