SwiftMath icon indicating copy to clipboard operation
SwiftMath copied to clipboard

SwiftMath provides a full Swift implementation of iosMath for displaying beautifully rendered math equations in iOS and MacOS applications. It typesets formulae written using LaTeX math mode in a UILa...

Results 3 SwiftMath issues
Sort by recently updated
recently updated
newest added

In LaTeX, one can remove unwanted spacing after a comma by writing "{,}" and is an important use in [cultures that use commas as decimal separators](https://en.wikipedia.org/wiki/Decimal_separator#Conventions_worldwide). This does not work...

Hello, Upon experimenting with \\color, I encountered the same issue as @OskarPersson in issue #15. The solution, \\textcolor{...}{...} (#16), has consistently caused my test SwiftUI project to crash. I have...

Is it possible to vertically align the text so that it always writes from the top left of a MTMathUILabel? I know you can use "MTEdgeInsets(top: 0, left: 0, bottom:...