mathml2tex:将mathml转换回math-tex

时间:2024-05-01 19:18:57
【文件属性】:

文件名称:mathml2tex:将mathml转换回math-tex

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-01 19:18:57

python tex mathml mathtex Python

mathml2tex 将MathML转换回Math-Tex,但仅支持MathML语法的子集(但扩展它非常简单)。 在Python 2.7上运行,也可以在Python 3.x上运行。 要求 BeautifulSoup 4.要安装它,只需运行 pip install bs4 用法 from mathml2tex import MathMLTeX m = MathMLTeX () xml = '''<math xmlns="http://www.w3.org/1998/Math/MathML"> 2 </math>''' m . convert ( xml ) # -> '\\sqrt{2}'


【文件预览】:
mathml2tex-master
----mathml2tex.py(5KB)
----LICENSE(1KB)
----README.md(508B)

网友评论