>>>>> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes:
Stefano> Hi, I'm trying to have a small piece of text an an exponent,
Stefano> but math-text mode seems insensitive to the "context" where
Stefano> it is invoked so that it always shows up in the same
Stefano> size... is this a known problem, latex limitation or can I
Stefano> achieve somehow small text in exponents? Thanks a lot,
Stefano> Stefano
Math text mode uses \textrm, which is not does not take the font in
account. It should probably (at least under amslatex) use the cleaner
\text{}.
JMarc