summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-04-25 23:20:55 +0200
committerUlrich Müller <ulm@gentoo.org>2021-04-30 18:24:30 +0200
commit54330c67cb6374e0bd704ea775871161ba7fdf72 (patch)
tree5549350aa5baaf6f407128148340890ae1022b04 /profiles.tex
parentpms.tex: Update copyright years (diff)
downloadpms-54330c67cb6374e0bd704ea775871161ba7fdf72.tar.gz
pms-54330c67cb6374e0bd704ea775871161ba7fdf72.tar.bz2
pms-54330c67cb6374e0bd704ea775871161ba7fdf72.zip
pms.cls: Do not define \e for \emph
This is only used a few times, so a shorthand is not needed. (We really should get rid of \i and \t as well, because redefining LaTeX internal commands sucks.) Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'profiles.tex')
-rw-r--r--profiles.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles.tex b/profiles.tex
index 76c9278..a3e666e 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -40,7 +40,7 @@ If a profile contains a file named \t{deprecated}, it is treated as such. The fi
file should contain the path from the \t{profiles} directory of the repository to a valid profile
that is the recommended upgrade path from this profile. The remainder of the file can contain any
text, which may be displayed to users using this profile by the package manager. This file is not
-inherited---profiles which inherit from a deprecated profile are \e{not} deprecated.
+inherited---profiles which inherit from a deprecated profile are \emph{not} deprecated.
This file must not contain comments or make use of line continuations.