commit:     d5a8a13b864bb66bb28644b163562efe4cc6018b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 10:26:25 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 10:26:25 2017 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=d5a8a13b

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.

 pms.cls | 1 +
 1 file changed, 1 insertion(+)

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{%

Reply via email to