Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baponkar/android-latex-view
- Owner: baponkar
- License: gpl-3.0
- Created: 2024-02-28T07:32:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-28T12:06:43.000Z (11 months ago)
- Last Synced: 2024-11-07T05:42:22.370Z (3 months ago)
- Topics: android-studio, latex
- Language: Java
- Homepage: https://github.com/baponkar/Android-LaTex-View
- Size: 1.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Android-LaTex-View
Showing LaTex rendered text in android.
## 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);
```