summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-08-23 19:46:53 +0200
committerUlrich Müller <ulm@gentoo.org>2023-04-14 17:54:07 +0200
commitf95225246aff169f61a62fbe930daf87f220b741 (patch)
tree3741a9101cbc186147716be6d92c00081dc8f403 /pms.cls
parentprofiles.tex: The parent file can contain comments (diff)
downloadpms-f95225246aff169f61a62fbe930daf87f220b741.tar.gz
pms-f95225246aff169f61a62fbe930daf87f220b741.tar.bz2
pms-f95225246aff169f61a62fbe930daf87f220b741.zip
EAPI feature table: Don't use a landscape table
Drop EAPIs 0 to 4 from the table, as well as items that would have identical entries for all listed EAPIs. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
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 b29a9c3..dcef98c 100644
--- a/pms.cls
+++ b/pms.cls
@@ -76,13 +76,13 @@
% the page margin.
\ifthenelse{\boolean{TEX4HT-HACKS}}{%
\newcommand{\featureref}[1]{\hyperref[feat:#1]{\textsc{#1}}}
- \newcommand{\compactfeatureref}[1]{\hyperref[feat:#1]{#1}}
+ \newcommand{\compactfeatureref}[1]{\featureref{#1}}
\newcommand{\featurelabel}[1]{\leavevmode\label{feat:#1}%
% tex4ht does not support marginnote
\framebox{\textsc{#1}}}
}{%
\newcommand{\featureref}[1]{\textsc{#1} on page~\pageref{feat:#1}}
- \newcommand{\compactfeatureref}[1]{#1~p\pageref{feat:#1}}
+ \newcommand{\compactfeatureref}[1]{p.\,\pageref{feat:#1}}
\newcommand{\featurelabel}[1]{\leavevmode\label{feat:#1}%
\marginnote{\framebox{\textsc{#1}}}\ignorespaces}
}