문제

I am making a web application for iphone and Android where I have to show the math symbols. At first I used mathML, but it is not working for some symbols. My question is that "What is the alternative to show the math symbol in webkit/mobile web browser". Can anyone suggest me what will be the better option to go with

도움이 되었습니까?

해결책

Have you tried using the MathJAX javascript library? It will automatically convert TeX and MathML snippets to pictures on the client side. It's the same that is used by for example math.stackexchange.com. Here is a demo page to try it out too.

It supports all major browsers and devices.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top