8000 Tags · fluecke/iosMath · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fluecke/iosMath

Tags

0.8.0

Toggle 0.8.0's commit message
* Added support for \left and \right

* New API for constructing `MTMathList`
* Improved LaTeX error reporting
* Made internal rendering functions and APIs private
* Nullability annotations for use with Swift
* Improved documentation
* Tests for rendering

0.7.3

Toggle 0.7.3's commit message
Moved all font related files to their own bundle.

0.7.2

Toggle 0.7.2's commit message
Include MTMathListIndex in the library.

0.7.1

Toggle 0.7.1's commit message
* Improved documentation.

* Added `latex` property to set the latex directly on MTMathUILabel.
* Improved error handling.

0.7.0

Toggle 0.7.0's commit message
* Support for multiple fonts.

* Include large operators (\sum, \prod)
* Include arrow symbols
* Include showing limits (\lim etc.)
* Include integrals

API Changes:
The MTFontManager API has been rewritten.
Introduce MTFont class to represent a font for the label.

This release contains backwards incompatible API changes.

0.6.3

Toggle 0.6.3's commit message
Include MTFontManager.h in public API.

0.6.2

Toggle 0.6.2's commit message
* Fix issues with Greek letters being incorrect.

* Many common math symbols added.
* Improved example program.
* Minor rendering fixes.

0.6.1

Toggle 0.6.1's commit message
* Fix the bundle to work correctly with Cocoapods.

0.6.0

Toggle 0.6.0's commit message
Initial public release.

0