Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

Lightweight MathJax live viewer for browsers.

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;