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

前端 未结 7 1106
谎友^
谎友^ 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:23

    If it is just math equations that you need, you will probably have better luck finding a mathml renderer in python. This page might provide some clues, including some latex-mathml translators.

提交回复
热议问题