Go to file
2018-05-10 10:41:59 +02:00
Dockerfile Setup texbox 2018-05-04 19:33:31 +02:00
README.md Add README 2018-05-04 20:08:54 +02:00
run.sh Add symlinks to the last successful and last failed build 2018-05-10 10:41:59 +02:00

texbox

Build

Build the container. This may take some seconds, as tex-full is rather huge.

sudo docker build . -t "texbox"

Run

cd into the current directory and replace <filename.tex> with your TeX filename. Then run the following command:

sudo docker run -v "$(pwd)":/tex -e TARGET=<filename.tex> texbox