Skip to content

digital-divas/open-latex

Repository files navigation

OpenLatex

https://digital-divas.github.io/open-latex

OpenLatex is a LaTeX editor and compiler for browser.

It requires a "chromium-based" browser for opening local folders since it uses the File System API.

The current version uses the compilation of PdfTex webAssembly built by GitHub -> manuels.

editor-example pdf-rendered

Developers

To run this project locally run the following:

nvm use
npm install
npm run dev