-
Howdy All, Mathjs is awesome sauce. I'm using it to read in an asciimath specification, build the parse tree, do some transformations, and emit latex for rendering in a scientific app. I also want to send this this to microsoft word (using another package), which is expecting OMML (which for the basic stuff I'm using I think I can create for MathML). What exactly is the text format toString() emits? Is it any specific standard? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The output of toString is the same format as the input you're feeding to the expression parser. It's documented in detail here: https://mathjs.org/docs/expressions/syntax.html |
Beta Was this translation helpful? Give feedback.
The output of toString is the same format as the input you're feeding to the expression parser. It's documented in detail here: https://mathjs.org/docs/expressions/syntax.html