We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b389150 commit a754536Copy full SHA for a754536
iosMath/lib/MTMathAtomFactory.m
@@ -854,6 +854,7 @@ + (NSDictionary*) delimValueToName
854
fontStyles = @{
855
@"mathnormal" : @(kMTFontStyleDefault),
856
@"mathrm": @(kMTFontStyleRoman),
857
+ @"textrm": @(kMTFontStyleRoman),
858
@"rm": @(kMTFontStyleRoman),
859
@"mathbf": @(kMTFontStyleBold),
860
@"bf": @(kMTFontStyleBold),
0 commit comments