-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
See http://groups.google.com/group/mathjax-users/browse_thread/thread/74446172390fe049
nageh wants to know if we will support adding an option to display content in \text blocks with the page's font instead of the normal math font inside MathJax blocks. I don't know if this is possible, but here are some use cases that make sense to me:
f(x) = \begin{cases}
1 & \text{if } x \text{ is prime},
0 & \text{if } x \text{ otherwise}. \end{cases}
\mathit{COMPOSITE} = {x\in\mathbb N:x=pq \text{ for integers } p, q >
1 }
Just an aesthetics issue, but it seems to fit in with our future plans to support other fonts and such. I would say it's low-priority until after 1.1.
mzechmeister