algebra-latex icon indicating copy to clipboard operation
algebra-latex copied to clipboard

Processing Integrals and Derivate

Open Hammaad-M opened this issue 1 year ago • 0 comments

What should I pass into the parseMath function to get back the latex of an integral?

const integral = new AlgebraLatex().parseMath("\\\\int dx").toLatex();
console.log(integral); // should output: \int dx

The above code fails with the error: Error at line: 1 col: 1, Unknown symbol: \

Any help would be much appreciated. Thank you!

Hammaad-M avatar Mar 17 '23 00:03 Hammaad-M