Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baponkar/android-latex-view

Latex View for android studio project
https://github.com/baponkar/android-latex-view

android-studio latex

Last synced: about 1 month ago
JSON representation

Latex View for android studio project

Awesome Lists containing this project

README

        

# Android-LaTex-View
Showing LaTex rendered text in android.

drawing
drawing

## Description :
This project has a custom LaTexView which will show LaTex formula by using MathJax and html. A html file and a mathjax javascript located in resorce file.It has following characters.
```
// Set text color
laTexView.setTextColor("#FF0000"); //Red color

// Set text size
laTexView.setTextSize("20px"); // 20px font size

// Set background color
laTexView.setBackgroundColor("#FFFF00"); // Yellow color
laTexView.setTextFont(getApplicationContext(),R.font.ubuntu_bold);
```