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 69B07139694 for ; Sun, 21 May 2017 17:48:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C334E21C094; Sun, 21 May 2017 17:48:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87CF021C094 for ; Sun, 21 May 2017 17:47:52 +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 BEC453416C5 for ; Sun, 21 May 2017 17:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C827446 for ; Sun, 21 May 2017 17:47:49 +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: <1495260727.95a25d4a05fedb72c5ed36fcc22cd29e578d5193.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: 95a25d4a05fedb72c5ed36fcc22cd29e578d5193 X-VCS-Branch: master Date: Sun, 21 May 2017 17:47:49 +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: 83db53bc-153a-4be6-9e8d-79359d13453c X-Archives-Hash: c0fb480f8759e7c609116f507d6e04e9 commit: 95a25d4a05fedb72c5ed36fcc22cd29e578d5193 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 20 06:12:07 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 20 06:12:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=95a25d4a pms.cls: More uniform formatting of captions. Use bold face for the label and a colon as separator throughout, i.e., in tables, algorithms and listings. pms.cls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pms.cls b/pms.cls index 2bd86d8..35e969d 100644 --- a/pms.cls +++ b/pms.cls @@ -13,7 +13,7 @@ \PassOptionsToPackage{T1}{fontenc} \PassOptionsToPackage{orig,english}{isodate} % Position caption of float environments at the top -\PassOptionsToPackage{position=top}{caption} +\PassOptionsToPackage{position=top,labelfont=bf}{caption} % Enable UTF-8 input encoding \PassOptionsToPackage{utf8}{inputenc} \PassOptionsToPackage{quiet}{marginnote} @@ -72,6 +72,7 @@ % tex4ht workaround: these need to happen after loading the float package \g@addto@macro\@documentclasshook{ \floatstyle{ruled} + \captionsetup[ruled]{labelsep=default,labelfont=bf} \newfloat{listing}{tbp}{lol}[chapter] \floatname{listing}{Listing} }