Metadata-Version: 2.4
Name: officemath2latex
Version: 0.1.0
Summary: OfficeMath (OMML) to LaTeX converter
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: lxml>=4.9

# OfficeMath to Latex Python

This small tool converts office math xml string to LaTeX string. Translated from Javascript script [officemath2latex.js](https://github.com/555555555a555/officemath2latex.js).

To use from PyPI:

```sh
pip install officemath2latex
```
