Mathml-to-latex

Latest version: v1.0.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.4.3

(**FIX**) TypeError `mmultiscripts` conversion Issue 27

1.4.2

(**FEAT**) Streamlined LaTeX Output

Reduced verbosity in the generated LaTeX by removing unnecessary delimiters, resulting in more concise expressions without sacrificing syntactical accuracy.
- Notably, single-child commands no longer generate extra parentheses, making the output cleaner and closer to expected LaTeX standards. 26

1.4.1

**(FIX)** Updated Dependency for Security

1.4.0

**(FEAT): Add MS Word tags Support**
Remove `mml:` prefixes from tags before convert

1.3.0

**(FIX) Command-char Separation:**
Solved an issue where commands and subsequent letters were unintentionally amalgamated. This update ensures seamless rendering, preventing scenarios like "\Delta x" merging into "\Deltax" for accurate mathematical notation. 13

**(FEAT) Extended UTF-8 Character and Tag Attributes Support:**
Expanded UTF-8 character support within the package. Introduced new automatic conversion of characters into their corresponding LaTeX commands. Also add more tag attributes support
e.g. `<math><msup><mrow><mi mathvariant="double-struck">R</mi></mrow><mrow><mi>n</mi></mrow></msup></math>` => `\\mathbf{R}^{n}` (instead previous of `R^{n}`) 14

**(FEAT) Optimized File Bundling and Browser Compatibility:**
To support apps outside a package manager, Package is now bundled into a minified file. Available in the attached files 15

**(FIX) Replace old `xmldom` to updated `xmldom/xmldom`**
To fix reported security issues in the first one 12

**(BC) MathMLToLaTeX is not exported default anymore**
Users need to import it using

import { MathMLToLaTeX } from 'mathml-to-latex';

instead of old

import MathMLToLaTeX from 'mathml-to-latex';

1.2.0

- Fix Invalid regular expression on Safari
- Add test and publish workflows

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.