开源软件名称(OpenSource Name):tuxu/latex2svg开源软件地址(OpenSource Url):https://github.com/tuxu/latex2svg开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):latex2svgPython wrapper and CLI utility to render LaTeX markup and equations as SVG using dvisvgm. UsagePython 3 modulefrom latex2svg import latex2svg
out = latex2svg(r'\( e^{i \pi} + 1 = 0 \)')
print(out['depth']) # baseline position in em
print(out['svg']) # rendered SVG CLI utility
LicenseThis project is licensed under the MIT license. See LICENSE.md for details. © 2017 Tino Wagner |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论