Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Sun, 29 Oct 2017 10:28:57
Message-Id: 1509272785.d5a8a13b864bb66bb28644b163562efe4cc6018b.ulm@gentoo
1 commit: d5a8a13b864bb66bb28644b163562efe4cc6018b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 10:26:25 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 10:26:25 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d5a8a13b
7
8 pms.cls: Allow line breaks after hyphens in URLs.
9
10 This fixes a bad line break in the bibliography, caused by updating
11 of GLEP references in the previous commit 36ac295.
12
13 pms.cls | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/pms.cls b/pms.cls
17 index 16344a8..89e7d5a 100644
18 --- a/pms.cls
19 +++ b/pms.cls
20 @@ -24,6 +24,7 @@
21 \PassOptionsToPackage{quiet}{marginnote}
22 \PassOptionsToPackage{nohyphen}{underscore}
23 \PassOptionsToPackage{nottoc,notlot,notlof}{tocbibind}
24 +\PassOptionsToPackage{hyphens}{url} % url.sty implicitly loaded by hyperref
25 \PassOptionsToPackage{chapter}{algorithm}
26 % algorithmic and algorithm to be loaded last to avoid failures
27 \RequirePackage{%