algebra-latex
algebra-latex copied to clipboard
Parse and calculate latex formatted math
First of all, thank you creating and open sourcing this library. Not sure if you're still maintaining/using this library but just in case... I've noticed some issues when I try...
Hello, I am attempting to parse `f\left(x\right)=x^2` into a function definition, `f(x)=x^2`, which is an acceptable format in Algebrite. Instead, `f*x=x^2` is produced. If this is my mistake, how can...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.12 to 3.3.3 Changelog Sourced from nanoid's changelog. 3.3.3 Reduced size...
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 ```...
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...