![](https://secure.gravatar.com/avatar/4eb07a3c66dc527a51d08d8cb8291553.jpg?s=120&d=mm&r=g)
15 Aug
2005
15 Aug
'05
9:09 a.m.
Consider the following simple document, with is a minimalist version of the slides that I'm currently working on: \starttext The variables are $u$ and $p$. \stoptext This works fine; the text is in roman and the math in italics, just as I desire. However, I need a larger font for my slides, and thus I'm also using a font size command, like so: \starttext \tfc The variables are $u$ and $p$. \stoptext This causes the math to be in roman instead of italic. (It's not in "text font" per se; an \it after the \tfc will italicise the text but not the math, creating a quite odd effect.) Is there a reason for this? What's the cleanest way to fix it for all the various size commands? Thanks, - Brooks