From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28D031396D9 for ; Sun, 29 Oct 2017 10:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40DD4E0CAE; Sun, 29 Oct 2017 10:28:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2120FE0CAE for ; Sun, 29 Oct 2017 10:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CD49340988 for ; Sun, 29 Oct 2017 10:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C34BF41F for ; Sun, 29 Oct 2017 10:28:50 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1509272785.d5a8a13b864bb66bb28644b163562efe4cc6018b.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d5a8a13b864bb66bb28644b163562efe4cc6018b X-VCS-Branch: master Date: Sun, 29 Oct 2017 10:28:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e275620-b644-479c-8a34-0f2ea0017bf8 X-Archives-Hash: 5181fe761a85733ab6c7cf734df2fc2d commit: d5a8a13b864bb66bb28644b163562efe4cc6018b Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 29 10:26:25 2017 +0000 Commit: Ulrich Müller gentoo 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{%