jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 188 forks source link

Mathjax $$ problem #25

Open NaveenJayaram1994 opened 8 years ago

NaveenJayaram1994 commented 8 years ago

the mathjax is working Fine but the thing is im using LaTex which uses $ .... $ for rendering. but math view works only for double $$ like $$.......$$ .how to Solve this Problem

Zoha131 commented 8 years ago

MathView deos not support single $....$ syntax. For this you have to use (.....) this syntax.

techbhaskar commented 5 years ago

While in setText, try to replace $ with $$, your problem will resolve, I also did the same thing, it solves my 90% problems.