iosMath
iosMath copied to clipboard
Beautiful math equation rendering on iOS and MacOS
MTFont doesn't handle memory management correctly for `CTFontRef` and `CGFontRef`. The [ownership policy](https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-CJBEJBHH) for Core Foundation as following: > **Foundation**: > > - If you create an object (either directly...
Almost all tests from iosMathTests pass with `swift test` command, except there are some numerical differences in `MTTypesetterTest`, probably coming from iOS/MacOS platform changes and unrelated to SPM. The following...
When I render this latex like this "\text { Simplify the expression. }" directly. the result will remove all space symbol. But I got a soluation by add **[self skipSpaces]**...
this serial string can't parise correctly "$$ \\frac{1}{6} \\bigcirc \\frac{1}{4} $$" 3 q
Implies command is not supported yet, hope to see this as enhancement is possible. `\implies f(x_1) < f(x_2)`
I try the `pod install` command and get the following: ``` % pod install zsh: /usr/local/bin/pod: bad interpreter: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: no such file or directory ``` I've tried reinstalling ruby, etc....
I have a large amount of LaTeX files which I want to use in an iOS app. These files contain a lot of simple abbrivations like \def\Ve{\;\Mbf{e}} for unit vector...