summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-10-29 11:26:25 +0100
committerUlrich Müller <ulm@gentoo.org>2017-10-29 11:26:25 +0100
commitd5a8a13b864bb66bb28644b163562efe4cc6018b (patch)
treec979572daadc3bc06d6a7dbbaf4bea3cc96f639d /pms.cls
parentpms.bib: Update URI of GLEP references. (diff)
downloadpms-d5a8a13b864bb66bb28644b163562efe4cc6018b.tar.gz
pms-d5a8a13b864bb66bb28644b163562efe4cc6018b.tar.bz2
pms-d5a8a13b864bb66bb28644b163562efe4cc6018b.zip
pms.cls: Allow line breaks after hyphens in URLs.
This fixes a bad line break in the bibliography, caused by updating of GLEP references in the previous commit 36ac295.
Diffstat (limited to 'pms.cls')
-rw-r--r--pms.cls1
1 files changed, 1 insertions, 0 deletions
diff --git a/pms.cls b/pms.cls
index 16344a8..89e7d5a 100644
--- a/pms.cls
+++ b/pms.cls
@@ -24,6 +24,7 @@
\PassOptionsToPackage{quiet}{marginnote}
\PassOptionsToPackage{nohyphen}{underscore}
\PassOptionsToPackage{nottoc,notlot,notlof}{tocbibind}
+\PassOptionsToPackage{hyphens}{url} % url.sty implicitly loaded by hyperref
\PassOptionsToPackage{chapter}{algorithm}
% algorithmic and algorithm to be loaded last to avoid failures
\RequirePackage{%