Converting latex code to Images (or other displayble format) with Python

前端 未结 7 1108
谎友^
谎友^ 2020-12-05 07:42

I have a function I am consuming that returns a string of latex code. I need to generate an image from this. Most of the methods I have seen for doing so suggest calling a

7条回答
  •  隐瞒了意图╮
    2020-12-05 08:26

    You're going to need to use LaTeX to process to string. The process of rendering LaTex/TeX is very involved (it generally takes a 100+MB package to do the work), you're just not going to be able toss in a little python module to get the work done.

提交回复
热议问题