Mirror
Find a file
joachimschmidt557 5af754d685 add cache
2019-08-23 19:06:58 +02:00
src add cache 2019-08-23 19:06:58 +02:00
.gitignore Remove wrong gitignore 2019-07-19 21:43:40 +02:00
etherpad2latex.nimble Use argparse instead of parseopt 2019-08-10 12:48:45 +02:00
LICENSE Initial commit 2019-07-17 12:08:20 +02:00
README.md shell code formatting? 2019-08-23 16:52:37 +02:00

etherpad2latex

etherpad2latex is a simple web server which listens to requests to build a certain etherpad containing LaTex and serves the compiled PDFs.

I use it to create a collaborative space to work on LaTex documents of any type.

Dependencies

Compile time

You'll need the nim compiler toolchain including nimble, the package manager for nim.

Runtime

etherpad2latex requires pdflatex, typically obtained from the TexLive Latex distribution.

Installation

From source

git clone https://joachimschmidt557.xyz/gitea/joachimschmidt557/etherpad2latex
cd etherpad2latex
nimble install