Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```