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

前端 未结 7 1102
谎友^
谎友^ 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.

    0 讨论(0)
提交回复
热议问题