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
Traditionally, most TeX systems make a distinction between math mode and text mode, and different fonts may be used for each.
In XAML-Math, we use Computer Modern for math mode, and any user-provided font for text mode (i.e. the \text{} command).
The reason we use Computer Modern is that it includes the special characters to properly draw the radical character, several symbols for brackets of different sizes and so on.
Notably, we do not rely that much on actual letters (or, for that matter, digits) from the font.
Also, we now have a way of generating certain font size metrics on the fly.
I suggest us to consider providing an option to override the font used for text in the math mode.
The text was updated successfully, but these errors were encountered:
Traditionally, most TeX systems make a distinction between math mode and text mode, and different fonts may be used for each.
In XAML-Math, we use Computer Modern for math mode, and any user-provided font for text mode (i.e. the
\text{}
command).The reason we use Computer Modern is that it includes the special characters to properly draw the radical character, several symbols for brackets of different sizes and so on.
Notably, we do not rely that much on actual letters (or, for that matter, digits) from the font.
Also, we now have a way of generating certain font size metrics on the fly.
I suggest us to consider providing an option to override the font used for text in the math mode.
The text was updated successfully, but these errors were encountered: