From d5a8a13b864bb66bb28644b163562efe4cc6018b Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 29 Oct 2017 11:26:25 +0100 Subject: 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(+) (limited to 'pms.cls') 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{% -- cgit v1.2.3-65-gdbad