diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-10 18:51:34 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-05-10 18:51:34 +0200 |
commit | ab3d520ce95ce2dd52b6404e28f94a5cfcfe6ace (patch) | |
tree | 37558fdcdce5185e7f07f44fdc72a131c0d9ab36 /pms.cls | |
parent | pms.cls: Output git branch information too, if not on master. (diff) | |
download | pms-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.cls | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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}} } |