Skip to content

Commit a754536

Browse files
Jeffrey Wukostub
authored andcommitted
Added textrm (#61)
Thanks!
1 parent b389150 commit a754536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iosMath/lib/MTMathAtomFactory.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ + (NSDictionary*) delimValueToName
854854
fontStyles = @{
855855
@"mathnormal" : @(kMTFontStyleDefault),
856856
@"mathrm": @(kMTFontStyleRoman),
857+
@"textrm": @(kMTFontStyleRoman),
857858
@"rm": @(kMTFontStyleRoman),
858859
@"mathbf": @(kMTFontStyleBold),
859860
@"bf": @(kMTFontStyleBold),

0 commit comments

Comments
 (0)