AndroidMath icon indicating copy to clipboard operation
AndroidMath copied to clipboard

Render beautiful LaTeX Math Equations in an Android View

Results 20 AndroidMath issues
Sort by recently updated
recently updated
newest added

'\text{Slope of line }\mathrm{AB}=\frac{\Delta{C}}{\Delta{F}} \\=\frac{100-0}{212-32}=\frac{100}{180}=\frac{5}{9} ' if we added the extra space after the Delta{F}} its working fine. Please refer the below letax. our expectation should work with above formula.....

Is there a way to change the font?

When building this library in modern AndroidX environment, there are dependency resolution errors, as such: ``` Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.6.0-runtime (androidx.core:core:1.6.0) and support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1) Duplicate class android.support.v4.app.INotificationSideChannel$Stub...

There is an error when trying to render this command (`cfrac`): `\cfrac{a}{1 + b}` There is no such issue for `frac`.

mathview = findviewbyid............. mathview.latex = "x = \\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}" "latex" showing red ... seems no latex attribute there. how to solv this?

```gradle ndk { abiFilters "armeabi-v7a" } ``` I try everything I can , but it still not working .

Is it possible to get the bounding box of the actual rendered content, meaning the height and the width from the canvas?

Trying to use padding on the view make it invisible ! Thanks.

I was wondering if adding support for the various `\big`, `\Big`, `\bigg`, and `\Bigg` commands is on the roadmap?

I cant use findviewById in java... this library is just for kotlin? help me plaese I am java develooper . thanks.