Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devwannabe-dot/mathjax-viewer
Lightweight MathJax live viewer for browsers.
https://github.com/devwannabe-dot/mathjax-viewer
javascript latex math mathjax
Last synced: about 2 months ago
JSON representation
Lightweight MathJax live viewer for browsers.
- Host: GitHub
- URL: https://github.com/devwannabe-dot/mathjax-viewer
- Owner: DevWannabe-dot
- Created: 2024-07-30T00:30:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T15:17:31.000Z (5 months ago)
- Last Synced: 2024-12-20T21:16:21.123Z (about 2 months ago)
- Topics: javascript, latex, math, mathjax
- Language: HTML
- Homepage: https://devwannabe-dot.github.io/mathjax-viewer/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
MathJax Viewer
It's no secret that the process of writing LaTeX notes is insufferable -- the entire document is reloaded for every change that is made, and small "typos" can yield stressing errors. Still, I have to, because it is, by far, the best way to document stuff. Since I did not want to ditch LaTeX and needed to preview my theorems and proofs in real time, thus, I've decided to create a simple web interface to assist writing mathematical equations.
This way, the user input is going to be only math, allowing for copy-pasting into a proper LaTeX math environment once the equation is finished.
## Usage
#### Input
```html
Fermat says: \(\forall n > 2, n \in \mathbb{Z} \quad \) and \(\quad \forall a,b,c \in \mathbb{Z}^+\)
\(a^n + b^n = c^n\) cannot be solved.
```
#### Output
![]()
## To-do
- [ ] Only allow secure HTML tags from user input;
- [ ] Fix horizontal overflow from output box;
- [ ] #footer-credits writing animation;