On Fri, 09 Jul 2004 14:12:39 +0100 Angus Leeming <[EMAIL PROTECTED]> wrote:
> I've noticed one small peculiarity with the latex beamer class. (For > those that don't know it, it's a *fantastic* class with which to > create pdf presentations. See http://latex-beamer.sf.net) > > It uses a nice, sans serif font by default, but I find that > \mathrm{foo} results in foo being typeset with a serifed font. Ditto > with \textrm. See attached test case. If you want to typeset text inside a formula with the same font as normal text, use \text from amsmath. That's precisely what it is made for. (Ever wondered what the rm in \textrm means? ;-) ) Yours, Karsten