summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-09-15 14:14:45 +0200
committerUlrich Müller <ulm@gentoo.org>2012-09-16 23:12:25 +0200
commit8997201019293b4bf03e0b892368986f82daaf0b (patch)
tree53575c5e31303adae28b4081d69b65bc1f13c832 /pms.cls
parentPrevent numbers in list of tables from overrunning into the table captions. (diff)
downloadpms-8997201019293b4bf03e0b892368986f82daaf0b.tar.gz
pms-8997201019293b4bf03e0b892368986f82daaf0b.tar.bz2
pms-8997201019293b4bf03e0b892368986f82daaf0b.zip
Suppress spurious space in output of \featurelabel.
Diffstat (limited to 'pms.cls')
-rw-r--r--pms.cls4
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}