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:
parent
16f8f3409b
commit
0ab97b7015
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue