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 /ebuild-functions.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 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 3935800..ab3ed9c 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -24,7 +24,7 @@ Ebuilds must not call nor assume the existence of any phase functions.
Some functions may assume that their initial working directory is set to a particular location;
these are noted below. If no initial working directory is mandated, it may be set to anything and
-the ebuild must not rely upon a particular location for it. The ebuild \e{may} assume that the
+the ebuild must not rely upon a particular location for it. The ebuild \emph{may} assume that the
initial working directory for any phase is a trusted location that may only be written to by a
privileged user and group.