On Fri, Jul 09, 2004 at 02:12:39PM +0100, Angus Leeming 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.
\rm is "Roman" so you explicitly ask for serifs. Which is btw "correct typesetting" for things like \sin etc even in sans serif slides. A solution for \sf text within math would be to use AMS's \text. Andre'
