tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
504 stars 34 forks source link

LaTeX support? #107

Open Laesp opened 3 years ago

Laesp commented 3 years ago

As an avid user of math stackexchange and mathoverflow, LaTeX support would be a nice addition.

tylerbwong commented 3 years ago

Added preliminary LaTeX support in e9a1a0e6edc75c2d2f6ce0e946b29d3f9019475f.

Will be keeping this issue open for the time being since there are some edge cases/bugs that need to be handled.

tylerbwong commented 3 years ago

Support is 99% there. There are some cases where LaTeX is not parsed properly but it is somewhat rare. (e.g. this answer) Will be releasing a version as-is for now with bug-fixes to hopefully come soon after.

zareami10 commented 3 years ago

Support is 99% there. There are some cases where LaTeX is not parsed properly but it is somewhat rare. (e.g. this answer) Will be releasing a version as-is for now with bug-fixes to hopefully come soon after.

Thanks for adding the support, though I can see many cases in which LaTeX is not rendered. For example this answer and this question just to name a few. And it's quite easy to find more cases.

tylerbwong commented 3 years ago

Thanks for adding the support, though I can see many cases in which LaTeX is not rendered. For example this answer and this question just to name a few. And it's quite easy to find more cases.

Hey @zareami10 thanks for letting me know! I'm seeing that too in a lot of cases as well. I'll re-open this issue to keep track of future bug fixes.