From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8EF61138202 for ; Mon, 17 Sep 2012 12:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3083BE062C; Mon, 17 Sep 2012 12:19:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 04551E062C for ; Mon, 17 Sep 2012 12:19:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70BA133CE37 for ; Mon, 17 Sep 2012 12:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 282C3E544C for ; Mon, 17 Sep 2012 12:19:51 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1347829945.8997201019293b4bf03e0b892368986f82daaf0b.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 Mueller X-VCS-Revision: 8997201019293b4bf03e0b892368986f82daaf0b X-VCS-Branch: master Date: Mon, 17 Sep 2012 12:19:51 +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: 0b07492a-8816-449c-b82a-b375845b203c X-Archives-Hash: 915dcd0388473c93f21bf27205f993e0 commit: 8997201019293b4bf03e0b892368986f82daaf0b Author: Ulrich Müller gentoo org> AuthorDate: Sat Sep 15 12:14:45 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Sep 16 21:12:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=89972010 Suppress spurious space in output of \featurelabel. --- pms.cls | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pms.cls b/pms.cls index 80487bf..5073c77 100644 --- a/pms.cls +++ b/pms.cls @@ -75,8 +75,8 @@ % the page margin. \newcommand{\featureref}[1]{\textsc{#1} on page~\pageref{feat:#1}} \newcommand{\compactfeatureref}[1]{#1~p\pageref{feat:#1}} -\newcommand{\featurelabel}[1]{\marginnote{% - \framebox{\textsc{#1}}}\label{feat:#1} +\newcommand{\featurelabel}[1]{\label{feat:#1}% + \marginnote{\framebox{\textsc{#1}}}% } \bibliographystyle{plainurl}