From: W. Trevor King Date: Sun, 13 Jun 2010 14:19:22 +0000 (-0400) Subject: Use \text intead of \mathrm in \supScript. X-Git-Tag: v1.0~372 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=99f9352a96e8db6d32586156d8a0529a66c81151;p=thesis.git Use \text intead of \mathrm in \supScript. This avoids setting the font explicitly, which allows the superscript font to match the standard text font. --- diff --git a/tex/src/local_cmmds.tex b/tex/src/local_cmmds.tex index 3b1952f..bca22ac 100644 --- a/tex/src/local_cmmds.tex +++ b/tex/src/local_cmmds.tex @@ -47,7 +47,7 @@ \newcommand{\limZp}{\limZ{z_p}} \newcommand{\CPV}{\ensuremath{\mathds{P}}} -\newcommand{\supScript}[1]{\ensuremath{^{\mathrm{#1}}}} +\newcommand{\supScript}[1]{\ensuremath{^{\text{#1}}}} \newcommand{\st}{\supScript{st}} \newcommand{\nd}{\supScript{nd}} \newcommand{\rd}{\supScript{rd}}