Skip to content

shaochuancs/latex-server

Repository files navigation

CircleCI Coverage Status Maintainability

latex-server

Web application providing LaTeX typesetting service

Run in Docker

The easiest way to run latex-server is through Docker image:

docker run -d -p 3000:3000 shaochuancs/latex-server

Run in server

You can also build from source code and run latex-server on your own server.

  1. Run git clone https://github.com/shaochuancs/latex-server.git, or download release package.
  2. Run npm install
  3. Run npm run build
  4. Install TeX Live on server (if not yet)
  5. Run npm start to launch the server.

Usage

Open http://localhost:3000 in browser. Upload .tex file and get PDF downloaded.

API

URL HTTP Method HTTP Content-Type Parameter Description
/generate POST multipart/form-data file Upload .tex file as name "file", and download generated PDF

Customization Service

I'm also providing LaTeX Server customization service, please contact [email protected] if you are interested.

License

(The MIT License for LaTeX Server)

Copyright (c) 2021-2022 Chuan Shao <[email protected]>

About

Web application providing LaTeX typesetting service

Resources

License

Stars

Watchers

Forks

Packages

No packages published