Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohno/underleaf
real time LaTeX editor
https://github.com/ohno/underleaf
latex mathjax
Last synced: about 11 hours ago
JSON representation
real time LaTeX editor
- Host: GitHub
- URL: https://github.com/ohno/underleaf
- Owner: ohno
- License: mit
- Created: 2023-12-13T09:36:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T06:37:50.000Z (4 months ago)
- Last Synced: 2024-11-15T18:21:35.371Z (2 months ago)
- Topics: latex, mathjax
- Language: CSS
- Homepage: https://ohno.github.io/underleaf/
- Size: 3.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Underleaf
https://ohno.github.io/underleaf/
This is just a local LaTeX editor using [MathJax](https://www.mathjax.org/). This was built in a few hours. There are no special functions. I recommend using [Overleaf](https://www.overleaf.com/) if you need more functions. If you really want to thank me, you can [give me a star](https://github.com/ohno/underleaf/).
## Developer's Guide
[MathJax](https://www.mathjax.org/) will be installed with the following command:
```sh
npm install
```Please open `index.html` in your browser. for Windows:
```sh
start ./index.html
```for Mac:
```sh
open ./index.html
```