summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-05-10 18:51:34 +0200
committerUlrich Müller <ulm@gentoo.org>2018-05-10 18:51:34 +0200
commitab3d520ce95ce2dd52b6404e28f94a5cfcfe6ace (patch)
tree37558fdcdce5185e7f07f44fdc72a131c0d9ab36 /pms.cls
parentpms.cls: Output git branch information too, if not on master. (diff)
downloadpms-ab3d520ce95ce2dd52b6404e28f94a5cfcfe6ace.tar.gz
pms-ab3d520ce95ce2dd52b6404e28f94a5cfcfe6ace.tar.bz2
pms-ab3d520ce95ce2dd52b6404e28f94a5cfcfe6ace.zip
pms.cls: Do not define \b for \textbf.
We use \textbf almost everywhere, so remove the few uses of \b (which is not recognised by AUCTeX either).
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 e8a444d..6cc5a77 100644
--- a/pms.cls
+++ b/pms.cls
@@ -117,7 +117,6 @@
% Some shorthands for the lazy ones.
% tex4ht workaround: this needs to happen after loading hyperref
\g@addto@macro\@documentclasshook{
- \renewcommand{\b}[1]{\textbf{#1}}
\renewcommand{\i}[1]{\textit{#1}}
\renewcommand{\t}[1]{\texttt{#1}}
}