jlatexmath-android

JLatexMath-Android

Лицензия

Лицензия

Группа

Группа

ru.noties
Идентификатор

Идентификатор

jlatexmath-android
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

jlatexmath-android
JLatexMath-Android
Ссылка на сайт

Ссылка на сайт

https://github.com/noties/jlatexmath-android
Система контроля версий

Система контроля версий

https://github.com/noties/jlatexmath-android

Скачать jlatexmath-android

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/ru.noties/jlatexmath-android/ -->
<dependency>
    <groupId>ru.noties</groupId>
    <artifactId>jlatexmath-android</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.noties/jlatexmath-android/
implementation 'ru.noties:jlatexmath-android:0.2.0'
// https://jarcasting.com/artifacts/ru.noties/jlatexmath-android/
implementation ("ru.noties:jlatexmath-android:0.2.0")
'ru.noties:jlatexmath-android:aar:0.2.0'
<dependency org="ru.noties" name="jlatexmath-android" rev="0.2.0">
  <artifact name="jlatexmath-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.noties', module='jlatexmath-android', version='0.2.0')
)
libraryDependencies += "ru.noties" % "jlatexmath-android" % "0.2.0"
[ru.noties/jlatexmath-android "0.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
androidx.annotation » annotation jar 1.1.0

Модули Проекта

Данный проект не имеет модулей.

JLatexMath Android

This is a fork of jlatextmath 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 jlatexmath-android-font-cyrillic jlatexmath-android-font-greek

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

final JLatexMathDrawable drawable = JLatexMathDrawable.builder(latex)
        .textSize(70)
        .padding(8)
        .background(0xFFffffff)
        .align(JLatexMathDrawable.ALIGN_RIGHT)
        .build();
<ru.noties.jlatexmath.JLatexMathView
    android:id="@+id/j_latex_math_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="16dip"
    android:background="@color/white"
    app:jlmv_alignVertical="center"
    app:jlmv_alignHorizontal="center"
    app:jlmv_textSize="16sp" />

Licence

GNU GENERAL PUBLIC LICENSE Version 2, June 1991

Версии библиотеки

Версия
0.2.0
0.1.2
0.1.1
0.1.0