https://github.com/the-lum/asciimathteximg
Java port of `ASCIIMathTeXImg.js`
https://github.com/the-lum/asciimathteximg
asciimath latex plantuml tex
Last synced: 4 months ago
JSON representation
Java port of `ASCIIMathTeXImg.js`
- Host: GitHub
- URL: https://github.com/the-lum/asciimathteximg
- Owner: The-Lum
- License: gpl-3.0
- Created: 2024-03-04T16:02:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T16:57:27.000Z (about 1 year ago)
- Last Synced: 2025-01-12T07:35:57.503Z (5 months ago)
- Topics: asciimath, latex, plantuml, tex
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASCIIMathTeXImg
_[`ASCIIMathTeXImg.java`](https://github.com/The-Lum/ASCIIMathTeXImg/blob/main/app/src/main/java/math/ASCIIMathTeXImg.java) is a Java port of [`ASCIIMathTeXImg.js`](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js)._
This code will convert expressions in [AsciiMath](https://en.wikipedia.org/wiki/AsciiMath) notation into [LaTeX](https://en.wikipedia.org/wiki/LaTeX) expressions.
## đˇī¸ Badge
[](https://sonarcloud.io/project/overview?id=The-Lum_ASCIIMathTeXImg)
[](https://sonarcloud.io/summary/overall?id=The-Lum_ASCIIMathTeXImg)
[](https://sonarcloud.io/summary/overall?id=The-Lum_ASCIIMathTeXImg)## âšī¸ Source and Credit
| Language | Link | Repository | Author |
| -------- | ---- | ---------- | ------ |
| [](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js) | [`ASCIIMathTeXImg.js`](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js) | :octocat: [asciimath/asciimathml](https://github.com/asciimath/asciimathml/) | [`@jipsen`](https://github.com/jipsen)
[`@drlippman`](https://github.com/drlippman)
[`@asciimath`](https://github.com/asciimath) |
| [](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/math/ASCIIMathTeXImg.java) | [`ASCIIMathTeXImg.java`](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/math/ASCIIMathTeXImg.java) | :octocat: [plantuml/plantuml](https://github.com/plantuml/plantuml) | [`@arnaudroques`](https://github.com/arnaudroques)
[`@plantuml`](https://github.com/plantuml) |## đ Gradle Java App. Architecture
This project was created with this Gradle sample: [sample_building_java_applications](https://docs.gradle.org/current/samples/sample_building_java_applications.html).## â Unit Tests
[Unit tests](https://github.com/The-Lum/ASCIIMathTeXImg/tree/main/app/src/test/java/math) inspired and taken from [`asciimathml/test/unittests.js`](https://github.com/asciimath/asciimathml/blob/36b3cb0a1bac755b4f66a0b49e2e7c9e85cf55bb/test/unittests.js).## đĩī¸ Code Coverage
See:
- [Jacoco (Java Code Coverage) report](docs/jacocoSummary.md)
- [Sonar Cloud ](https://sonarcloud.io/component_measures?id=The-Lum_ASCIIMathTeXImg&metric=coverage&view=list)