nsh07 / WikiReader

Android app for reading Wikipedia pages distraction-free
GNU General Public License v3.0
97 stars 2 forks source link

LaTeX/KaTeX support #24

Open ThatOneCalculator opened 1 week ago

ThatOneCalculator commented 1 week ago

Many articles appear broken due to the lack of *TeX rendering

nsh07 commented 1 week ago

I will have to look into it. Parsing the expressions seems a bit complicated at first because it seems the wikipedia API query I'm using doesn't really return proper LaTeX-formatted expressions (it uses Wikipedia's web format for LaTeX). I might implement this, but I do agree that pages with equations look utterly broken right now.

For a quick fix, I can remove the unnecessary blank lines, which I will implement in the next release