• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

tuxu/latex2svg: Render LaTeX markup and equations to SVG

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

tuxu/latex2svg

开源软件地址(OpenSource Url):

https://github.com/tuxu/latex2svg

开源编程语言(OpenSource Language):

Python 100.0%

开源软件介绍(OpenSource Introduction):

latex2svg

Python wrapper and CLI utility to render LaTeX markup and equations as SVG using dvisvgm.

Usage

Python 3 module

from 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

$ ./latex2svg.py --help
usage: latex2svg.py [-h] [--preamble PREAMBLE]

Render LaTeX code from stdin as SVG to stdout. Writes metadata (baseline
position, width, height in em units) as JSON to stderr.

optional arguments:
  -h, --help           show this help message and exit
  --preamble PREAMBLE  LaTeX preamble code to read from file

$ echo "\\( e^{i \\pi} + 1 = 0 \\)" | ./latex2svg.py > euler-identity.svg
{"width": 4.458858333333334, "height": 0.8262691666666666, "depth": 0.012687666666666667}

Resulting SVG: Euler's identity

License

This project is licensed under the MIT license. See LICENSE.md for details.

© 2017 Tino Wagner




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
oerpub/mathconverter: Converts from AsciiMath, LaTeX, MathML to LaTeX, MathML发布时间:2022-08-12
下一篇:
leejaymin/Kiise-Latex-template发布时间:2022-08-12
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap