# 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 [![jlatexmath-android](https://img.shields.io/maven-central/v/ru.noties/jlatexmath-android.svg?label=jlatexmath-android)](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22jlatexmath-android%22) [![jlatexmath-android-font-cyrillic](https://img.shields.io/maven-central/v/ru.noties/jlatexmath-android-font-cyrillic.svg?label=jlatexmath-android-font-cyrillic)](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22jlatexmath-android-font-cyrillic%22) [![jlatexmath-android-font-greek](https://img.shields.io/maven-central/v/ru.noties/jlatexmath-android-font-greek.svg?label=jlatexmath-android-font-greek)](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