You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MathJax doesn't have a method to specify the bevelled attribute on <mfrac> directly from TeX, but you could define your own macro that would accomplish that. For example
adds a \bfrac macro that you can use to get a bevelled fraction. The spacing will be better than trying to use \! and super- and subscripts to manage it by hand.