Robin
Results
2
comments of
Robin
Thanks for help! [MTMathListBuilder mathListToString:label.mathList] works perfectly :)
I am testing this project using swift 3. Here is the code for getting LaTex form from the keyboard input: let a = MTMathListBuilder.mathList(toString: math_label.mathList) print(a) //output latex I am...