This container helps compiling latex sources without the need to install all latex packages on your system.
First, add your local user to docker group, to execute docker without always needing sudo
:
sudo usermod -aG docker $USER
Pull image:
docker pull calvinspiff/latex-docker
or build:
docker build -t calvinspiff/latex-docker .
Switch to a directory containing your latex sources, then:
# Suppose example.tex is the document you want to compile
/path/to/your/dockercmd.sh example.tex
# View
./example.pdf
- Easy setup
- Uses latexmk to compile
- Preserves UID and GID of local user
- Uses german language settings
- Comes with inkscape and PlantUML preinstalled
curl
can be ussed in possible deploy steps- Use container like local command