Skip to content

Releases: kostub/iosMath

iosMath 2.2.0

16 May 05:58

Choose a tag to compare

What's New

  • Add \text{}, \textrm{}, \textbf{}, \textit{}, \textsf{}, \texttt{} for rendering non-Latin text alongside math — supports CJK, Devanagari, Arabic, Hebrew, Cyrillic, and any other script handled by CoreText system-font cascade.
  • Add prime shorthand: f' parses as f^{\prime}, f'' as f^{\prime\prime}, etc.
  • Add ~100 new symbols from amssymb: negated relations (\nleq, \ngeq, \nmid, \nparallel, …), harpoon and extended arrows (\rightleftharpoons, \upharpoonright, \hookleftarrow, \twoheadrightarrow, …), boxed/circled operators (\boxplus, \circledast, \barwedge, …), and logic/set-theory/suit symbols (\vdash, \therefore, \because, \lozenge, \complement, …).
  • Add aliases: \implies, \impliedby, \dotsc, \dotsb, \dotsm, \dotsi, \square, \vartriangle, \restriction.

iosMath 2.1

09 May 19:32

Choose a tag to compare

What's Changed

  • Add support for explicit-size big delimiters: \bigl, \bigr, \Bigl, \Bigr, \biggl, \biggr, \Biggl, \Biggr.
  • Add over/under accent commands: \overrightarrow, \overleftarrow, \overbrace, \underbrace, and relatives, backed by a new generic MTMathStack atom.

Full Changelog: 2.0.0...2.1.0

iosMath 2.0

14 Apr 18:46

Choose a tag to compare

What's Changed

Upgraded tool chain. Support for Swift as the primary mechanism.

Full Changelog: 0.9.5...2.0.0