Metadata-Version: 2.4
Name: officemath2latex
Version: 0.1.1
Summary: OfficeMath (OMML) to LaTeX converter
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml>=4.9
Dynamic: license-file

# 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
```

## License

MIT
