latex-workshop/docker
2025-02-25 21:48:29 +02:00
..
README.md Update docker instructions 2025-02-25 21:48:29 +02:00

Docker setup for LaTeX

LaTeX can also be used in a Container. This example uses the texlive image. The source files have to reside in a subfolder called data.

To compile the document use the following command:

docker run --rm -t -v ./data:/latex -w /latex texlive/texlive pdflatex file.tex