mathml2latex
mathml2latex copied to clipboard
A Javascript library to convert mathML to LaTeX
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
I am running command ``` npm run build ``` But encountering the following error: ``` > [email protected] build > npm run build-cjs && npm run build-es && npm run build-umd...
hi! input: ` f(x)=ax+lnx−5 ` output: ` f\left(x\right) = ax + \ln x−5 ` can i retain the "bold" style?
This pull request implements a subset of MathML's allowed `mathvariants`. They are implemented with maximum compatibility in mind, so anything that was converted by `mathml2latex` before continues to be converted...
Hello, thanks for this package. I am using your package to convert the following MathML to TeX: ```mathml w → d ``` The package converts this to: ```tex w\limits^{\rightarrow }_{d}...
After converting the following mathml to latex, the rendering result of this latex being converted to mathml again through the mathjax plugin will be missing parentheses(下面的mathml 转换成latex后,这个latex再次经过mathjax插件转换为mathml后的渲染结果会缺少括号) ( a )...