tex-math-parser icon indicating copy to clipboard operation
tex-math-parser copied to clipboard

Additional TeX syntax support

Open thatcomputerguy0101 opened this issue 4 months ago • 0 comments

This is the syntax expansion portion of #11, updated for Math.js 12. The edit to the types included in this PR is also separated out in my math-types branch.

New TeX features:

  • Variable subscripts: a_b
  • Custom symbols used in multiple places, such as greek letter variables (\alpha), and certain operators.
  • Comparison operator support: \ne, <, \geq, etc...
  • Functions with custom bases: \sqrt[3]{x}, \log_3{y}

thatcomputerguy0101 avatar Jul 19 '25 22:07 thatcomputerguy0101