kostub / iosMath

Beautiful math equation rendering on iOS and MacOS
MIT License
1.36k stars 235 forks source link

More symbols support, radian \u2312 #62

Open CodingSha opened 7 years ago

CodingSha commented 7 years ago

We found that the library did not support radians during use

kostub commented 7 years ago

You can define your own symbols as follows:

[MTMathAtomFactory addLatexSymbol:@"radians"
                            value:[MTMathAtom atomWithType:kMTMathAtomOrdinary value:@"\u33AD"]];