Katex icon indicating copy to clipboard operation
Katex copied to clipboard

Android Katex library to render math Formula faster in android using khanacademy Katex

Results 13 Katex issues
Sort by recently updated
recently updated
newest added

1.0.3 is on jcenter only, which will be shut down, so pls upload 1.0.3 version to maven central repo

The variables start and end get declared in private String getOfflineKatexConfig() (in line 132). Did the developers forget to add them to String offline_config? ``` String start = " body...

I noticed that there is a vertical scrollview already implemented in this MathView. Is horizontal scrolling possible too? I played around with tons of parameters but I couldn't figure out...

Hi. This was working perfect. But since last few days the \frac does not rendering the divider but \above 1pt works. Any suggestion how it got messed up? I have...

Refactoring to use the AndroidX namespace prevents a LayoutInflationException from getting thrown when the LayoutInflator attempts to inflate the view class. This is caused by a reference to ContextCompat in...

Let me begin by appreciating your effort on this library. Its one of the best MathView library for android. Thank you. But i observed that the library does not render...

you can modify setDisplayText to avoid unnecessary reloads. ` setDisplayText(String text, int size, int color) { this.text_size = size; this.text_color = color; this.display_text = formula_text; loadData(); } `

**long equation like** => f(x)=\\frac d{dx}{(100+4x)}^{\\textstyle\\frac12}=\\frac12{(100+4x)}^{\\textstyle\\frac12-1}\\;\\cdot\\frac d{dx}(100+4x) My Mathview width is "match_parent" and on smaller screens its starting horizontal scrolling but i want remaining part of this equation in new...

I can not complete how to use ```` getText().toString() ````

`Could not find in.hourglass.mathrender:katexmathview:1.0.3. Required by: project :app Search in build.gradle files ` Gradle is unable to find the library and I am not able to use this.