$ docker run --rm \
-w "/doc" \
-v $(pwd):/doc \
thomasweise/texlive:1.0.0 \
make
Live reload on Mac:
$ fswatch -0 ./src | xargs -0 -n 1 -I {} \
docker run --rm -w "/doc" -v $(pwd):/doc thomasweise/texlive:1.0.0 make pdf
Any git commits push to master branch.
$ git push origin master
- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests.