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 /pms.cls
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 'pms.cls')
-rw-r--r--pms.cls1
1 files changed, 0 insertions, 1 deletions
diff --git a/pms.cls b/pms.cls
index d7c6ed8..ee0d60f 100644
--- a/pms.cls
+++ b/pms.cls
@@ -110,7 +110,6 @@
\renewcommand{\i}[1]{\textit{#1}}
\renewcommand{\t}[1]{\texttt{#1}}
}
-\newcommand{\e}[1]{\emph{#1}}
\newcommand{\note}[1]{\begin{trivlist}\item\textbf{Note:} #1\end{trivlist}}
% Because we are lazy, we define a table environment to fulfil our needs