Skip to content
Compare
Choose a tag to compare
@mzur mzur released this 04 Dec 17:02
· 1 commit to master since this release

Features:

  • parsing of the formula to LaTeX
  • parsing of the formula to a bitmap image
  • parsing of the formula and saving to a SVG file

Supports:

  • variable indices/subscript like a_b_c
  • large parentheses for e.g. fracions (\left( and \right))
  • \frac for fractions
  • \cdot for multiplication
  • power/superscript like a^b^c
  • functions: sqrt, sin, cos, tan, abs, min, max
  • arbitrary function names like f(x)