summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2010-03-06 11:28:30 +0100
committerChristian Faulhammer <fauli@gentoo.org>2010-03-08 08:45:34 +0100
commit33ac014c8179347738cb817e0d1c9bdbe0508baf (patch)
tree66b927ef5da6fb69f734ee27fc95fb74f5bf6b61
parentChange author and version of cheat sheet, fix URL to project page (diff)
downloadpms-33ac014c8179347738cb817e0d1c9bdbe0508baf.tar.gz
pms-33ac014c8179347738cb817e0d1c9bdbe0508baf.tar.bz2
pms-33ac014c8179347738cb817e0d1c9bdbe0508baf.zip
Postpone definition of \t command.
-rw-r--r--pms.cls2
1 files changed, 1 insertions, 1 deletions
diff --git a/pms.cls b/pms.cls
index 085e29c..e20e660 100644
--- a/pms.cls
+++ b/pms.cls
@@ -82,10 +82,10 @@
\bibliographystyle{plainurl}
% Some shorthands for the lazy ones.
-\renewcommand{\t}[1]{\texttt{#1}}
% tex4ht workaround: this needs to happen after loading hyperref
\g@addto@macro\@documentclasshook{
\renewcommand{\i}[1]{\textit{#1}}
+ \renewcommand{\t}[1]{\texttt{#1}}
}
\newcommand{\e}[1]{\emph{#1}}
\renewcommand{\b}[1]{\textbf{#1}}