2018-05-04 20:08:54 +02:00
2018-05-04 19:33:31 +02:00
2018-05-04 20:08:54 +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

Description
No description provided
Readme 31 KiB
Languages
Shell 81.5%
Dockerfile 18.5%