开发者

PyQt: how to show math equations in QTextEdit

开发者 https://www.devze.com 2023-02-19 21:54 出处:网络
Merged with How to show math equations in QTextEdit?. Does anyone know how to show mathematical equations in QTextEdit written in any format (TXT, MathML, MML, LaTeX, HTML, XML or anythin
Merged with How to show math equations in QTextEdit?.

Does anyone know how to show mathematical equations in QTextEdit written in any format (TXT, MathML, MML, LaTeX, HTML, XML or anything) using only Python, that is without using 3rd party packages like Latex itself.? I tried to find the MathML Widget from Qt but it disappeared from their web site and I couldn't find it anywhere.

I'm not fussed about the equation source (either a string or a file). I just can't figure out how to show them nicely (the same way as they appear on a web page, e.g. http://en.wikipedia.org/wiki/MathML).

My QTextEdit currently gets an HTML string. I tried embedding the MathML example from that Wikipedia article, but it doesn't show it properly, it ignor开发者_StackOverflow中文版es all those MathML tags.

Will really appreciate your help. Thank you.

0

精彩评论

暂无评论...
验证码 换一张
取 消