From 99f9352a96e8db6d32586156d8a0529a66c81151 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 13 Jun 2010 10:19:22 -0400 Subject: [PATCH] Use \text intead of \mathrm in \supScript. This avoids setting the font explicitly, which allows the superscript font to match the standard text font. --- tex/src/local_cmmds.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} -- 2.26.2