iosMath icon indicating copy to clipboard operation
iosMath copied to clipboard

Support for asmsymb package?

Open notcome opened this issue 8 years ago • 1 comments

I am not sure if you have the support for asmsymb package, but it seems not to me. I cannot, for example, type the hook arrows as defined here. I think this is essential for many people working with college-level proof-centric mathematics.

notcome avatar Mar 02 '17 06:03 notcome

Yes, not every symbol is included. If you need additional symbols that aren't present, you can add them as follows:

[MTMathAtomFactory addLatexSymbol:@"looparrowleft"
                            value:[MTMathAtom atomWithType:kMTMathAtomRelation value:@"\u21AB"]];

kostub avatar Mar 12 '17 22:03 kostub