# jlatexmath-android
**Repository Path**: mirrors_noties/jlatexmath-android
## Basic Information
- **Project Name**: jlatexmath-android
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-2.0
- **Default Branch**: android
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-12-18
- **Last Updated**: 2026-04-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# JLatexMath Android
This is a fork of [jlatextmath](https://github.com/opencollab/jlatexmath) project that brings rendering of LaTeX math to Android. Fork tries to keep as close as possible to the parent project by _mimicking_ `java.awt.*` package classes.
## Installation
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22jlatexmath-android%22)
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22jlatexmath-android-font-cyrillic%22)
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22jlatexmath-android-font-greek%22)
```gradle
implementation 'ru.noties:jlatexmath-android:${version}'
// for Cyrillic symbols
implementation 'ru.noties:jlatexmath-android-font-cyrillic:${version}'
// for Greek symbols
implementation 'ru.noties:jlatexmath-android-font-greek:${version}'
```
## Screenshots
Other screenshots can be found `./app/screenshots` folder
## Usage
```java
final JLatexMathDrawable drawable = JLatexMathDrawable.builder(latex)
.textSize(70)
.padding(8)
.background(0xFFffffff)
.align(JLatexMathDrawable.ALIGN_RIGHT)
.build();
```
```xml
```
## Licence
GNU GENERAL PUBLIC LICENSE Version 2, June 1991