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

Tags: gaojip/iosMath

Tags

0.9.1

Toggle 0.9.1's commit message
* Support for constructing arbitrarily tall delimiters and radicals.

* Fix placement of limits on large operators for the XITS font.
* Allow MTMathUILabel to be used in the interface builder.

0.9.0

Toggle 0.9.0's commit message
* Added support for matrix environments (matrix, pmatrix, bmatrix,

  Bmatrix, vmatrix, Vmatrix)
* Added support for equation alignment (eqalign, displaylines, gather,
  split, aligned, eqnarray)
* Added support for the \\ command to split long equations
* Added support for math accents (e.g. \hat, \tilde etc.)
* Added support for cases environment.
* Added support for style commands (e.g. \displaystyle etc.)
* Improve rendering of square roots and large symbols
* API changes:
  * Updated API for MTMathAtomFactory.
  * Rename MTLargeGlyphDisplay to MTGlyphDisplay

0.8.4

Toggle 0.8.4's commit message
* Fix crash for \epsilon and \varrho

* Add commands: \mho, \angstrom and \AA

0.8.3

Toggle 0.8.3's commit message
* Add `textColor` field to `MTMathUILabel` to set the color of the

  rendered equation.
* Fixed issue with height of tall radicals set incorrectly.

0.8.2

Toggle 0.8.2's commit message
* Support for overline and underline

* Support for math spacing

0.8.1

Toggle 0.8.1's commit message
Added support for binomials.

The following commands are now supported:
- \over
- \atop
- \choose
- \brace
- \brack
- \binom

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