Skip to content

Releases: mzur/pretty-formula

v1

04 Dec 17:02
Compare
Choose a tag to compare

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)