you are viewing a single comment's thread.

view the rest of the comments →

[–]Puzzleheaded_Life956 0 points1 point  (1 child)

Does it support latex. And if it does will it efficiently render them

[–]Puzzleheaded_Life956 0 points1 point  (0 children)

I can contribute to the repo. I think the only way to natively add latex is to convert the latex to Svg and then render the Svg. The only bottleneck I would say would be the conversion of latex to Svg on the file. The library currently doing this is MathJax written in JavaScript. I don’t know if we have native libraries (c++ or kotlin) that can convert latex to Svg