Skip to content

Commit

Permalink
πŸ“ update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lum authored Mar 23, 2024
1 parent 1802196 commit 1078b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ASCIIMathTeXImg

_Java port of [`ASCIIMathTeXImg.js`](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js)._
_[`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.

Expand All @@ -13,7 +13,7 @@ This code will convert expressions in [AsciiMath](https://en.wikipedia.org/wiki/

| Language | Link | Repository | Author |
| -------- | ---- | ---------- | ------ |
| [![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](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/) | [`@drlippman`](https://github.com/drlippman)<br>[`@asciimath`](https://github.com/asciimath) |
| [![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](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)<br>[`@drlippman`](https://github.com/drlippman)<br>[`@asciimath`](https://github.com/asciimath) |
| [![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)](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)<br>[`@plantuml`](https://github.com/plantuml) |

## 🐘 Gradle Java App. Architecture
Expand Down

0 comments on commit 1078b70

Please sign in to comment.