View Single Post
Old 01-29-2019, 05:25 AM   #11
nirosan
Member
nirosan began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Jul 2017
Device: epub
Thank you

I found a workaround:

- transform latex formulas into png

Quote:
...
requests.get('http://latex.codecogs.com/png.latex?\dpi{{300}} {formula}'.format(formula=formula))
...
- load png into QPixmap to display it on the editor
nirosan is offline   Reply With Quote