-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
a while back, i worked on an algebra manipulation tool, algebranch that used older MathJax. sadly the prototype is now way out of date and broken, but it gives you some idea of what i'm shooting for. i'd like to take another crack at it, and strongly suspect that MathJax has done a lot of the work to make this easier for me, but i can't seem to find my way to getting underway on the project. the API doc is a bit thin. :(
what i need to be able to do is:
- parse text like
x = 2 * y
into an math expression tree, maybe an MmlTree? - manipulate the tree
- render the tree onto a web page.
my questions:
- which of the above is possible with MathJax?
- what would minimal code to parse text into tree look like?
- what would minimal code to render the tree look like?
thanks for any help getting started here.
Metadata
Metadata
Assignees
Labels
No labels