Web application providing LaTeX typesetting service
The easiest way to run latex-server is through Docker image:
docker run -d -p 3000:3000 shaochuancs/latex-server
You can also build from source code and run latex-server on your own server.
- Run
git clone https://github.com/shaochuancs/latex-server.git, or download release package. - Run
npm install - Run
npm run build - Install TeX Live on server (if not yet)
- Run
npm startto launch the server.
Open http://localhost:3000 in browser. Upload .tex file and get PDF downloaded.
| URL | HTTP Method | HTTP Content-Type | Parameter | Description |
|---|---|---|---|---|
| /generate | POST | multipart/form-data | file | Upload .tex file as name "file", and download generated PDF |
I'm also providing LaTeX Server customization service, please contact [email protected] if you are interested.
(The MIT License for LaTeX Server)
Copyright (c) 2021-2022 Chuan Shao <[email protected]>